打卡、书集加已购图书、推荐图书tab

This commit is contained in:
yanwenlong
2023-10-08 08:55:30 +08:00
parent 9b9a7df309
commit af31b446ae
3 changed files with 139 additions and 21 deletions

View File

@@ -37,7 +37,8 @@
</span> -->
</span>
</view>
<view class="zhengwen" v-html="commentInfo.content"></view>
<view class="zhengwen" v-html="commentInfo.content">
</view>
<view class="btns flexbox">
<span class="left"></span>
<span class="right flexbox opbtns" style="color:#C0C4CC;">
@@ -646,7 +647,14 @@
}
// .mbtns{padding: 5px; background-color: #f4fff5; border-radius: 10px; font-size: 34rpx; color: #8b8a91; margin:15px 0; justify-content: space-between;}
.zhengwen{line-height: 50rpx; font-size: 28rpx;margin-top: 20rpx;}
/deep/.zhengwen{
line-height: 50rpx;
font-size: 28rpx;
margin-top: 20rpx;
img{
width: 100% !important;
}
}
.flexbox{display: flex;}
.container{padding: 10px;}
.star{display: inline-block; width: 20px; height: 20px; margin-right: 10rpx;}