|
|
@@ -61,7 +61,7 @@
|
|
|
<view class="char-count">{{ (item.birthdayBenefit || '').length }}/10</view>
|
|
|
</view>
|
|
|
<view class="card-section">
|
|
|
- <view class="section-label">会员权益说明</view>
|
|
|
+ <view class="section-label">权益说明</view>
|
|
|
<textarea
|
|
|
v-model="item.benefitDesc"
|
|
|
class="section-textarea"
|
|
|
@@ -413,19 +413,19 @@ export default {
|
|
|
.section-label {
|
|
|
width: 132upx;
|
|
|
flex-shrink: 0;
|
|
|
- line-height: 54upx;
|
|
|
- font-size: 24upx;
|
|
|
+ line-height: 58upx;
|
|
|
+ font-size: 28upx;
|
|
|
font-weight: 600;
|
|
|
color: #3b3f3c;
|
|
|
}
|
|
|
.section-inp {
|
|
|
flex: 1;
|
|
|
- height: 58upx;
|
|
|
- line-height: 58upx;
|
|
|
+ height: 62upx;
|
|
|
+ line-height: 62upx;
|
|
|
border: 1upx solid #edf0ed;
|
|
|
border-radius: 8upx;
|
|
|
padding: 0 18upx;
|
|
|
- font-size: 24upx;
|
|
|
+ font-size: 28upx;
|
|
|
box-sizing: border-box;
|
|
|
color: #333;
|
|
|
}
|
|
|
@@ -436,8 +436,8 @@ export default {
|
|
|
border: 1upx solid #edf0ed;
|
|
|
border-radius: 8upx;
|
|
|
padding: 14upx 18upx 28upx;
|
|
|
- font-size: 24upx;
|
|
|
- line-height: 34upx;
|
|
|
+ font-size: 28upx;
|
|
|
+ line-height: 38upx;
|
|
|
box-sizing: border-box;
|
|
|
color: #333;
|
|
|
}
|
|
|
@@ -445,7 +445,7 @@ export default {
|
|
|
position: absolute;
|
|
|
right: 16upx;
|
|
|
bottom: 8upx;
|
|
|
- font-size: 22upx;
|
|
|
+ font-size: 26upx;
|
|
|
color: #a8a8a8;
|
|
|
line-height: 1;
|
|
|
}
|