|
|
|
@ -93,32 +93,32 @@ |
|
|
|
</view> |
|
|
|
<view class="grid"> |
|
|
|
<view class="flex-col items-center grid-item_1" @click="rateIndex = 0" :class="{'grid-item-active': rateIndex == 0}"> |
|
|
|
<text class="qxk-iconfont qxk-icon-mulu lf-font-40"></text> |
|
|
|
<view class="qxk-title"> |
|
|
|
<text class="qxk-iconfont qxk-icon-mulu lf-font-40"></text> |
|
|
|
<text class="text_17">卡品签字评级</text> |
|
|
|
<text class="text_17">卡品&签字评级</text> |
|
|
|
</view> |
|
|
|
<text class="qxk-subtitle">针对卡片品相及签字品相进行评级鉴定</text> |
|
|
|
<text class="qxk-subtitle">卡片品相和签字品相评级鉴定</text> |
|
|
|
</view> |
|
|
|
<view class="flex-col items-center grid-item_1" @click="rateIndex = 1" :class="{'grid-item-active': rateIndex == 1}"> |
|
|
|
<view class="qxk-title"> |
|
|
|
<text class="qxk-iconfont qxk-icon-xinwen-moren lf-font-40"></text> |
|
|
|
<view class="qxk-title"> |
|
|
|
<text class="text_9">卡品评级</text> |
|
|
|
</view> |
|
|
|
<text class="qxk-subtitle">仅针对卡片品相评级鉴定(含签字卡片)</text> |
|
|
|
<text class="qxk-subtitle">仅对卡片品相评级鉴定</text> |
|
|
|
</view> |
|
|
|
<view class="grid-item_2 flex-col items-center" @click="rateIndex = 2" :class="{'grid-item-active': rateIndex == 2}"> |
|
|
|
<view class="qxk-title"> |
|
|
|
<text class="qxk-iconfont qxk-icon-tuwenguanli lf-font-40"></text> |
|
|
|
<text class="text_19">签字评级</text> |
|
|
|
<view class="qxk-title"> |
|
|
|
<text class="text_19">签字评级</text> |
|
|
|
</view> |
|
|
|
<text class="qxk-subtitle">仅针对卡片签字进行评级鉴定</text> |
|
|
|
<text class="qxk-subtitle">仅对卡片签字评级鉴定</text> |
|
|
|
</view> |
|
|
|
<view class="grid-item_2 flex-col items-center" @click="rateIndex = 3" :class="{'grid-item-active': rateIndex == 3}"> |
|
|
|
<text class="qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-70"></text> |
|
|
|
<view class="qxk-title"> |
|
|
|
<text class="qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-40"></text> |
|
|
|
<text class="text_19">鉴定装壳服务</text> |
|
|
|
</view> |
|
|
|
<text class="qxk-subtitle">卡片鉴定真伪并套壳封固(不评级品相)</text> |
|
|
|
<text class="qxk-subtitle">仅对卡片鉴定真伪并套壳封固</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_11"> |
|
|
|
@ -486,22 +486,20 @@ |
|
|
|
margin: 36rpx 28rpx 0; |
|
|
|
} |
|
|
|
.qxk-title{ |
|
|
|
margin-top:5px; |
|
|
|
font-size:36rpx; |
|
|
|
} |
|
|
|
.qxk-title .qxk-iconfont{ |
|
|
|
margin-right:5px; |
|
|
|
font-size:30rpx !important; |
|
|
|
margin-top:15rpx; |
|
|
|
} |
|
|
|
// .qxk-title .qxk-iconfont{ |
|
|
|
// font-size:40rpx !important; |
|
|
|
// } |
|
|
|
.qxk-subtitle{ |
|
|
|
margin-top:5px; |
|
|
|
white-space:normal; |
|
|
|
width:126px; |
|
|
|
opacity: 0.6; |
|
|
|
font-size:18rpx; |
|
|
|
text-align:center; |
|
|
|
} |
|
|
|
.grid { |
|
|
|
margin-top: 40rpx; |
|
|
|
height: 420rpx; |
|
|
|
height: 400rpx; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: repeat(2, 1fr); |
|
|
|
grid-row-gap: 20rpx; |
|
|
|
@ -601,7 +599,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.grid-item_1 { |
|
|
|
padding: 22rpx 0 30rpx; |
|
|
|
padding: 30rpx 0 25rpx; |
|
|
|
color: rgb(51, 51, 51); |
|
|
|
font-size: 28rpx; |
|
|
|
font-weight: 500; |
|
|
|
|