This commit is contained in:
parent
8ece548b05
commit
a7abc5551d
|
@ -33,7 +33,7 @@
|
||||||
</checkbox-group>
|
</checkbox-group>
|
||||||
</template>
|
</template>
|
||||||
</t-refresh>
|
</t-refresh>
|
||||||
<view class="queding" @tap="shiYong()">
|
<view class="push-button" @tap="shiYong()">
|
||||||
<span class="que-btn">立即使用</span>
|
<span class="que-btn">立即使用</span>
|
||||||
</view>
|
</view>
|
||||||
<empty v-if="hongbao.length==0"></empty>
|
<empty v-if="hongbao.length==0"></empty>
|
||||||
|
@ -150,6 +150,16 @@
|
||||||
height: 870px !important;
|
height: 870px !important;
|
||||||
margin-bottom: 60rpx;
|
margin-bottom: 60rpx;
|
||||||
}
|
}
|
||||||
|
.push-button{
|
||||||
|
width: 100%;
|
||||||
|
height: 48px;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
.que-btn{
|
.que-btn{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
@ -160,6 +170,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
font-size: 34rpx;
|
||||||
}
|
}
|
||||||
/deep/.page-box{
|
/deep/.page-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -168,17 +179,7 @@
|
||||||
width: 111.81rpx;
|
width: 111.81rpx;
|
||||||
height: 111.81rpx;
|
height: 111.81rpx;
|
||||||
}
|
}
|
||||||
.queding{
|
|
||||||
width: 100%;
|
|
||||||
height: 48px;
|
|
||||||
background-color: #fff;
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
.youhui-view-right-time{
|
.youhui-view-right-time{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="adv_text_view">
|
<view class="adv_text_view">
|
||||||
|
|
||||||
<view class="adv_lines">
|
<view class="adv_lines">
|
||||||
<view >姓名</view>
|
<view >姓名</view>
|
||||||
<input type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" />
|
<input type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" />
|
||||||
|
@ -66,7 +65,9 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="adv-xian"></view>
|
<view class="adv-xian"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="usermain-btn" @tap="save">提交申请</view>
|
<view class="push-button">
|
||||||
|
<view class="que-btn" @tap="save">提交申请</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -249,28 +250,27 @@
|
||||||
/deep/uni-radio::before{
|
/deep/uni-radio::before{
|
||||||
margin-right: -1px;
|
margin-right: -1px;
|
||||||
}
|
}
|
||||||
.save_btn {
|
.push-button{
|
||||||
width: 600upx;
|
width: 100%;
|
||||||
height: 92rpx;
|
height: 48px;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
position: fixed;
|
||||||
border-radius: 46rpx;
|
bottom: 0px;
|
||||||
line-height: 92upx;
|
display: flex;
|
||||||
margin: 0 auto;
|
flex-direction: column;
|
||||||
color: #fff;
|
align-items: center;
|
||||||
font-size: 28upx;
|
margin: 0 auto;
|
||||||
position: absolute;
|
}
|
||||||
bottom: 0px;
|
.que-btn{
|
||||||
margin-bottom: 10px;
|
display: inline-block;
|
||||||
|
width: 90%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* #ifdef MP-WEIXIN */
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
margin-top: 150rpx;
|
height: 38px;
|
||||||
/* #endif */
|
border-radius: 28px;
|
||||||
/* #ifdef H5 */
|
color: #ffffff;
|
||||||
margin-top: 100rpx;
|
line-height: 38px;
|
||||||
/* #endif */
|
margin-top: 4px;
|
||||||
/* #ifdef APP-PLUS */
|
font-size: 34rpx;
|
||||||
margin-top: 180rpx;
|
|
||||||
/* #endif */
|
|
||||||
}
|
}
|
||||||
.uni-textarea-compute{
|
.uni-textarea-compute{
|
||||||
|
|
||||||
|
@ -345,7 +345,6 @@
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
}
|
||||||
.send-msg{
|
.send-msg{
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
|
|
|
@ -59,7 +59,8 @@
|
||||||
}
|
}
|
||||||
.cooperate-img{
|
.cooperate-img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height:240rpx;
|
height:222rpx;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
.shezhi-list-img-text{
|
.shezhi-list-img-text{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
@ -239,7 +239,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 8px;
|
||||||
.sub-box {
|
.sub-box {
|
||||||
width: 613rpx;
|
width: 613rpx;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="hehuo_view">
|
<view class="hehuo_view">
|
||||||
<view class="advantage-title">应聘技师</view>
|
<view class="advantage-title">
|
||||||
<view class="advantage-bor"></view>
|
<image style="width: 35rpx; height: 35rpx; margin-right:10rpx; margin-top: 5rpx;" src="../../static/technician.png"></image>应聘技师</view>
|
||||||
|
<view class="advantage-bor" style="margin-right: 10rpx;"></view>
|
||||||
<view class="text_view">
|
<view class="text_view">
|
||||||
<view class="item_view">
|
<view class="item_view">
|
||||||
<view class="item_title">服务城市 </view>
|
<view class="item_title">服务城市 </view>
|
||||||
|
@ -33,7 +34,7 @@
|
||||||
<image :src="headImg" style="width: 100%;height: 100%;"></image>
|
<image :src="headImg" style="width: 100%;height: 100%;"></image>
|
||||||
<view style="z-index: 9;position: absolute;margin-top: -1px;right: 0px;"
|
<view style="z-index: 9;position: absolute;margin-top: -1px;right: 0px;"
|
||||||
@click="headImgremove(index)">
|
@click="headImgremove(index)">
|
||||||
<u-icon name="close-circle-fill" color="#2979ff" size="50rpx"></u-icon>
|
<u-icon name="close-circle-fill" color="#039d88" size="50rpx"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -54,7 +55,10 @@
|
||||||
<!-- <view class="audit_message" v-if="auditContent != '' && bb == 3">拒绝原因:{{auditContent}}</view> -->
|
<!-- <view class="audit_message" v-if="auditContent != '' && bb == 3">拒绝原因:{{auditContent}}</view> -->
|
||||||
<!-- <view class="save_btn" v-if="status == 0">审核中</view> -->
|
<!-- <view class="save_btn" v-if="status == 0">审核中</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="save_btn" @tap="save" v-if="bb !=0">提交申请</view>
|
<view class="push-button">
|
||||||
|
<view class="que-btn" @tap="save" v-if="bb !=0">提交申请</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -229,29 +233,27 @@
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
@import '../../static/less/index.less';
|
@import '../../static/less/index.less';
|
||||||
@import '../../static/css/index.css';
|
@import '../../static/css/index.css';
|
||||||
.save_btn {
|
.push-button{
|
||||||
width: 600upx;
|
width: 100%;
|
||||||
height: 92rpx;
|
height: 48px;
|
||||||
left:10%;
|
position: fixed;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
bottom: 0px;
|
||||||
border-radius: 46rpx;
|
display: flex;
|
||||||
line-height: 92upx;
|
flex-direction: column;
|
||||||
margin: 0 auto;
|
align-items: center;
|
||||||
color: #fff;
|
margin: 0 auto;
|
||||||
font-size: 30upx;
|
}
|
||||||
position: absolute;
|
.que-btn{
|
||||||
bottom: 0px;
|
display: inline-block;
|
||||||
margin-bottom: 10px;
|
width: 90%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* #ifdef MP-WEIXIN */
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
margin-top: 150rpx;
|
height: 38px;
|
||||||
/* #endif */
|
border-radius: 28px;
|
||||||
/* #ifdef H5 */
|
color: #ffffff;
|
||||||
margin-top: 100rpx;
|
line-height: 38px;
|
||||||
/* #endif */
|
margin-top: 4px;
|
||||||
/* #ifdef APP-PLUS */
|
font-size: 34rpx;
|
||||||
margin-top: 180rpx;
|
|
||||||
/* #endif */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin-top-view{
|
.margin-top-view{
|
||||||
|
@ -266,7 +268,7 @@
|
||||||
margin-left: 35rpx;
|
margin-left: 35rpx;
|
||||||
}
|
}
|
||||||
.advantage-bor{
|
.advantage-bor{
|
||||||
width: 64px;
|
width: 80px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in New Issue