页面修改
This commit is contained in:
parent
01c61b58cf
commit
30c978decb
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<view style="padding-bottom: 100upx; margin-top: 20rpx;" v-if="XCXIsSelect != '否'">
|
||||
<view class="text-center text-red bg-white">{{form.remek}}</view>
|
||||
<view class="padding bg radius margin" style="margin: 0;">
|
||||
<view class="padding bg radius margin">
|
||||
|
||||
<u-form :model="form" ref="uForm" label-position="top" :label-style='lableStyle'>
|
||||
<u-form-item label="" :border-bottom='false' style="border-bottom: 1px #f7f7f7 solid;">
|
||||
|
@ -50,8 +50,8 @@
|
|||
</u-form>
|
||||
</view>
|
||||
<view class=" padding bg radius margin"
|
||||
style="padding-top: 20rpx;margin-left: 0;margin-right:0 ; margin-top: 20rpx;">
|
||||
<view class="text-lg margin-top-sm">上传身份证正面</view>
|
||||
style="padding-top: 20rpx; margin-top: 20rpx;">
|
||||
<view class="margin-top-sm">上传身份证正面</view>
|
||||
<view class="flex" style="overflow: hidden;flex-direction: initial;">
|
||||
<view class="margin-top flex margin-right-sm" v-if="form.front.length">
|
||||
<view class="flex" style="width: 200rpx;height: 200rpx;margin-right: 10rpx;position: relative;">
|
||||
|
@ -63,19 +63,19 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="margin-top" @click="addImage(1)" v-if="form.front.length <= 0 ">
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f4f5f6;"
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f7f8fa;"
|
||||
class="flex justify-center align-center">
|
||||
<view>
|
||||
<view class="text-center">
|
||||
<image src="../../static/images/my/add.png" style="width: 65rpx;height: 55rpx;">
|
||||
<image src="../../static/images/my/add.png" style="width: 80rpx;height: 80rpx;">
|
||||
</image>
|
||||
</view>
|
||||
<view class="text-center">添加图片</view>
|
||||
<view class="text-center add-word">添加图片</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="text-lg margin-top-sm">上传身份证反面</view>
|
||||
<view class="margin-top-sm">上传身份证反面</view>
|
||||
<view class="flex" style="overflow: hidden;flex-direction: initial;">
|
||||
<view class="margin-top flex margin-right-sm" v-if="form.back.length">
|
||||
<view class="flex" style="width: 200rpx;height: 200rpx;margin-right: 10rpx;position: relative;">
|
||||
|
@ -87,19 +87,19 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="margin-top" @click="addImage(2)" v-if="form.back.length<=0">
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f4f5f6;"
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f7f8fa;"
|
||||
class="flex justify-center align-center">
|
||||
<view>
|
||||
<view class="text-center">
|
||||
<image src="../../static/images/my/add.png" style="width: 65rpx;height: 55rpx;">
|
||||
<image src="../../static/images/my/add.png" style="width: 80rpx;height: 80rpx;">
|
||||
</image>
|
||||
</view>
|
||||
<view class="text-center">添加图片</view>
|
||||
<view class="text-center add-word">添加图片</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="text-lg margin-top-sm">头像上传</view>
|
||||
<view class="margin-top-sm">头像上传</view>
|
||||
<view class="flex" style="overflow: hidden;flex-wrap: wrap;">
|
||||
<view class="margin-top flex margin-right-sm flex-wrap" v-if="form.headImg && form.headImg.length">
|
||||
<view class="flex" style="width: 200rpx;height: 200rpx;margin-right: 5rpx;position: relative;">
|
||||
|
@ -117,19 +117,19 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="margin-top" @click="addImage(4)" v-if="form.headImg.length<=0">
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f4f5f6;"
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f7f8fa;"
|
||||
class="flex justify-center align-center">
|
||||
<view>
|
||||
<view class="text-center">
|
||||
<image src="../../static/images/my/avatar.png" style="width: 65rpx;height: 55rpx;">
|
||||
<image src="../../static/images/my/avatar.png" style="width: 80rpx;height: 80rpx;">
|
||||
</image>
|
||||
</view>
|
||||
<view class="text-center">添加头像</view>
|
||||
<view class="text-center add-word">添加头像</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="text-lg margin-top-sm">持有资质证书(可多张)</view>
|
||||
<view class="margin-top-sm">持有资质证书(可多张)</view>
|
||||
<view class="flex" style="overflow: hidden;flex-wrap: wrap;">
|
||||
<view class="margin-top flex margin-right-sm flex-wrap" v-if="certificateImg.length">
|
||||
<view class="flex" style="width: 200rpx;height: 200rpx;margin-right: 2rpx;position: relative;"
|
||||
|
@ -143,19 +143,19 @@
|
|||
</view>
|
||||
<view class="margin-top" @click="addImages(2)"
|
||||
v-if="certificateImg.length < 6 && (renzheng ==0 || renzheng == 3)">
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f4f5f6;"
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f7f8fa;"
|
||||
class="flex justify-center align-center">
|
||||
<view>
|
||||
<view class="text-center">
|
||||
<image src="../../static/images/my/add.png" style="width: 65rpx;height: 55rpx;">
|
||||
<image src="../../static/images/my/add.png" style="width: 80rpx;height: 80rpx;">
|
||||
</image>
|
||||
</view>
|
||||
<view class="text-center">添加图片</view>
|
||||
<view class="text-center add-word">添加图片</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="text-lg margin-top-sm">形象照(可多张)</view>
|
||||
<view class=" margin-top-sm">形象照(可多张)</view>
|
||||
<view class="flex" style="overflow: hidden;flex-wrap: wrap;padding-bottom: 10rpx;">
|
||||
<view class="margin-top flex margin-right-sm flex-wrap" v-if="infantImg.length">
|
||||
<view class="flex" style="width: 200rpx;height: 200rpx;margin-right: 5rpx;position: relative;"
|
||||
|
@ -170,21 +170,21 @@
|
|||
</view>
|
||||
<view class="margin-top" @click="addImages(3)"
|
||||
v-if="infantImg.length < 6 && (renzheng ==0 || renzheng == 3)">
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f4f5f6; margin-bottom: 20rpx;"
|
||||
<view style="width: 200rpx;height: 200rpx;background: #f7f8fa; margin-bottom: 20rpx;"
|
||||
class="flex justify-center align-center">
|
||||
<view>
|
||||
<view class="text-center">
|
||||
<image src="../../static/images/my/add.png" style="width: 65rpx;height: 55rpx;">
|
||||
<image src="../../static/images/my/add.png" style="width: 80rpx;height: 80rpx;">
|
||||
</image>
|
||||
</view>
|
||||
<view class="text-center">添加图片</view>
|
||||
<view class="text-center add-word">添加图片</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class=" padding bg radius margin" style="margin-left: 0;margin-right: 0;">
|
||||
<view class="text-lg margin-top padding-top">自我介绍</view>
|
||||
<view class=" padding bg radius margin">
|
||||
<view class="padding-top">自我介绍</view>
|
||||
<view class="margin-tb-sm">
|
||||
<u-input :disabled="renzhengStatus" v-model="form.describes" style="border-radius: 20rpx;"
|
||||
type="textarea" height="200" placeholde="请描述一下您的特长" maxlengt="200" :clearable="false" />
|
||||
|
@ -204,7 +204,7 @@
|
|||
<navigator url="/my/setting/xieyi?id=374" open-type="navigate">《理疗师入驻协议》</navigator>
|
||||
</view>
|
||||
</view>
|
||||
<view class="tabbar" style="background: linear-gradient(to right, #223845, #00a85b); border-radius: 50rpx;"
|
||||
<view class="tabbar" style="background: linear-gradient(to right, #019c88, #2dbe93); border-radius: 50rpx;"
|
||||
@click="submit()" v-if="renzheng == 0||renzheng==3">提交发布</view>
|
||||
|
||||
<!-- 性别选择 -->
|
||||
|
@ -932,11 +932,17 @@
|
|||
}
|
||||
|
||||
.bg {
|
||||
width: 94%;
|
||||
margin:30rpx auto;
|
||||
background-color: #FFFFFF;
|
||||
margin: 0 30rpx;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
padding: 20rpx 36rpx;
|
||||
border-radius: 26rpx;
|
||||
|
||||
}
|
||||
.add-word{
|
||||
font-size: 26rpx;
|
||||
color: #afb5c1;
|
||||
}
|
||||
.skbox {}
|
||||
|
||||
.skleft {
|
||||
|
@ -973,13 +979,14 @@
|
|||
|
||||
.tabbar {
|
||||
width: 690upx;
|
||||
height: 88upx;
|
||||
background: #096f4b;
|
||||
height: 86upx;
|
||||
background: #019c88;
|
||||
border-radius: 8upx;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
line-height: 88upx;
|
||||
line-height: 86upx;
|
||||
color: #FFFFFF;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
||||
.popup_pay {
|
||||
|
|
|
@ -96,13 +96,13 @@
|
|||
width: 686rpx;
|
||||
.title-box-t{
|
||||
color: #333333;
|
||||
font-size: 48rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.title-box-b{
|
||||
color: #999999;
|
||||
|
||||
margin-top: 20rpx;
|
||||
color: #019c88;
|
||||
margin-top: 10rpx;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
<view>
|
||||
<view class="cu-form-group">
|
||||
<u-radio-group v-model="sex">
|
||||
<u-radio shape="circle" active-color="#096f4b" :name="1">男</u-radio>
|
||||
<u-radio shape="circle" active-color="#096f4b" :name="2">女</u-radio>
|
||||
<u-radio shape="circle" active-color="#019c88" :name="1">男</u-radio>
|
||||
<u-radio shape="circle" active-color="#019c88" :name="2">女</u-radio>
|
||||
</u-radio-group>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -331,7 +331,7 @@
|
|||
|
||||
.usermain {
|
||||
background: #ffffff;
|
||||
padding: 0 30rpx;
|
||||
padding: 0 36rpx;
|
||||
}
|
||||
|
||||
.usermain-item {
|
||||
|
@ -373,7 +373,7 @@
|
|||
}
|
||||
|
||||
.footer-btn .usermain-btn {
|
||||
background: linear-gradient(to right, #223845, #00a85b);
|
||||
background: linear-gradient(to right, #019c88, #21b590);
|
||||
color: #FFFFFF;
|
||||
margin: 16rpx 0;
|
||||
width: 100%;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 563 B After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 6.8 KiB |
Loading…
Reference in New Issue