|
@@ -1,101 +1,135 @@
|
|
|
<template>
|
|
|
- <view class="container">
|
|
|
+ <view class="content">
|
|
|
<view class="top">
|
|
|
- <view class="bg"><image class="imgBg" src="../../static/img/user-bg.png" mode=""></image></view>
|
|
|
- <view class="user">
|
|
|
- <view class="avtor">
|
|
|
- <image class="portrait" :src="userInfo.avatar || '/static/img/missing-face.png'"></image>
|
|
|
- <view class="he"><image class="image" v-if="userInfo.point.length != 0" src="../../static/img/hehuoren.png"></image></view>
|
|
|
+ <view class="bg"><image class="imgBg" src="../../static/user/img17.png" mode=""></image></view>
|
|
|
+ <view class="title">
|
|
|
+ <view class="header">
|
|
|
+ <view class="tx"><image src="../../static/error/missing-face.png" mode=""></image></view>
|
|
|
+ <view class="dl"><image src="../../static/user/jiedian1.png" mode=""></image></view>
|
|
|
</view>
|
|
|
- <view class="">
|
|
|
- <view class="name">
|
|
|
- <view class="name-left clamp">{{ userInfo.phone || userInfo.email || '游客' }}</view>
|
|
|
- <view class="name-right">
|
|
|
- <image class="image" src="../../static/img/img28.png"></image>
|
|
|
- <view class="level" v-if="userInfo.level">{{ userInfo.level_info.name }}</view>
|
|
|
- <view class="level" v-else>V0</view>
|
|
|
- </view>
|
|
|
+ <view class="message">
|
|
|
+ <view class="name">{{ userInfo.nickname }}</view>
|
|
|
+ <view class="phone">{{ userInfo.phone }}</view>
|
|
|
+ <view class="vip-box">
|
|
|
+ <view class="vip">会员等级LV.5</view>
|
|
|
+ <view class="pintuan">拼团等级LV.2</view>
|
|
|
</view>
|
|
|
- <view class="id">uid:{{ userInfo.uid }}</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="config" @click="nav('/pages/set/userinfo')">
|
|
|
- <view class="myself"><image src="../../static/img/myself.png" mode=""></image></view>
|
|
|
- <view class="">
|
|
|
- 我的资料
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="main">
|
|
|
- <view class="title">我的工具</view>
|
|
|
- <view class="tt">
|
|
|
- <view class="tt-box" @click="nav('/pages/assets/myPing')">
|
|
|
- <image src="../../static/img/pinggou.png" class="tt-icon1" mode=""></image>
|
|
|
- <view class="tt-txt">我的拼购</view>
|
|
|
- <image src="../../static/img/jiantou.png" class="next-icon" mode=""></image>
|
|
|
- </view>
|
|
|
- <view class="userInfo.point">
|
|
|
- <view class="tt-box" v-if="userInfo.point.length != 0" @click="nav('/pages/user/myNote')">
|
|
|
- <image src="../../static/img/myPoint.png" class="tt-icon1" mode=""></image>
|
|
|
- <view class="tt-txt">我的节点</view>
|
|
|
- <image src="../../static/img/jiantou.png" class="next-icon" mode=""></image>
|
|
|
- </view>
|
|
|
+ <view class="box">
|
|
|
+ <view class="sweets-box">
|
|
|
+ <view class="sweets" @click="nav('/pages/money/award')">
|
|
|
+ <view class="limit">111</view>
|
|
|
+ <view class="sweets-name">糖果</view>
|
|
|
</view>
|
|
|
- <view class="tt-box" @click="nav('/pages/market/myCalculation')">
|
|
|
- <image src="../../static/img/myKJ.png" class="tt-icon1" mode=""></image>
|
|
|
- <view class="tt-txt">我的矿机</view>
|
|
|
- <image src="../../static/img/jiantou.png" class="next-icon" mode=""></image>
|
|
|
+ <view class="jiange"></view>
|
|
|
+ <view class="sweets">
|
|
|
+ <view class="limit">111</view>
|
|
|
+ <view class="sweets-name">拼团积分</view>
|
|
|
</view>
|
|
|
- <view class="tt-box" @click="nav('/pages/index/info')" v-if="userInfo.level >= 4">
|
|
|
- <image src="../../static/img/data.png" class="tt-icon1" mode=""></image>
|
|
|
- <view class="tt-txt">汇总数据</view>
|
|
|
- <image src="../../static/img/jiantou.png" class="next-icon" mode=""></image>
|
|
|
+ <view class="jiange"></view>
|
|
|
+ <view class="sweets">
|
|
|
+ <view class="limit">111</view>
|
|
|
+ <view class="sweets-name">购物积分</view>
|
|
|
</view>
|
|
|
- <view class="tt-box" @click="nav('/pages/user/fulilist')">
|
|
|
- <image src="../../static/img/gift.png" class="tt-icon1" mode=""></image>
|
|
|
- <view class="tt-txt">拼购福利</view>
|
|
|
- <image src="../../static/img/jiantou.png" class="next-icon" mode=""></image>
|
|
|
+ <view class="jiange"></view>
|
|
|
+ <view class="sweets" @click="nav('/pages/money/wallet')">
|
|
|
+ <view class="limit">111</view>
|
|
|
+ <view class="sweets-name">佣金</view>
|
|
|
</view>
|
|
|
- <view class="tt-box" @click="nav('/pages/user/extension')">
|
|
|
- <image src="../../static/img/myTeam.png" class="tt-icon2" mode=""></image>
|
|
|
- <view class="tt-txt">我的团队</view>
|
|
|
- <image src="../../static/img/jiantou.png" class="next-icon" mode=""></image>
|
|
|
+ </view>
|
|
|
+ <view class="my-order">
|
|
|
+ <view class="box-title flex ">
|
|
|
+ <view class="title1"><text>我的订单</text></view>
|
|
|
+ <view class="link" @click="navTo()" hover-class="common-hover"><text class="iconfont iconenter"></text></view>
|
|
|
</view>
|
|
|
- <view class="tt-box" @click="nav('/pages/user/shareQrCode')">
|
|
|
- <image src="../../static/img/share.png" class="tt-icon3" mode=""></image>
|
|
|
- <view class="tt-txt">团队邀请</view>
|
|
|
- <image src="../../static/img/jiantou.png" class="next-icon" mode=""></image>
|
|
|
+ <view class="order-section">
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class=" icon1 position-relative">
|
|
|
+ <image class="icon-img" src="/static/user/user01.png" mode="aspectFit"></image>
|
|
|
+ </view>
|
|
|
+ <text>待付款</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class="icon1 position-relative">
|
|
|
+ <image class="icon-img" src="/static/user/user02.png" mode="aspectFit"></image>
|
|
|
+ </view>
|
|
|
+ <text>待发货</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class="icon1 position-relative">
|
|
|
+ <image class="icon-img" src="/static/user/user03.png" mode="aspectFit"></image>
|
|
|
+ </view>
|
|
|
+ <text>待收货</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class=" icon1 position-relative"><image class="icon-img" src="/static/user/user04.png" mode="aspectFit"></image></view>
|
|
|
+ <text>已完成</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="tt-box" @click="server()">
|
|
|
- <image src="../../static/img/kefu.png" class="tt-icon1" mode=""></image>
|
|
|
- <view class="tt-txt">联系客服</view>
|
|
|
- <image src="../../static/img/jiantou.png" class="next-icon" mode=""></image>
|
|
|
+ </view>
|
|
|
+ <view class="my-order">
|
|
|
+ <view class="box-title flex ">
|
|
|
+ <view class="title1"><text>拼购工具</text></view>
|
|
|
+ <view class="link" @click="navTo()" hover-class="common-hover"></view>
|
|
|
</view>
|
|
|
- <view class="tt-box" @click="nav('/pages/set/set')">
|
|
|
- <image src="../../static/img/set.png" class="tt-icon5" mode=""></image>
|
|
|
- <view class="tt-txt">设置</view>
|
|
|
- <image src="../../static/img/jiantou.png" class="next-icon" mode=""></image>
|
|
|
+ <view class="order-section">
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class=" icon1 position-relative"><image class="icon-img" src="../../static/user/myPing.png" mode="aspectFit"></image></view>
|
|
|
+ <text>我的拼购</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo('./pages/user/pingou')" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class="icon1 position-relative"><image class="icon-img" src="../../static/user/myPoint.png" mode="aspectFit"></image></view>
|
|
|
+ <text>我的节点</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class="icon1 position-relative"><image class="icon-img" src="../../static/user/myFu.png" mode="aspectFit"></image></view>
|
|
|
+ <text>我的服务器</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class=" icon1 position-relative"><image class="icon-img" src="../../static/user/data.png" mode="aspectFit"></image></view>
|
|
|
+ <text>汇总数据</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="kb"></view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <uni-popup ref="popup" type="center">
|
|
|
- <view class="popup">
|
|
|
- <view class="popup-dox">
|
|
|
- <image class="popup-logo" src="../../static/img/lianxi.png"></image>
|
|
|
- <view class="pop-title">已为您定制专属客服</view>
|
|
|
- <view>{{ weixin }}</view>
|
|
|
- <image class="popup-text" @longtap="bc_code" :src="erweima"></image>
|
|
|
- <view class="btn" @click="copy(weixin)">复制微信号</view>
|
|
|
- <view class="pop-tip flex">
|
|
|
- <view class="weixin"><image src="../../static/img/weixin.png" mode=""></image></view>
|
|
|
- <view>长按保存二维码</view>
|
|
|
+ <view class="my-order">
|
|
|
+ <view class="box-title flex ">
|
|
|
+ <view class="title1"><text>更多功能</text></view>
|
|
|
+ <view class="link" @click="navTo()" hover-class="common-hover"></view>
|
|
|
+ </view>
|
|
|
+ <view class="order-section">
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class=" icon1 position-relative"><image class="icon-img" src="../../static/user/myTeam.png" mode="aspectFit"></image></view>
|
|
|
+ <text>我的团队</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class="icon1 position-relative"><image class="icon-img" src="../../static/user/myTeams.png" mode="aspectFit"></image></view>
|
|
|
+ <text>互助团队</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class="icon1 position-relative"><image class="icon-img" src="../../static/user/myShare.png" mode="aspectFit"></image></view>
|
|
|
+ <text>团队邀请</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class=" icon1 position-relative"><image class="icon-img" src="../../static/user/myAddress.png" mode="aspectFit"></image></view>
|
|
|
+ <text>收货地址</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class=" icon1 position-relative"><image class="icon-img" src="../../static/user/myKefu.png" mode="aspectFit"></image></view>
|
|
|
+ <text>联系客服</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class=" icon1 position-relative"><image class="icon-img" src="../../static/user/myAbout.png" mode="aspectFit"></image></view>
|
|
|
+ <text>关于我们</text>
|
|
|
+ </view>
|
|
|
+ <view class="order-item" @click="navTo()" hover-class="common-hover" :hover-stay-time="50">
|
|
|
+ <view class=" icon1 position-relative"><image class="icon-img" src="../../static/user/mySet.png" mode="aspectFit"></image></view>
|
|
|
+ <text>设置</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="close_icon" @click="close"><image src="../../static/img/Close.png"></image></view>
|
|
|
- </uni-popup>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -228,255 +262,248 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss">
|
|
|
-page {
|
|
|
- height: 100%;
|
|
|
- background: #ffffff;
|
|
|
-}
|
|
|
-.container {
|
|
|
- height: 100%;
|
|
|
- background: #ffffff;
|
|
|
-}
|
|
|
-.kb {
|
|
|
- height: 100rpx;
|
|
|
+page,
|
|
|
+.content {
|
|
|
+ height: auto;
|
|
|
+ min-height: 100%;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ padding-bottom: 44rpx;
|
|
|
}
|
|
|
.top {
|
|
|
width: 100%;
|
|
|
- height: 340rpx;
|
|
|
+ height: 530rpx;
|
|
|
position: relative;
|
|
|
+
|
|
|
.bg {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
- height: 340rpx;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
+ height: 530rpx;
|
|
|
+
|
|
|
image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
- .user {
|
|
|
+
|
|
|
+ .title {
|
|
|
position: relative;
|
|
|
- padding-top: 98rpx;
|
|
|
- padding-left: 34rpx;
|
|
|
display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
- z-index: 10;
|
|
|
- .avtor {
|
|
|
- width: 102rpx;
|
|
|
- height: 102rpx;
|
|
|
- border-radius: 50%;
|
|
|
- position: relative;
|
|
|
- .portrait {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- border-radius: 50%;
|
|
|
- }
|
|
|
- .he {
|
|
|
- position: absolute;
|
|
|
- height: 30rpx;
|
|
|
- bottom: -4rpx;
|
|
|
- left: 0;
|
|
|
- .image {
|
|
|
- width: 102rpx;
|
|
|
- height: 30rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .name {
|
|
|
- margin-left: 30rpx;
|
|
|
- font-size: 36rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #ffffff;
|
|
|
+ flex-direction: column;
|
|
|
+ top: 20%;
|
|
|
+
|
|
|
+ .header {
|
|
|
display: flex;
|
|
|
- justify-content: start;
|
|
|
- .name-left {
|
|
|
- max-width: 220rpx;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .tx {
|
|
|
+ width: 132rpx;
|
|
|
+ height: 132rpx;
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
- .name-right {
|
|
|
- margin-left: 20rpx;
|
|
|
- width: 50rpx;
|
|
|
- height: 60rpx;
|
|
|
+
|
|
|
+ .dl {
|
|
|
position: relative;
|
|
|
+ margin-top: -16rpx;
|
|
|
+ width: 100rpx;
|
|
|
+ height: 32rpx;
|
|
|
+
|
|
|
image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
- .level {
|
|
|
- position: absolute;
|
|
|
- top: 35%;
|
|
|
- left: 50%;
|
|
|
- margin-left: -12rpx;
|
|
|
- font-size: 20rpx;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
- .id {
|
|
|
- margin-left: 30rpx;
|
|
|
- font-size: 30rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #ffffff;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-.main {
|
|
|
- position: relative;
|
|
|
- z-index: 11;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background: #ffffff;
|
|
|
- margin-top: -70rpx;
|
|
|
- border-top-left-radius: 60rpx;
|
|
|
- border-top-right-radius: 60rpx;
|
|
|
- .title {
|
|
|
- padding-top: 65rpx;
|
|
|
- padding-left: 36rpx;
|
|
|
- font-size: 36rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: bold;
|
|
|
- color: #333333;
|
|
|
- }
|
|
|
- .tt {
|
|
|
- margin: 0 auto;
|
|
|
- width: 750rpx;
|
|
|
- padding: 40rpx 70rpx;
|
|
|
- border-radius: 10rpx;
|
|
|
- background-color: #ffffff;
|
|
|
|
|
|
- .tt-box {
|
|
|
- height: 100rpx;
|
|
|
+ .message {
|
|
|
+ margin-top: 10rpx;
|
|
|
display: flex;
|
|
|
+ flex-direction: column;
|
|
|
align-items: center;
|
|
|
- border-bottom: 1px solid #f0f0f0;
|
|
|
- .tt-icon1 {
|
|
|
- width: 42rpx;
|
|
|
- height: 42rpx;
|
|
|
- }
|
|
|
- .tt-icon2 {
|
|
|
- width: 49rpx;
|
|
|
- height: 38rpx;
|
|
|
- }
|
|
|
- .tt-icon3 {
|
|
|
- width: 46rpx;
|
|
|
- height: 40rpx;
|
|
|
- }
|
|
|
- .tt-icon4 {
|
|
|
- width: 40rpx;
|
|
|
- height: 42rpx;
|
|
|
- }
|
|
|
- .tt-icon5 {
|
|
|
- width: 44rpx;
|
|
|
- height: 40rpx;
|
|
|
+
|
|
|
+ .name {
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
|
|
|
- .tt-txt {
|
|
|
- margin-left: 36rpx;
|
|
|
- font-size: 32rpx;
|
|
|
+ .phone {
|
|
|
+ font-size: 26rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
- color: #333333;
|
|
|
- flex: 1;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- .next-icon {
|
|
|
- width: 16rpx;
|
|
|
- height: 25rpx;
|
|
|
+ .vip-box {
|
|
|
+ margin-top: 10rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .vip {
|
|
|
+ padding: 6rpx 16rpx;
|
|
|
+ text-align: center;
|
|
|
+ background: #ffffff;
|
|
|
+ border-radius: 24rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #2e58ff;
|
|
|
+ margin-right: 10rpx;
|
|
|
}
|
|
|
- }
|
|
|
|
|
|
- .border-b {
|
|
|
- border-bottom: 1px solid #f1f1f1;
|
|
|
+ .pintuan {
|
|
|
+ padding: 6rpx 16rpx;
|
|
|
+ text-align: center;
|
|
|
+ background: #ffffff;
|
|
|
+ border-radius: 24rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #2e58ff;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.popup {
|
|
|
- width: 640rpx;
|
|
|
- background-color: #ffffff;
|
|
|
- border-radius: 15rpx;
|
|
|
- text-align: center;
|
|
|
- .popup-dox {
|
|
|
- position: relative;
|
|
|
- top: -60rpx;
|
|
|
- .popup-logo {
|
|
|
- width: 460rpx;
|
|
|
- height: 132rpx;
|
|
|
- }
|
|
|
- .pop-title {
|
|
|
- font-size: 40rpx;
|
|
|
+
|
|
|
+.box {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ width: 710rpx;
|
|
|
+ position: relative;
|
|
|
+ margin: -80rpx 20rpx;
|
|
|
+ color: #fefefe;
|
|
|
+}
|
|
|
+
|
|
|
+.sweets-box {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ width: 710rpx;
|
|
|
+ padding: 48rpx 0;
|
|
|
+ background: #ffffff;
|
|
|
+ box-shadow: 0px 0px 20px 0px rgba(50, 50, 52, 0.06);
|
|
|
+ border-radius: 20rpx;
|
|
|
+
|
|
|
+ .jiange {
|
|
|
+ width: 1rpx;
|
|
|
+ height: 36rpx;
|
|
|
+ background: #999999;
|
|
|
+ }
|
|
|
+
|
|
|
+ .sweets {
|
|
|
+ width: 25%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+
|
|
|
+ .limit {
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
font-weight: bold;
|
|
|
- color: #333333;
|
|
|
- padding: 25rpx 0rpx;
|
|
|
- margin-bottom: 50rpx;
|
|
|
- }
|
|
|
- .popup-text {
|
|
|
- width: 400rpx;
|
|
|
- height: 400rpx;
|
|
|
- margin-bottom: 50rpx;
|
|
|
+ color: #666666;
|
|
|
}
|
|
|
- .btn {
|
|
|
- width: 300rpx;
|
|
|
- height: 50rpx;
|
|
|
- line-height: 50rpx;
|
|
|
- background: linear-gradient(90deg, #60bab0, #60bab0, #45969b);
|
|
|
- margin: 0 auto;
|
|
|
- color: #ffffff;
|
|
|
- border-radius: 25rpx;
|
|
|
- }
|
|
|
- .pop-tip {
|
|
|
- font-size: 30rpx;
|
|
|
+
|
|
|
+ .sweets-name {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
- color: #333333;
|
|
|
- justify-content: center;
|
|
|
- margin-top: 20rpx;
|
|
|
- .weixin {
|
|
|
- width: 48rpx;
|
|
|
- height: 40rpx;
|
|
|
- margin-right: 14rpx;
|
|
|
- image {
|
|
|
- width: 48rpx;
|
|
|
- height: 40rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ color: #666666;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.close_icon {
|
|
|
- width: 60rpx;
|
|
|
- height: 60rpx;
|
|
|
- margin: 88rpx auto 0;
|
|
|
- image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+
|
|
|
+.my-order {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ flex-direction: column;
|
|
|
+ width: 710rpx;
|
|
|
+ background: #ffffff;
|
|
|
+ box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(50, 50, 52, 0.06);
|
|
|
+ border-radius: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.box-title {
|
|
|
+ border-top-left-radius: 20rpx;
|
|
|
+ border-top-right-radius: 20rpx;
|
|
|
+ background-color: #ffffff;
|
|
|
+ line-height: 1;
|
|
|
+ padding: 26rpx 34rpx 20rpx;
|
|
|
+ border-bottom: 1px solid #F5F5F5;;
|
|
|
+
|
|
|
+ .title1 {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #333333;
|
|
|
+ }
|
|
|
+
|
|
|
+ .link {
|
|
|
+ font-size: $font-base - 2rpx;
|
|
|
+ color: $font-color-light;
|
|
|
}
|
|
|
}
|
|
|
-.config {
|
|
|
- z-index: 10;
|
|
|
- background: #fff;
|
|
|
- text-align: right;
|
|
|
- font-size: 26rpx !important;
|
|
|
- border-radius: 34px 0px 0px 34px;
|
|
|
- position: absolute;
|
|
|
- top: 120rpx;
|
|
|
- right: 0;
|
|
|
- font-size: 20rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #60bab0;
|
|
|
- line-height: 58rpx;
|
|
|
- padding:2rpx 20rpx;
|
|
|
+
|
|
|
+.order-section {
|
|
|
display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
align-items: center;
|
|
|
- .myself {
|
|
|
- padding-top: 12rpx;
|
|
|
- margin-right: 10rpx;
|
|
|
- image {
|
|
|
- height: 30rpx;
|
|
|
- width: 30rpx;
|
|
|
+ text-align: center;
|
|
|
+ padding: 34rpx 0 10rpx;
|
|
|
+ .order-item {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ width: 25%;
|
|
|
+ align-items: center;
|
|
|
+ height: 140rpx;
|
|
|
+ font-size: $font-sm;
|
|
|
+ color: $font-color-dark;
|
|
|
+ }
|
|
|
+
|
|
|
+ .iconfont {
|
|
|
+ font-size: 48rpx;
|
|
|
+ margin-bottom: 18rpx;
|
|
|
+ color: #fa436a;
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon-shouhoutuikuan {
|
|
|
+ font-size: 44rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon {
|
|
|
+ height: 88rpx;
|
|
|
+ width: 90rpx;
|
|
|
+ margin-bottom: 18rpx;
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+
|
|
|
+ .icon-img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon1 {
|
|
|
+ height: 50rpx;
|
|
|
+ width: 48rpx;
|
|
|
+ margin-bottom: 18rpx;
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+
|
|
|
+ .icon-img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
</style>
|