|
|
@@ -78,11 +78,15 @@
|
|
|
{{userInfo.name}}
|
|
|
</view>
|
|
|
<view class="user-contact" style="font-size: 28upx; color: #666; display: flex; align-items: center;">
|
|
|
- <text v-if="userInfo.superInfo && userInfo.superInfo.name" style="margin-right: 16upx; color: #999;">{{userInfo.superInfo.name}}</text>
|
|
|
+ <text v-if="userInfo.superInfo && userInfo.superInfo.name" style="margin-right: 16upx; color: #424141;">{{userInfo.superInfo.name}}</text>
|
|
|
<text style="color: #333;">{{userInfo.mobile}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <i class="iconfont iconbianji" style="font-size: 42upx; color: #7b7878; margin-top: 8upx;"></i>
|
|
|
+ <view class="icon-group" style="display: flex; align-items: center; gap:50upx;">
|
|
|
+ <i class="iconfont icondianhua" style="font-size: 53upx; color:#3385FF;"></i>
|
|
|
+ <i @click="callUp" class="iconfont icondianhua1" style="font-size:53upx;color:#3385FF;"></i>
|
|
|
+ <i class="iconfont iconbianji" style="font-size: 50upx;color:#3385FF;"></i>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 地址信息 -->
|
|
|
@@ -98,25 +102,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <!-- 操作按钮区域 -->
|
|
|
- <view class="action-buttons" style="display: flex; gap: 32upx; padding-top: 24upx; border-top: 1upx solid #f0f0f0;">
|
|
|
-
|
|
|
- <view class="action-item" style="display: flex; flex-direction: column; align-items: center; flex: 1;" @click="callUp">
|
|
|
- <view class="icon-wrapper" style="width: 72upx; height: 72upx; border-radius: 50%; background: linear-gradient(135deg, #28a745, #20c997); display: flex; align-items: center; justify-content: center; margin-bottom: 10upx; box-shadow: 0 3upx 10upx rgba(40, 167, 69, 0.3);">
|
|
|
- <i class="iconfont icondianhua1" style="font-size: 36upx; color: #fff;"></i>
|
|
|
- </view>
|
|
|
- <text style="font-size: 22upx; color: #666;">拨打电话</text>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="action-item" style="display: flex; flex-direction: column; align-items: center; flex: 1;" v-if="!$util.isEmpty(userInfo.lat) && !$util.isEmpty(userInfo.long)"
|
|
|
- @click.stop="navigate(userInfo.lat,userInfo.long,userInfo.address)">
|
|
|
- <view class="icon-wrapper" style="width: 72upx; height: 72upx; border-radius: 50%; background: linear-gradient(135deg, #3385ff, #0056b3); display: flex; align-items: center; justify-content: center; margin-bottom: 10upx; box-shadow: 0 3upx 10upx rgba(51, 133, 255, 0.3);">
|
|
|
- <i class="iconfont icondianhua" style="font-size: 36upx; color: #fff;"></i>
|
|
|
- </view>
|
|
|
- <text style="font-size: 22upx; color: #666;">导航到达</text>
|
|
|
- </view>
|
|
|
|
|
|
- </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -723,12 +709,6 @@ export default {
|
|
|
position: relative;
|
|
|
padding-left: 10upx;
|
|
|
flex: 1;
|
|
|
- & .avatar {
|
|
|
- position: absolute;
|
|
|
- left: 10upx;
|
|
|
- top: 50%;
|
|
|
- transform: translate(0,-50%);
|
|
|
- }
|
|
|
& .dec-bx {
|
|
|
padding-left: 130upx;
|
|
|
& > view:nth-child(1) {
|
|
|
@@ -744,66 +724,12 @@ export default {
|
|
|
color: #666666;
|
|
|
font-size:25upx;
|
|
|
}
|
|
|
- .level{
|
|
|
- margin-left:30upx;
|
|
|
- color:white;
|
|
|
- background:#3385FF;
|
|
|
- border:1upx solid #3385FF;
|
|
|
- border-radius:50upx;
|
|
|
- font-size:22upx;
|
|
|
- padding:6upx 12upx;
|
|
|
- }
|
|
|
- .level-common{
|
|
|
- margin-left:30upx;
|
|
|
- color:white;
|
|
|
- background:#CCCCCC;
|
|
|
- border:1upx solid #CCCCCC;
|
|
|
- border-radius:50upx;
|
|
|
- font-size:20upx;
|
|
|
- padding:6upx 12upx;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
- & .already-shop {
|
|
|
- color: #09BB07;
|
|
|
- font-size: 30upx;
|
|
|
- font-weight: 400;
|
|
|
- & > .iconfont {
|
|
|
- padding-right: 8upx;
|
|
|
- font-size: 32upx;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
-.invite-bt {
|
|
|
- color: #FFFFFF;
|
|
|
- font-size: 26upx;
|
|
|
- font-weight: 400;
|
|
|
- width: 140upx;
|
|
|
- height: 50upx;
|
|
|
- line-height: 50upx;
|
|
|
- background-color: #3385FF;
|
|
|
- text-align: center;
|
|
|
- border-radius: 25upx;
|
|
|
- border: 1upx solid #DDDDDD;
|
|
|
- padding: 0;
|
|
|
- user-select: none;
|
|
|
- outline: none;
|
|
|
- &.white{
|
|
|
- background-color: #FFFFFF;
|
|
|
- color: #666666;
|
|
|
- }
|
|
|
- }
|
|
|
// 总览
|
|
|
-.total-wrap,
|
|
|
.order-wrap {
|
|
|
- .total-tit {
|
|
|
- padding: 18upx 0 18upx 20upx;
|
|
|
- border-bottom: 1upx solid $borderColor;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 24upx;
|
|
|
- color:#333333;
|
|
|
- }
|
|
|
.total-blo {
|
|
|
@include disFlex(center, space-between);
|
|
|
flex-wrap: wrap;
|
|
|
@@ -844,40 +770,6 @@ export default {
|
|
|
padding:10upx 0 20upx 20upx;
|
|
|
border-bottom: 1upx solid #EEEEEE;
|
|
|
}
|
|
|
- & .address-des_bx {
|
|
|
- display: flex;
|
|
|
- padding: 20upx 10upx 30upx 20upx;
|
|
|
- & > view:nth-child(1) {
|
|
|
- flex: 1;
|
|
|
- margin-top: 10upx;
|
|
|
-
|
|
|
- & > view:nth-child(1) {
|
|
|
- color: #333333;
|
|
|
- font-size: 28upx;
|
|
|
- font-weight: bold;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- & .admin-button-com {
|
|
|
- margin-left: 10upx;
|
|
|
- border-radius: 25upx;
|
|
|
- }
|
|
|
- }
|
|
|
- & > view:nth-child(2) {
|
|
|
- color: #666666;
|
|
|
- font-size: 28upx;
|
|
|
- font-weight: 400;
|
|
|
- margin-top: 20upx;
|
|
|
- }
|
|
|
- }
|
|
|
- & > view:nth-child(2) {
|
|
|
- display: flex;
|
|
|
- & .icondianhua1 {
|
|
|
- font-size: 44upx;
|
|
|
- color: #3385FF;
|
|
|
- margin-left: 10upx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
.tabs-wrap {
|
|
|
padding: 40upx 10upx;
|