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