首页样式

This commit is contained in:
zhaofang
2022-06-08 15:43:34 +08:00
parent af46ab3ed7
commit a0080e7bb9

View File

@@ -134,7 +134,7 @@
</div> </div>
</a> </a>
<div class="case-inter"> <div class="case-inter">
<interactBar style="width:200px;display:flex" :type="3" :readonly="true" :data="ca" :shares="false" :views="false"></interactBar> <interactBar :type="3" :readonly="true" :data="ca" :shares="false" :views="false"></interactBar>
</div> </div>
<div style="height:40px;margin-top:10px"> <div style="height:40px;margin-top:10px">
<authorInfo :avatar="ca.authorInfo.avatar" :name="ca.authorInfo.name" :sex="ca.authorInfo.sex"></authorInfo></div> <authorInfo :avatar="ca.authorInfo.avatar" :name="ca.authorInfo.name" :sex="ca.authorInfo.sex"></authorInfo></div>
@@ -682,7 +682,7 @@ export default {
} }
.case-title{ .case-title{
margin-top: 10px; margin-top: 10px;
font-size: 14px; font-size: 16px;
color: #333; color: #333;
font-weight: bold; font-weight: bold;
margin-bottom:10px; margin-bottom:10px;
@@ -694,9 +694,17 @@ export default {
line-height: 18px; line-height: 18px;
margin-bottom:12px; margin-bottom:12px;
} }
.case-inter{ ::v-deep .case-inter{
width: 100%; width: 100%;
padding-bottom: 10px;
border-bottom: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3;
.interact-bar-btns{
justify-content: space-between !important;
.interact-bar-btn{
margin: 0 0 0 0;
}
}
} }
} }