|
@@ -45,18 +45,15 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="intro-content">
|
|
<view class="intro-content">
|
|
|
<u-row class="row-class" customStyle="margin-bottom: 5px" v-for="(item, index) in planDetails">
|
|
<u-row class="row-class" customStyle="margin-bottom: 5px" v-for="(item, index) in planDetails">
|
|
|
- <u-col span="4">
|
|
|
|
|
|
|
+ <u-col span="12">
|
|
|
<view class="item-left item-text">{{item.prize_name}}</view>
|
|
<view class="item-left item-text">{{item.prize_name}}</view>
|
|
|
</u-col>
|
|
</u-col>
|
|
|
- <u-col span="8">
|
|
|
|
|
- <view class="item-text">{{item.prize_desc}}</view>
|
|
|
|
|
- </u-col>
|
|
|
|
|
</u-row>
|
|
</u-row>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 返回按钮 -->
|
|
<!-- 返回按钮 -->
|
|
@@ -94,7 +91,7 @@
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
@@ -177,6 +174,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.intro-content {
|
|
.intro-content {
|
|
|
|
|
+ padding-top: 20rpx;
|
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
|
color: #5c4322;
|
|
color: #5c4322;
|
|
|
line-height: 1.8;
|
|
line-height: 1.8;
|
|
@@ -210,12 +208,12 @@
|
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
::v-deep .item-left{
|
|
::v-deep .item-left{
|
|
|
background: #442812;
|
|
background: #442812;
|
|
|
border-radius: 6rpx !important;
|
|
border-radius: 6rpx !important;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- width: 160rpx !important;
|
|
|
|
|
|
|
+ width: 80%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|