mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
提交
This commit is contained in:
@@ -46,12 +46,18 @@
|
||||
<div style="width:200px"></div>
|
||||
</div>
|
||||
<div class="home-page-right">
|
||||
<ul>
|
||||
<li>456</li>
|
||||
<li></li>
|
||||
<ul class="total-per">
|
||||
<li class="per-li">
|
||||
<span class="per-info">456</span>
|
||||
<span class="per-text">关注他的人</span>
|
||||
</li>
|
||||
<li class="per-li">
|
||||
<span class="per-info">456</span>
|
||||
<span class="per-text">他关注的人</span>
|
||||
</li>
|
||||
</ul>
|
||||
<div>
|
||||
<p>TA的成就</p>
|
||||
<p class="ach-title">TA的成就</p>
|
||||
<ul>
|
||||
<li>
|
||||
<img src="/images/medal.png" alt="">
|
||||
@@ -61,7 +67,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<p>可能感兴趣</p>
|
||||
<p class="ach-title">可能感兴趣</p>
|
||||
<ul>
|
||||
<li>
|
||||
<img src="/images/Avatarwoman.png" />
|
||||
@@ -124,6 +130,32 @@
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
margin-left: 25px;
|
||||
.total-per{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 28px;
|
||||
border-bottom: 1px solid #999999;
|
||||
.per-li{
|
||||
width: 90px;
|
||||
text-align: center;
|
||||
.per-info{
|
||||
display: block;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
}
|
||||
.per-text{
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.ach-title{
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user