|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<view class="flex-col page"> |
|
|
|
<lf-header :spreadOut="true" :diy="true" :boderBottom="true" bgColor="#ffffff"> |
|
|
|
<view class="header-nav"> |
|
|
|
<image class="searchIcon" src="@/static/搜索.png" @click="$url('/pages/ratingQuery/ratingQuery')"></image> |
|
|
|
<image class="searchIcon" src="@/static/icon/search.png" @click="$url('/pages/ratingQuery/ratingQuery')"></image> |
|
|
|
<text class="title">评级中心</text> |
|
|
|
</view> |
|
|
|
</lf-header> |
|
|
|
@ -16,6 +16,7 @@ |
|
|
|
<view class="flex-col section_3" @click="$url('/pages/settings/settings')"> |
|
|
|
<view class="bottom-group flex-col items-center view_3"> |
|
|
|
<view class="flex-col items-end image-wrapper"> |
|
|
|
<image class="avatar" src="../../static/mrtx.png" mode="aspectFill"></image> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497944681815904.png" |
|
|
|
class="image_7" /> |
|
|
|
@ -25,10 +26,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="justify-center group_5"> |
|
|
|
<text>茅*屋</text> |
|
|
|
<image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497755447138115.png" |
|
|
|
class="image_8" /> |
|
|
|
<view class="user-name">茅*屋</view> |
|
|
|
<image src="@/static/icon/rightArrow.png" class="image_8" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 我的订单 --> |
|
|
|
@ -38,12 +37,12 @@ |
|
|
|
<view class="right-group flex-row" @click="$url('/pages/order/order')"> |
|
|
|
<text>全部</text> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png" |
|
|
|
src="@/static/icon/rightArrow.png" |
|
|
|
class="image_8" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="justify-between equal-division" @click="$url('/pages/order/order')"> |
|
|
|
<view class="equal-division-item flex-col" > |
|
|
|
<view class="justify-between equal-division" > |
|
|
|
<view class="equal-division-item flex-col" @click="$url('/pages/order/order?current=1')"> |
|
|
|
<view class="top-group flex-col items-center"> |
|
|
|
<image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497746086268452.png" |
|
|
|
@ -54,19 +53,19 @@ |
|
|
|
</view> |
|
|
|
<text class="text_7">待确认</text> |
|
|
|
</view> |
|
|
|
<view class="flex-col items-center equal-division-item_1"> |
|
|
|
<view class="flex-col items-center equal-division-item_1" @click="$url('/pages/order/order?current=2')"> |
|
|
|
<image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497746226999392.png" |
|
|
|
class="image_11" /> |
|
|
|
<text class="text_9">评级中</text> |
|
|
|
</view> |
|
|
|
<view class="flex-col items-center equal-division-item_2"> |
|
|
|
<view class="flex-col items-center equal-division-item_2" @click="$url('/pages/order/order?current=3')"> |
|
|
|
<image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497746138565873.png" |
|
|
|
class="image_11" /> |
|
|
|
<text class="text_11">待付款</text> |
|
|
|
</view> |
|
|
|
<view class="equal-division-item flex-col"> |
|
|
|
<view class="equal-division-item flex-col" @click="$url('/pages/order/order?current=4')"> |
|
|
|
<view class="top-group flex-col items-center"> |
|
|
|
<image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497746181954101.png" |
|
|
|
@ -89,40 +88,38 @@ |
|
|
|
<view class="right-group flex-row" @click="$url('/pages/fastRating/fastRating')"> |
|
|
|
<text>查看详情</text> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png" |
|
|
|
src="@/static/icon/rightArrow.png" |
|
|
|
class="image_8" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="grid"> |
|
|
|
<view class="flex-col items-center grid-item"> |
|
|
|
<image |
|
|
|
<view class="flex-col items-center grid-item_1" @click="rateIndex = 0" :class="{'grid-item-active': rateIndex == 0}"> |
|
|
|
<!-- <image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497754868753243.png" |
|
|
|
class="image_17" /> |
|
|
|
class="image_17" /> --> |
|
|
|
<text class="qxk-iconfont qxk-icon-mulu lf-font-40"></text> |
|
|
|
<text class="text_17">全面评级</text> |
|
|
|
</view> |
|
|
|
<view class="flex-col items-center grid-item_1"> |
|
|
|
<image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497754706422513.png" |
|
|
|
class="image_17" /> |
|
|
|
<view class="flex-col items-center grid-item_1" @click="rateIndex = 1" :class="{'grid-item-active': rateIndex == 1}"> |
|
|
|
<text class="qxk-iconfont qxk-icon-xinwen-moren lf-font-40"></text> |
|
|
|
<text class="text_9">卡品评级</text> |
|
|
|
</view> |
|
|
|
<view class="grid-item_2 flex-col items-center"> |
|
|
|
<image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497754475187308.png" |
|
|
|
class="image_17" /> |
|
|
|
<view class="grid-item_2 flex-col items-center" @click="rateIndex = 2" :class="{'grid-item-active': rateIndex == 2}"> |
|
|
|
<text class="qxk-iconfont qxk-icon-tuwenguanli lf-font-40"></text> |
|
|
|
<text class="text_19">签名评级</text> |
|
|
|
</view> |
|
|
|
<view class="grid-item_2 flex-col items-center"> |
|
|
|
<image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497754361023096.png" |
|
|
|
class="image_17" /> |
|
|
|
<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-40"></text> |
|
|
|
<text class="text_19">套壳服务</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_11"> |
|
|
|
<view class="justify-between group_12"> |
|
|
|
<view class="flex-row"> |
|
|
|
<view class="section_7"> </view> |
|
|
|
<!-- <view class="section_7"> </view> --> |
|
|
|
<checkbox-group> |
|
|
|
<checkbox color="#e6a33c"></checkbox> |
|
|
|
</checkbox-group> |
|
|
|
<view class="group_14"> |
|
|
|
<text class="text_22">阅读并同意</text> |
|
|
|
<text class="text_23">《相关协议》</text> |
|
|
|
@ -140,7 +137,7 @@ |
|
|
|
<view class="justify-between group_15" @click="$url('/pages/order/order')"> |
|
|
|
<text>已评卡</text> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png" |
|
|
|
src="@/static/icon/rightArrow.png" |
|
|
|
class="image_8" /> |
|
|
|
</view> |
|
|
|
<view class="flex-row equal-division_1"> |
|
|
|
@ -168,11 +165,10 @@ |
|
|
|
<view class="justify-between section_9" @click="$url('/pages/ratingCriteria/ratingCriteria')"> |
|
|
|
<text>评级标准/卡砖设计</text> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png" |
|
|
|
src="@/static/icon/rightArrow.png" |
|
|
|
class="image_8" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="section_10"> </view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -185,7 +181,9 @@ |
|
|
|
lfHeader |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return {}; |
|
|
|
return { |
|
|
|
rateIndex: 0 |
|
|
|
}; |
|
|
|
}, |
|
|
|
}; |
|
|
|
</script> |
|
|
|
@ -318,14 +316,6 @@ |
|
|
|
position: absolute; |
|
|
|
} |
|
|
|
|
|
|
|
.section_10 { |
|
|
|
margin-top: 84rpx; |
|
|
|
align-self: center; |
|
|
|
background-color: rgb(0, 0, 0); |
|
|
|
border-radius: 4rpx; |
|
|
|
width: 196rpx; |
|
|
|
height: 8rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.section_3 { |
|
|
|
padding: 40rpx 0 38rpx; |
|
|
|
@ -408,10 +398,15 @@ |
|
|
|
|
|
|
|
.image-wrapper { |
|
|
|
padding-top: 72rpx; |
|
|
|
background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497753952125194.png'); |
|
|
|
background-size: 100% 100%; |
|
|
|
background-repeat: no-repeat; |
|
|
|
width: 112rpx; |
|
|
|
position: relative; |
|
|
|
.avatar{ |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.badge { |
|
|
|
@ -463,6 +458,10 @@ |
|
|
|
border-radius: 10rpx; |
|
|
|
border: solid 2rpx rgb(231, 162, 63); |
|
|
|
} |
|
|
|
.grid-item-active{ |
|
|
|
color: rgb(231, 162, 63) !important; |
|
|
|
border: solid 2rpx rgb(231, 162, 63) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.grid-item_1 { |
|
|
|
padding: 22rpx 0 30rpx; |
|
|
|
@ -507,6 +506,8 @@ |
|
|
|
border-radius: 50%; |
|
|
|
width: 40rpx; |
|
|
|
height: 40rpx; |
|
|
|
position: relative; |
|
|
|
z-index: 99; |
|
|
|
} |
|
|
|
|
|
|
|
.text_11 { |
|
|
|
@ -553,7 +554,7 @@ |
|
|
|
.badge_1 { |
|
|
|
background-color: rgb(234, 43, 43); |
|
|
|
border-radius: 13rpx; |
|
|
|
width: 26rpx; |
|
|
|
min-width: 26rpx; |
|
|
|
position: absolute; |
|
|
|
right: 6rpx; |
|
|
|
top: 0; |
|
|
|
@ -592,4 +593,15 @@ |
|
|
|
font-size: 28rpx; |
|
|
|
line-height: 40rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.user-name{ |
|
|
|
max-width: 360rpx; |
|
|
|
white-space:nowrap; |
|
|
|
overflow:hidden; |
|
|
|
text-overflow:ellipsis; |
|
|
|
} |
|
|
|
|
|
|
|
/deep/checkbox .wx-checkbox-input { |
|
|
|
border-radius: 50% !important; |
|
|
|
} |
|
|
|
</style> |