|
@@ -61,9 +61,8 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="five">
|
|
<view class="five">
|
|
- <view class="five_1">{{info.brief}}</view>
|
|
|
|
- <view class="five_2" v-for="(item,index) in bannerList" :key="index">
|
|
|
|
- <image class="image" :src="item.url"></image>
|
|
|
|
|
|
+ <view class="five_1" style="padding:2vw;">
|
|
|
|
+ <rich-text :nodes="info.brief"></rich-text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -664,16 +663,7 @@
|
|
margin: 2vw 0 0 0;
|
|
margin: 2vw 0 0 0;
|
|
|
|
|
|
.five_1 {
|
|
.five_1 {
|
|
- padding: 2vw;
|
|
|
|
- background-color: var(--mainColor);
|
|
|
|
- font-size: var(--font18Szie);
|
|
|
|
- color: var(--f99Color);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .five_2 {
|
|
|
|
- padding: 0 2vw;
|
|
|
|
background-color: var(--mainColor);
|
|
background-color: var(--mainColor);
|
|
- text-align: center;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|