|
|
@ -49,7 +49,7 @@ |
|
|
|
<view class="label" style="width: 100%">请上传本人近期照片</view> |
|
|
|
</view> |
|
|
|
<view v-if="!technician.image" @click="fileUploads" class="upload b-relative"> |
|
|
|
<uni-icons type="plusempty" size="80rpx" color="#37bea7" |
|
|
|
<uni-icons type="plusempty" size="80rpx" color="#EF8C94" |
|
|
|
style="position: absolute; top: 50rpx; left: 60rpx;" /> |
|
|
|
</view> |
|
|
|
<view v-else @click="fileUploads" class="upload b-relative"> |
|
|
@ -193,7 +193,7 @@ |
|
|
|
.banner { |
|
|
|
width: 100vw; |
|
|
|
height: calc(392rpx - 160rpx); |
|
|
|
background: linear-gradient(38deg, #4899a6 44%, #60bda2 100%); |
|
|
|
background: #EF8C9444; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -245,7 +245,7 @@ |
|
|
|
font-family: PingFang SC, PingFang SC-Bold; |
|
|
|
font-weight: 700; |
|
|
|
text-align: center; |
|
|
|
color: #26c591; |
|
|
|
color: #EF8C94; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -273,7 +273,7 @@ |
|
|
|
content: ""; |
|
|
|
width: 8rpx; |
|
|
|
height: 30rpx; |
|
|
|
background: #4fd3bc; |
|
|
|
background: #EF8C94; |
|
|
|
border-radius: 4rpx; |
|
|
|
margin-right: 10rpx; |
|
|
|
margin-top: 15rpx; |
|
|
@ -309,7 +309,7 @@ |
|
|
|
width: 200rpx; |
|
|
|
height: 200rpx; |
|
|
|
background: rgba(245, 245, 245, 0.82); |
|
|
|
border: 2rpx dashed #99dcd0; |
|
|
|
border: 2rpx dashed #EF8C94; |
|
|
|
border-radius: 16rpx; |
|
|
|
|
|
|
|
margin: 10rpx 12rpx; |
|
|
@ -328,7 +328,7 @@ |
|
|
|
justify-content: center; |
|
|
|
width: 596rpx; |
|
|
|
height: 90rpx; |
|
|
|
background: linear-gradient(180deg, #6fdfbe, #5ac796); |
|
|
|
background: #EF8C94; |
|
|
|
border-radius: 46rpx; |
|
|
|
|
|
|
|
margin: 20rpx auto; |
|
|
|