|
|
|
@ -95,7 +95,7 @@ |
|
|
|
<view class="flex-col items-center grid-item_1" @click="rateIndex = 0" :class="{'grid-item-active': rateIndex == 0}"> |
|
|
|
<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> |
|
|
|
</view> |
|
|
|
@ -104,21 +104,21 @@ |
|
|
|
<text class="qxk-iconfont qxk-icon-xinwen-moren lf-font-40"></text> |
|
|
|
<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> |
|
|
|
<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}"> |
|
|
|
<view class="qxk-title"> |
|
|
|
<text class="qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-40"></text> |
|
|
|
<text class="text_19">套壳服务</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"> |
|
|
|
@ -485,27 +485,27 @@ |
|
|
|
.equal-division { |
|
|
|
margin: 36rpx 28rpx 0; |
|
|
|
} |
|
|
|
|
|
|
|
.group_9 { |
|
|
|
padding-left: 2rpx; |
|
|
|
} |
|
|
|
.qxk-title{ |
|
|
|
font-size:38rpx; |
|
|
|
margin-top:10px; |
|
|
|
margin-top:5px; |
|
|
|
font-size:36rpx; |
|
|
|
} |
|
|
|
.qxk-title .qxk-iconfont{ |
|
|
|
margin-right:5px; |
|
|
|
font-size:30rpx !important; |
|
|
|
} |
|
|
|
.qxk-title .qxk-iconfont{margin-right:10px;} |
|
|
|
.qxk-subtitle{ |
|
|
|
margin-top:10px; |
|
|
|
margin-top:5px; |
|
|
|
white-space:normal; |
|
|
|
width:128px; |
|
|
|
width:126px; |
|
|
|
opacity: 0.6; |
|
|
|
} |
|
|
|
.grid { |
|
|
|
margin-top: 40rpx; |
|
|
|
height: 520rpx; |
|
|
|
height: 420rpx; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: repeat(2, 1fr); |
|
|
|
grid-row-gap: 22rpx; |
|
|
|
grid-column-gap: 24rpx; |
|
|
|
grid-row-gap: 20rpx; |
|
|
|
grid-column-gap: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.group_11 { |
|
|
|
|