mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
我的问答提问
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<text style="font-size: 15px;color: #999999;margin-left: 8upx;">{{data.comments}}</text>
|
||||
</view>
|
||||
<view v-if="answers" class="interact-bar-item">
|
||||
<image class="pto-img" src="../../static/images/icon/answers.png" size="24"></image>
|
||||
<image class="pto-img" src="../../static/images/icon/bar-comment.png" size="24"></image>
|
||||
<text style="font-size: 15px;color: #999999;margin-left: 8upx;">{{data.answers}}</text>
|
||||
</view>
|
||||
<view v-if="praises" class="interact-bar-item">
|
||||
@@ -86,20 +86,20 @@
|
||||
.interact-bar {
|
||||
height: 60rpx;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
justify-content: flex-end;
|
||||
.interact-bar-item {
|
||||
line-height: 60rpx;
|
||||
display: flex;
|
||||
margin-right: 60upx;
|
||||
margin-right: 30upx;
|
||||
.pto-img {
|
||||
margin-top: 12upx;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-right: 5upx;
|
||||
margin-left: 28upx;
|
||||
// vertical-align: middle;
|
||||
}
|
||||
.interact-bar-icon {
|
||||
margin: 0 0 0 10px;
|
||||
margin: 0 0 0 10upx;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user