* code for style in offical-content

This commit is contained in:
guofeilong
2023-01-31 10:54:49 +08:00
parent 0ab09e26c2
commit e11aa068a3
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
.official-img {background-image: url('/static/images/wechat.jpg'); background-repeat: no-repeat; background-size: contain; flex: 1 1 50%; aspect-ratio: 1 / 1; background-position: center;}
.official-content {flex: 0 0 50%; display: flex; flex-direction: column; justify-content: center;}
.official-content > .content {color: #838A9D;}
.official-content > .content {color: #838A9D; font-size: 12px;}
.official-content > .title {color: #313C52; font-size: 13px;}
.classList > .classItem {flex: 0 0 50%;}
.classItem > .classImg {background-image: url('/static/images/wechat.jpg'); background-repeat: no-repeat; background-size: contain; flex: 1 1 50%; aspect-ratio: 1 / 1; }
+1 -1
View File
@@ -46,7 +46,7 @@
<div class="flex main-panel">
<div class="official-img"></div>
<div class="official-content">
<h4><?php echo $lang->admin->followUs?></h4>
<div class="title"><?php echo $lang->admin->followUs?></div>
<div class="content"> <?php echo $lang->admin->followUsContent?></div>
</div>
</div>