* code for style in offical-content
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user