mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 12:56:43 +08:00
提交
This commit is contained in:
@@ -46,12 +46,18 @@
|
|||||||
<div style="width:200px"></div>
|
<div style="width:200px"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="home-page-right">
|
<div class="home-page-right">
|
||||||
<ul>
|
<ul class="total-per">
|
||||||
<li>456</li>
|
<li class="per-li">
|
||||||
<li></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>
|
</ul>
|
||||||
<div>
|
<div>
|
||||||
<p>TA的成就</p>
|
<p class="ach-title">TA的成就</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<img src="/images/medal.png" alt="">
|
<img src="/images/medal.png" alt="">
|
||||||
@@ -61,7 +67,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p>可能感兴趣</p>
|
<p class="ach-title">可能感兴趣</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<img src="/images/Avatarwoman.png" />
|
<img src="/images/Avatarwoman.png" />
|
||||||
@@ -124,6 +130,32 @@
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-left: 25px;
|
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