style:修改评价卡片商家回复文字颜色
This commit is contained in:
@@ -18,16 +18,8 @@
|
|||||||
<scroll-view class="scroll-box" scroll-x scroll-anchoring>
|
<scroll-view class="scroll-box" scroll-x scroll-anchoring>
|
||||||
<view class="ss-flex">
|
<view class="ss-flex">
|
||||||
<view v-for="(item, index) in item.images" :key="item" class="ss-m-r-10">
|
<view v-for="(item, index) in item.images" :key="item" class="ss-m-r-10">
|
||||||
<su-image
|
<su-image class="content-img" isPreview :previewList="state.commentImages" :current="index" :src="item"
|
||||||
class="content-img"
|
:height="120" :width="120" mode="aspectFill"></su-image>
|
||||||
isPreview
|
|
||||||
:previewList="state.commentImages"
|
|
||||||
:current="index"
|
|
||||||
:src="item"
|
|
||||||
:height="120"
|
|
||||||
:width="120"
|
|
||||||
mode="aspectFill"
|
|
||||||
></su-image>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
@@ -75,9 +67,11 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-box {
|
.reply-box {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-title {
|
.reply-title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -85,7 +79,7 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
color: #666666;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-content {
|
.reply-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user