@@ -24,6 +24,7 @@ page {
.box {
flex: 1;
+
.tag-box {
margin-top: 10rpx;
@@ -65,14 +66,11 @@ page {
}
.exp {
- height: 34rpx;
+ line-height: 34rpx;
font-size: 24rpx;
color: #666;
margin-top: 8rpx;
-
- text {
- color: #333333;
- }
+ color: #333333;
@@ -7,7 +7,7 @@
<view class="title">
<text class="line-1">{{item.ruleno}}</text>
</view>
- <view class="exp line-1"><text>{{item.remarks||" --"}}</text></view>
+ <view class="exp">{{item.remarks||" --"}}</view>
</navigator>
<view style="height: 230rpx;" />