|
|
@@ -1,20 +1,8 @@
|
|
|
<template>
|
|
|
- <van-pull-refresh
|
|
|
- success-text="加载成功"
|
|
|
- success-duration="500"
|
|
|
- class="mine"
|
|
|
- v-model="isLoading"
|
|
|
- @refresh="onRefresh"
|
|
|
- >
|
|
|
+ <van-pull-refresh success-text="加载成功" success-duration="500" class="mine" v-model="isLoading" @refresh="onRefresh">
|
|
|
<div class="userInfo" v-if="isLogin">
|
|
|
- <van-image
|
|
|
- width="100%"
|
|
|
- height="52vw"
|
|
|
- :src="userInfo.bg ? userInfo.bg : require('@assets/creatorBg.png')"
|
|
|
- loading-icon=""
|
|
|
- fit="cover"
|
|
|
- class="top-img"
|
|
|
- />
|
|
|
+ <van-image width="100%" height="52vw" :src="userInfo.bg ? userInfo.bg : require('@assets/creatorBg.png')"
|
|
|
+ loading-icon="" fit="cover" class="top-img" />
|
|
|
<!-- <template v-if="publishShow">
|
|
|
<div class="yinsi" v-if="userInfo.isPublicShow" @click="turnOffPrivacy = true">
|
|
|
<img src="@assets/icon-kaiqiyinsi@3x.png" alt="" />
|
|
|
@@ -29,15 +17,10 @@
|
|
|
</div> -->
|
|
|
<div class="userInfo-content">
|
|
|
<div class="userInfo-top">
|
|
|
- <van-image
|
|
|
- radius="100"
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- :src="userInfo.avatar ? userInfo.avatar : require('@assets/img_default_photo.png')"
|
|
|
- fit="cover"
|
|
|
+ <van-image radius="100" width="150" height="150"
|
|
|
+ :src="userInfo.avatar ? userInfo.avatar : require('@assets/img_default_photo.png')" fit="cover"
|
|
|
:class="{ activeAvatar: isLogin && userInfo.useCollectionPic }"
|
|
|
- @click="$router.push('/SettingComplete')"
|
|
|
- />
|
|
|
+ @click="$router.push('/SettingComplete')" />
|
|
|
<div class="text">
|
|
|
<div class="text1">
|
|
|
<span class="van-ellipsis" style="max-width: 120px">{{ userInfo.nickname }}</span>
|
|
|
@@ -59,11 +42,8 @@
|
|
|
<img :src="require('@assets/icon-weidianliang@3x.png')" alt="" />
|
|
|
<span>
|
|
|
去点亮
|
|
|
- <img
|
|
|
- :src="require('@assets/icon-xialajiantou@3x (1).png')"
|
|
|
- alt=""
|
|
|
- class="autheds_img"
|
|
|
- />
|
|
|
+ <img :src="require('@assets/icon-xialajiantou@3x (1).png')" alt=""
|
|
|
+ class="autheds_img" />
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="auth-imgs autheds_con" v-else>
|
|
|
@@ -79,12 +59,8 @@
|
|
|
{{ info.autograph }}
|
|
|
</div>
|
|
|
<div class="sub-right" v-if="userInfo && userInfo.intro && userInfo.intro.length > 50">
|
|
|
- <img
|
|
|
- @click="showMore = !showMore"
|
|
|
- :class="{ subAll: showMore }"
|
|
|
- src="../assets/icon-xialajiantou.png"
|
|
|
- alt=""
|
|
|
- />
|
|
|
+ <img @click="showMore = !showMore" :class="{ subAll: showMore }" src="../assets/icon-xialajiantou.png"
|
|
|
+ alt="" />
|
|
|
</div>
|
|
|
|
|
|
<div class="btns">
|
|
|
@@ -104,24 +80,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="userInfo" v-else>
|
|
|
- <van-image
|
|
|
- width="100%"
|
|
|
- height="52vw"
|
|
|
- :src="require('@assets/creatorBg.png')"
|
|
|
- loading-icon=""
|
|
|
- fit="cover"
|
|
|
- class="top-img"
|
|
|
- />
|
|
|
+ <van-image width="100%" height="52vw" :src="require('@assets/creatorBg.png')" loading-icon="" fit="cover"
|
|
|
+ class="top-img" />
|
|
|
<div class="userInfo-content">
|
|
|
<div class="userInfo-top" @click="$router.push('/login')">
|
|
|
- <van-image
|
|
|
- round
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- :src="require('@assets/img_default_photo.png')"
|
|
|
- fit="cover"
|
|
|
- @click="$router.push('/login')"
|
|
|
- />
|
|
|
+ <van-image round width="150" height="150" :src="require('@assets/img_default_photo.png')" fit="cover"
|
|
|
+ @click="$router.push('/login')" />
|
|
|
|
|
|
<div class="text">
|
|
|
<div class="text1" @click="$router.push('/login')">点击登录</div>
|
|
|
@@ -141,6 +105,10 @@
|
|
|
<img src="@assets/icon_qianbao@3x.png" alt="" />
|
|
|
<span>我的钱包</span>
|
|
|
</div>
|
|
|
+ <!-- <div class="order-info" @click="$router.push('/shoppingCart')">
|
|
|
+ <img src="@assets/icon_gouwuche@3x.png" alt="" />
|
|
|
+ <span>购物车</span>
|
|
|
+ </div> -->
|
|
|
<!-- <div class="order-info" @click="$router.push('/auctionOrders')">
|
|
|
<img src="@assets/info_icon_paimaidingdan.png" alt="" />
|
|
|
<span>拍卖订单</span>
|
|
|
@@ -317,27 +285,15 @@
|
|
|
</div>
|
|
|
<template #footer>
|
|
|
<div class="toiIlluminate_Three">
|
|
|
- <img
|
|
|
- :src="require('@assets/icon_fenxiang_close@3x.png')"
|
|
|
- alt=""
|
|
|
- class="toiIlluminate_imgThree"
|
|
|
- @click="illuminateShow = false"
|
|
|
- />
|
|
|
+ <img :src="require('@assets/icon_fenxiang_close@3x.png')" alt="" class="toiIlluminate_imgThree"
|
|
|
+ @click="illuminateShow = false" />
|
|
|
</div>
|
|
|
</template>
|
|
|
</van-dialog>
|
|
|
- <van-popup
|
|
|
- :show="turnPrivacy"
|
|
|
- position="bottom"
|
|
|
- :style="{ height: '260px', borderTopLeftRadius: '16px', borderTopRightRadius: '16px' }"
|
|
|
- >
|
|
|
+ <van-popup :show="turnPrivacy" position="bottom"
|
|
|
+ :style="{ height: '260px', borderTopLeftRadius: '16px', borderTopRightRadius: '16px' }">
|
|
|
<div class="wrapper">
|
|
|
- <img
|
|
|
- :src="require('@assets/icon_close@3x.png')"
|
|
|
- alt=""
|
|
|
- class="privacy_off_img"
|
|
|
- @click="turnPrivacy = false"
|
|
|
- />
|
|
|
+ <img :src="require('@assets/icon_close@3x.png')" alt="" class="privacy_off_img" @click="turnPrivacy = false" />
|
|
|
<div class="wrapper_img">
|
|
|
<img :src="require('@assets/icon-wufachakan.png')" alt="" class="privacy_img" />
|
|
|
</div>
|
|
|
@@ -351,18 +307,11 @@
|
|
|
</div>
|
|
|
<template #footer> </template>
|
|
|
</van-popup>
|
|
|
- <van-popup
|
|
|
- :show="turnOffPrivacy"
|
|
|
- position="bottom"
|
|
|
- :style="{ height: '260px', borderTopLeftRadius: '16px', borderTopRightRadius: '16px' }"
|
|
|
- >
|
|
|
+ <van-popup :show="turnOffPrivacy" position="bottom"
|
|
|
+ :style="{ height: '260px', borderTopLeftRadius: '16px', borderTopRightRadius: '16px' }">
|
|
|
<div class="wrapper">
|
|
|
- <img
|
|
|
- :src="require('@assets/icon_close@3x.png')"
|
|
|
- alt=""
|
|
|
- class="privacy_off_img"
|
|
|
- @click="turnOffPrivacy = false"
|
|
|
- />
|
|
|
+ <img :src="require('@assets/icon_close@3x.png')" alt="" class="privacy_off_img"
|
|
|
+ @click="turnOffPrivacy = false" />
|
|
|
<div class="wrapper_img">
|
|
|
<img :src="require('@assets/icon-kechakan@3x.png')" alt="" class="privacy_img" />
|
|
|
</div>
|
|
|
@@ -595,6 +544,7 @@ export default {
|
|
|
background: #ffffff;
|
|
|
position: relative;
|
|
|
border-radius: 8px;
|
|
|
+
|
|
|
.toiIlluminate_imgOne {
|
|
|
width: 96px;
|
|
|
height: 100px;
|
|
|
@@ -602,6 +552,7 @@ export default {
|
|
|
right: 0px;
|
|
|
top: 0px;
|
|
|
}
|
|
|
+
|
|
|
.toiIlluminate_imgTwo {
|
|
|
width: 40px;
|
|
|
height: 129px;
|
|
|
@@ -609,6 +560,7 @@ export default {
|
|
|
left: 0px;
|
|
|
bottom: 0px;
|
|
|
}
|
|
|
+
|
|
|
.risk-box_id {
|
|
|
padding-top: 30px;
|
|
|
padding-left: 20px;
|
|
|
@@ -618,11 +570,13 @@ export default {
|
|
|
color: #000000;
|
|
|
line-height: 34px;
|
|
|
position: relative;
|
|
|
+
|
|
|
.risk-box_id_one {
|
|
|
position: relative;
|
|
|
z-index: 2002;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
+
|
|
|
.risk-box_id_two {
|
|
|
width: 84px;
|
|
|
height: 14px;
|
|
|
@@ -633,6 +587,7 @@ export default {
|
|
|
bottom: 0px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.risk-box_tip {
|
|
|
padding-left: 20px;
|
|
|
margin-bottom: 12px;
|
|
|
@@ -642,9 +597,11 @@ export default {
|
|
|
color: #939599;
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
+
|
|
|
.risk-box_title {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
+
|
|
|
.risk-box_title_con {
|
|
|
font-size: 14px;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
@@ -655,6 +612,7 @@ export default {
|
|
|
padding-right: 20px;
|
|
|
position: relative;
|
|
|
}
|
|
|
+
|
|
|
.risk-box_title_con::after {
|
|
|
content: '';
|
|
|
width: 6px;
|
|
|
@@ -665,12 +623,14 @@ export default {
|
|
|
top: 6px;
|
|
|
left: 18px;
|
|
|
}
|
|
|
+
|
|
|
.to_illuminate {
|
|
|
margin-top: 40px;
|
|
|
padding: 0px 20px;
|
|
|
margin-bottom: 10px;
|
|
|
position: relative;
|
|
|
z-index: 2002;
|
|
|
+
|
|
|
.to_illuminate_con {
|
|
|
height: 38px;
|
|
|
background: #3ab200;
|
|
|
@@ -683,6 +643,7 @@ export default {
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.perfect_tip {
|
|
|
font-size: 12px;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
@@ -693,6 +654,7 @@ export default {
|
|
|
padding-bottom: 14px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.wrapper {
|
|
|
height: 260px;
|
|
|
width: calc(100vw);
|
|
|
@@ -701,6 +663,7 @@ export default {
|
|
|
background: #ffffff;
|
|
|
border-radius: 16px 16px 0px 0px;
|
|
|
position: relative;
|
|
|
+
|
|
|
.privacy_off_img {
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
@@ -708,15 +671,18 @@ export default {
|
|
|
top: 16px;
|
|
|
right: 16px;
|
|
|
}
|
|
|
+
|
|
|
.wrapper_img {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
+
|
|
|
.privacy_img {
|
|
|
width: 64px;
|
|
|
height: 64px;
|
|
|
padding-top: 22px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.wrapper_title {
|
|
|
font-size: 16px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
@@ -727,6 +693,7 @@ export default {
|
|
|
margin-bottom: 8px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.wrapper_tip {
|
|
|
padding: 0px 16px;
|
|
|
font-size: 14px;
|
|
|
@@ -737,16 +704,19 @@ export default {
|
|
|
text-align: center;
|
|
|
margin-bottom: 28px;
|
|
|
}
|
|
|
+
|
|
|
.wrapper_division {
|
|
|
width: 100%;
|
|
|
height: 1px;
|
|
|
background: #f2f4f5;
|
|
|
margin-bottom: 9px;
|
|
|
}
|
|
|
+
|
|
|
.wrapper_btn {
|
|
|
padding: 0px 16px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
+
|
|
|
.wrapper_btn_left {
|
|
|
width: calc(50vw - 83.5px);
|
|
|
height: 38px;
|
|
|
@@ -760,6 +730,7 @@ export default {
|
|
|
line-height: 38px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.wrapper_btn_right {
|
|
|
width: calc(50vw - 83.5px);
|
|
|
height: 38px;
|
|
|
@@ -774,16 +745,19 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.toiIlluminate_Three {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
padding-top: 70px;
|
|
|
+
|
|
|
// transform: translateY(70px);
|
|
|
.toiIlluminate_imgThree {
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.mine {
|
|
|
background-color: #272b2e;
|
|
|
padding-top: 0 !important;
|
|
|
@@ -812,6 +786,7 @@ export default {
|
|
|
font-weight: bold;
|
|
|
color: @text0;
|
|
|
line-height: 24px;
|
|
|
+
|
|
|
img {
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
@@ -842,6 +817,7 @@ export default {
|
|
|
/deep/ .title {
|
|
|
padding: 12px 12px 6px;
|
|
|
border-bottom: 1px solid @bg3;
|
|
|
+
|
|
|
.van-cell__title {
|
|
|
span {
|
|
|
font-size: @font3;
|
|
|
@@ -862,17 +838,20 @@ export default {
|
|
|
line-height: 28px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.orderList {
|
|
|
width: 100%;
|
|
|
padding: 0px 16px;
|
|
|
box-sizing: border-box;
|
|
|
margin-top: 2px;
|
|
|
+
|
|
|
.orderList_con {
|
|
|
width: 100%;
|
|
|
background: #2d3134;
|
|
|
border-radius: 4px;
|
|
|
.flex();
|
|
|
}
|
|
|
+
|
|
|
// padding: 0 12px;
|
|
|
.order-info {
|
|
|
padding: 16px 0 14px;
|
|
|
@@ -887,11 +866,13 @@ export default {
|
|
|
.flex();
|
|
|
width: 132px;
|
|
|
}
|
|
|
+
|
|
|
img {
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
|
// margin-right: 8px;
|
|
|
}
|
|
|
+
|
|
|
span {
|
|
|
font-size: 13px;
|
|
|
font-weight: 400;
|
|
|
@@ -900,6 +881,7 @@ export default {
|
|
|
margin-top: 4px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
// .order-info + .order-info {
|
|
|
// // margin-left: 20px;
|
|
|
// &::before {
|
|
|
@@ -928,8 +910,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.orderList {
|
|
|
.flex();
|
|
|
+
|
|
|
// padding: 0 12px;
|
|
|
.menu-info {
|
|
|
padding: 16px 0;
|
|
|
@@ -943,11 +927,13 @@ export default {
|
|
|
.flex();
|
|
|
width: 132px;
|
|
|
}
|
|
|
+
|
|
|
img {
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
+
|
|
|
span {
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
@@ -955,7 +941,9 @@ export default {
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
}
|
|
|
- .menu-info + .menu-info {
|
|
|
+
|
|
|
+ .menu-info+.menu-info {
|
|
|
+
|
|
|
// margin-left: 20px;
|
|
|
&::before {
|
|
|
content: '';
|
|
|
@@ -983,6 +971,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.grid-img {
|
|
|
display: block;
|
|
|
}
|
|
|
@@ -999,6 +988,7 @@ export default {
|
|
|
margin-top: 4px;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
+
|
|
|
.van-grid-item__content {
|
|
|
padding: 4.2vw 2.1vw;
|
|
|
}
|
|
|
@@ -1026,12 +1016,14 @@ export default {
|
|
|
height: 28px;
|
|
|
// margin-right: 10px;
|
|
|
display: block;
|
|
|
+
|
|
|
/deep/.van-icon__image {
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
|
display: block;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.userInfo {
|
|
|
padding-top: 52vw;
|
|
|
// border-bottom: 1px solid @bg2;
|
|
|
@@ -1044,6 +1036,7 @@ export default {
|
|
|
left: 0;
|
|
|
z-index: 1;
|
|
|
overflow: visible;
|
|
|
+
|
|
|
&::after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
@@ -1056,11 +1049,13 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.userInfo-content {
|
|
|
padding: 0 16px;
|
|
|
z-index: 2;
|
|
|
position: relative;
|
|
|
transform: translateY(-103px);
|
|
|
+
|
|
|
.sub {
|
|
|
font-size: 12px;
|
|
|
color: @text3;
|
|
|
@@ -1073,6 +1068,7 @@ export default {
|
|
|
.flex();
|
|
|
margin-top: 4px;
|
|
|
justify-content: center;
|
|
|
+
|
|
|
img {
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
@@ -1085,7 +1081,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .sub-right > div {
|
|
|
+ .sub-right>div {
|
|
|
font-size: 12px;
|
|
|
color: @text0;
|
|
|
line-height: 17px;
|
|
|
@@ -1102,12 +1098,14 @@ export default {
|
|
|
.flex-col();
|
|
|
align-items: center;
|
|
|
padding: 16px 0;
|
|
|
+
|
|
|
.text1 {
|
|
|
font-size: 18px;
|
|
|
color: #fff;
|
|
|
line-height: 24px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
.text2 {
|
|
|
font-size: 12px;
|
|
|
color: @text3;
|
|
|
@@ -1117,12 +1115,14 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.userInfo-top {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
transform: translateX(-5px);
|
|
|
position: relative;
|
|
|
flex-direction: column;
|
|
|
+
|
|
|
.van-image {
|
|
|
// border: 5px solid @bg;
|
|
|
flex-shrink: 0;
|
|
|
@@ -1135,6 +1135,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
+
|
|
|
.text1 {
|
|
|
font-size: 24px;
|
|
|
font-weight: bold;
|
|
|
@@ -1150,6 +1151,7 @@ export default {
|
|
|
// vertical-align: middle;
|
|
|
// }
|
|
|
}
|
|
|
+
|
|
|
.text2 {
|
|
|
font-size: 14px;
|
|
|
color: #949699;
|
|
|
@@ -1157,6 +1159,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-top: 5px;
|
|
|
+
|
|
|
img {
|
|
|
display: block;
|
|
|
margin-left: 6px;
|
|
|
@@ -1165,15 +1168,18 @@ export default {
|
|
|
|
|
|
.icons {
|
|
|
.flex();
|
|
|
+
|
|
|
.auth-imgs {
|
|
|
.flex();
|
|
|
transform: translateX(15px);
|
|
|
+
|
|
|
img {
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
|
position: relative;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
+
|
|
|
span {
|
|
|
display: block;
|
|
|
width: 60px;
|
|
|
@@ -1189,11 +1195,14 @@ export default {
|
|
|
flex-shrink: 0;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
+
|
|
|
&.authed_con {
|
|
|
width: 90px;
|
|
|
}
|
|
|
+
|
|
|
&.authed {
|
|
|
width: 90px;
|
|
|
+
|
|
|
span {
|
|
|
color: #418bff;
|
|
|
background: #e8f3ff;
|
|
|
@@ -1202,10 +1211,12 @@ export default {
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
&.autheds {
|
|
|
position: relative;
|
|
|
width: 90px;
|
|
|
margin-right: 5px;
|
|
|
+
|
|
|
span {
|
|
|
display: block;
|
|
|
width: 50px;
|
|
|
@@ -1217,6 +1228,7 @@ export default {
|
|
|
flex-shrink: 0;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
+
|
|
|
.autheds_img {
|
|
|
position: absolute;
|
|
|
right: 0px;
|
|
|
@@ -1226,9 +1238,11 @@ export default {
|
|
|
height: 16px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
&.autheds_con {
|
|
|
width: 90px;
|
|
|
margin-right: 10px;
|
|
|
+
|
|
|
span {
|
|
|
color: #39af00;
|
|
|
background: #f3ffed;
|
|
|
@@ -1249,29 +1263,35 @@ export default {
|
|
|
height: 20px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.menus {
|
|
|
margin-top: 16px;
|
|
|
padding: 0px 16px;
|
|
|
box-sizing: border-box;
|
|
|
padding-bottom: 100px;
|
|
|
+
|
|
|
.menus_list {
|
|
|
width: 100%;
|
|
|
padding: 16px 0px;
|
|
|
background: #2d3134;
|
|
|
border-radius: 4px;
|
|
|
+
|
|
|
.menus_list_division {
|
|
|
padding: 14px 16px;
|
|
|
+
|
|
|
.menus_list_division_con {
|
|
|
height: 1px;
|
|
|
background: rgba(255, 255, 255, 0.06);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.menus_list_con {
|
|
|
padding-left: 16px;
|
|
|
padding-right: 12px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
+
|
|
|
.menus_list_con_left {
|
|
|
display: flex;
|
|
|
font-size: 13px;
|
|
|
@@ -1279,18 +1299,21 @@ export default {
|
|
|
font-weight: 400;
|
|
|
color: #ffffff;
|
|
|
line-height: 24px;
|
|
|
+
|
|
|
.menus_list_con_left_img {
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
margin-right: 12px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.menus_list_con_right_img {
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
// margin: 0 16px;
|
|
|
// background-color: @bg;
|
|
|
// border-radius: 8px;
|
|
|
@@ -1313,16 +1336,20 @@ export default {
|
|
|
}
|
|
|
|
|
|
/deep/.auth {
|
|
|
- color: @text3!important;
|
|
|
+ color: @text3 !important;
|
|
|
padding: 0 10px;
|
|
|
margin-left: 6px;
|
|
|
+
|
|
|
.van-button__content {
|
|
|
.flex();
|
|
|
+
|
|
|
.van-icon__image {
|
|
|
display: block;
|
|
|
}
|
|
|
+
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
+
|
|
|
height: 24px;
|
|
|
}
|
|
|
|
|
|
@@ -1343,16 +1370,19 @@ export default {
|
|
|
top: calc(var(--safe-top) + 16px);
|
|
|
.flex();
|
|
|
z-index: 20;
|
|
|
+
|
|
|
img {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
}
|
|
|
+
|
|
|
span {
|
|
|
font-size: 12px;
|
|
|
color: #ffffff;
|
|
|
line-height: 12px;
|
|
|
margin-left: 4px;
|
|
|
}
|
|
|
+
|
|
|
// width: 72px;
|
|
|
// height: 24px;
|
|
|
// background: #272b2e;
|
|
|
@@ -1370,10 +1400,12 @@ export default {
|
|
|
// padding: 0 11px;
|
|
|
// height: 24px;
|
|
|
.flex();
|
|
|
+
|
|
|
img {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
}
|
|
|
+
|
|
|
span {
|
|
|
font-size: 12px;
|
|
|
color: #ffffff;
|
|
|
@@ -1384,5 +1416,4 @@ export default {
|
|
|
&.not {
|
|
|
background: #ff4f50;
|
|
|
}
|
|
|
-}
|
|
|
-</style>
|
|
|
+}</style>
|