|
|
|
@ -93,21 +93,33 @@ |
|
|
|
</view> |
|
|
|
<view class="grid"> |
|
|
|
<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> |
|
|
|
</view> |
|
|
|
<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> |
|
|
|
<text class="text_9">卡品评级</text> |
|
|
|
</view> |
|
|
|
<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> |
|
|
|
<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> |
|
|
|
</view> |
|
|
|
<text class="qxk-subtitle">仅针对卡片进行鉴定真伪并套壳封固,不评级卡片品相</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_11"> |
|
|
|
<view class="justify-between group_12"> |
|
|
|
@ -300,7 +312,6 @@ |
|
|
|
</script> |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
|
|
|
|
.tips_panel{ |
|
|
|
background-color: white; |
|
|
|
} |
|
|
|
@ -478,10 +489,19 @@ |
|
|
|
.group_9 { |
|
|
|
padding-left: 2rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.qxk-title{ |
|
|
|
font-size:38rpx; |
|
|
|
margin-top:10px; |
|
|
|
} |
|
|
|
.qxk-title .qxk-iconfont{margin-right:10px;} |
|
|
|
.qxk-subtitle{ |
|
|
|
margin-top:10px; |
|
|
|
white-space:normal; |
|
|
|
width:128px; |
|
|
|
} |
|
|
|
.grid { |
|
|
|
margin-top: 40rpx; |
|
|
|
height: 340rpx; |
|
|
|
height: 520rpx; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: repeat(2, 1fr); |
|
|
|
grid-row-gap: 22rpx; |
|
|
|
|