|
|
|
@ -18,10 +18,11 @@ |
|
|
|
style="background: rgba(247, 248, 248, 0.6);height: 80rpx;line-height: 80rpx;padding: 18rpx 20rpx;border-radius: 20rpx;"> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="box1"> |
|
|
|
<view class="reg-name"> |
|
|
|
<text style="color:red;">*</text> 学生证上传 <text style="font-weight: 400;color: #777;font-size: 11px;">身份信息仅用于认证身份,平台会严格保密</text> |
|
|
|
<text style="color:red;">*</text> 学生证上传 <text |
|
|
|
style="font-weight: 400;color: #777;font-size: 11px;">身份信息仅用于认证身份,平台会严格保密</text> |
|
|
|
</view> |
|
|
|
<view class="reg-value"> |
|
|
|
<img @tap="pictureAdd('mentou')" |
|
|
|
@ -80,7 +81,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="guize-list"> |
|
|
|
<view class="guize1" v-for="(item, index) in waimaRuleList" :key="index" style="flex-direction: column; padding-bottom: 20rpx; border-bottom: 1px solid #ddd;"> |
|
|
|
<view class="guize1" v-for="(item, index) in waimaRuleList" :key="index" |
|
|
|
style="flex-direction: column; padding-bottom: 20rpx; border-bottom: 1px solid #ddd;"> |
|
|
|
<view style="display: flex; width: 100%;"> |
|
|
|
<view class="guize1-qusong"> |
|
|
|
<view class="qusong1"> |
|
|
|
@ -99,13 +101,17 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="qusong3" style="display:flex; align-items:center;"> |
|
|
|
<input type="digit" v-model="item.orderBkge" placeholder="填写配送费" style="flex:1;"> |
|
|
|
<uni-icons type="closeempty" size="20" @click="removeRule('waima', index)" color="#ff0000" style="margin-left:10rpx;"></uni-icons> |
|
|
|
<input type="digit" v-model="item.orderBkge" placeholder="填写配送费" |
|
|
|
style="flex:1;"> |
|
|
|
<uni-icons type="closeempty" size="20" @click="removeRule('waima', index)" |
|
|
|
color="#ff0000" style="margin-left:10rpx;"></uni-icons> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="display: flex; width: 100%; margin-top: 20rpx; align-items: center;"> |
|
|
|
<text style="margin: 0 20rpx 0 10rpx; color: #777; font-size: 26rpx; font-weight: bold;">备注:</text> |
|
|
|
<input type="text" v-model="item.remark" placeholder="填写备注,如:限时/大件加钱" style="flex:1; background: #fff; border-radius: 10rpx; padding: 0 20rpx; height: 60rpx; line-height: 60rpx;"> |
|
|
|
<text |
|
|
|
style="margin: 0 20rpx 0 10rpx; color: #777; font-size: 26rpx; font-weight: bold;">备注:</text> |
|
|
|
<input type="text" v-model="item.remark" placeholder="填写备注,如:限时/大件加钱" |
|
|
|
style="flex:1; background: #fff; border-radius: 10rpx; padding: 0 20rpx; height: 60rpx; line-height: 60rpx;"> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -121,7 +127,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="guize-list"> |
|
|
|
<view class="guize1" v-for="(item, index) in paotuiRuleList" :key="index" style="flex-direction: column; padding-bottom: 20rpx; border-bottom: 1px solid #ddd;"> |
|
|
|
<view class="guize1" v-for="(item, index) in paotuiRuleList" :key="index" |
|
|
|
style="flex-direction: column; padding-bottom: 20rpx; border-bottom: 1px solid #ddd;"> |
|
|
|
<view style="display: flex; width: 100%;"> |
|
|
|
<view class="guize1-qusong"> |
|
|
|
<view class="qusong1"> |
|
|
|
@ -140,13 +147,17 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="qusong3" style="display:flex; align-items:center;"> |
|
|
|
<input type="digit" v-model="item.orderBkge" placeholder="填写配送费" style="flex:1;"> |
|
|
|
<uni-icons type="closeempty" size="20" @click="removeRule('paotui', index)" color="#ff0000" style="margin-left:10rpx;"></uni-icons> |
|
|
|
<input type="digit" v-model="item.orderBkge" placeholder="填写配送费" |
|
|
|
style="flex:1;"> |
|
|
|
<uni-icons type="closeempty" size="20" @click="removeRule('paotui', index)" |
|
|
|
color="#ff0000" style="margin-left:10rpx;"></uni-icons> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="display: flex; width: 100%; margin-top: 20rpx; align-items: center;"> |
|
|
|
<text style="margin: 0 20rpx 0 10rpx; color: #777; font-size: 26rpx; font-weight: bold;">备注:</text> |
|
|
|
<input type="text" v-model="item.remark" placeholder="填写备注,如:限时/大件加钱" style="flex:1; background: #fff; border-radius: 10rpx; padding: 0 20rpx; height: 60rpx; line-height: 60rpx;"> |
|
|
|
<text |
|
|
|
style="margin: 0 20rpx 0 10rpx; color: #777; font-size: 26rpx; font-weight: bold;">备注:</text> |
|
|
|
<input type="text" v-model="item.remark" placeholder="填写备注,如:限时/大件加钱" |
|
|
|
style="flex:1; background: #fff; border-radius: 10rpx; padding: 0 20rpx; height: 60rpx; line-height: 60rpx;"> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -156,7 +167,8 @@ |
|
|
|
|
|
|
|
<view |
|
|
|
style="width: 240rpx;height: 280rpx;background: rgba(166, 255, 234, 1);margin: 20rpx auto;border-radius: 40rpx;text-align: center;"> |
|
|
|
<img show-menu-by-longpress src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/d23a9043a8c24731831ec4db909fe3b4.jpg" alt="" |
|
|
|
<img show-menu-by-longpress |
|
|
|
src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/d23a9043a8c24731831ec4db909fe3b4.jpg" alt="" |
|
|
|
style="width: 180rpx;height: 180rpx;margin-top: 20rpx;" /> |
|
|
|
<view style="height: 50rpx;line-height: 50rpx;font-weight: 700;">关注公众号</view> |
|
|
|
</view> |
|
|
|
@ -170,6 +182,20 @@ |
|
|
|
<img :src="bigImg" alt="" style="width: 100%;height: 100%;"> |
|
|
|
</view> |
|
|
|
</uni-popup> |
|
|
|
<!-- 温馨提示弹出层 --> |
|
|
|
<uni-popup ref="lianggePopup" background-color="#fff" @change="changePopup"> |
|
|
|
<view class="liangge-popup-content"> |
|
|
|
<view class="liangge-title"> |
|
|
|
温馨提示 |
|
|
|
</view> |
|
|
|
<view class="liangge-text"> |
|
|
|
1.送单规则,需要在<text style="color:red">配送</text>页面开启才能生效 |
|
|
|
</view> |
|
|
|
<view class="liangge-text"> |
|
|
|
2.您还没有关注公众号,关注公众号后可提现佣金 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</uni-popup> |
|
|
|
<!-- 规则选择弹出层 --> |
|
|
|
<uni-popup ref="guizePopup" background-color="#fff"> |
|
|
|
<view class="guize-popup-content"> |
|
|
|
@ -178,8 +204,8 @@ |
|
|
|
alt="" style="width: 204rpx;height: 50rpx;" /> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 20rpx;height: auto;overflow:hidden;min-height: 90rpx;"> |
|
|
|
<view class="box-check-btn" @tap="qucanOrsongcan('qucan',index)" v-for="(item,index) in qucan" :key="index" |
|
|
|
style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;" |
|
|
|
<view class="box-check-btn" @tap="qucanOrsongcan('qucan',index)" v-for="(item,index) in qucan" |
|
|
|
:key="index" style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;" |
|
|
|
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'rgba(247, 248, 248, 0.6)',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
|
{{item.title}} |
|
|
|
</view> |
|
|
|
@ -190,8 +216,8 @@ |
|
|
|
alt="" style="width: 204rpx;height: 50rpx;" /> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 20rpx;height: auto;overflow:hidden;min-height: 90rpx;"> |
|
|
|
<view class="box-check-btn" @tap="qucanOrsongcan('songcan',index)" v-for="(item,index) in songcan" :key="index" |
|
|
|
style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;" |
|
|
|
<view class="box-check-btn" @tap="qucanOrsongcan('songcan',index)" v-for="(item,index) in songcan" |
|
|
|
:key="index" style="float: left;padding: 0 20rpx;width: auto;margin-bottom:20rpx;" |
|
|
|
:style="{background:item.checked?'rgba(180, 255, 238, 0.27)':'rgba(247, 248, 248, 0.6)',border:item.checked?'1px solid rgba(180, 255, 238, 1)':'1px solid #777'}"> |
|
|
|
{{item.title}} |
|
|
|
</view> |
|
|
|
@ -200,7 +226,8 @@ |
|
|
|
<view class="guize-btn" @tap="closeGuize"> |
|
|
|
确定 |
|
|
|
</view> |
|
|
|
<view style="position: absolute;bottom: -100rpx;left: 50%;transform:translateX(-50%);" @tap.stop="$refs.guizePopup.close()"> |
|
|
|
<view style="position: absolute;bottom: -100rpx;left: 50%;transform:translateX(-50%);" |
|
|
|
@tap.stop="$refs.guizePopup.close()"> |
|
|
|
<uni-icons type="close" size="40" color="#fff"></uni-icons> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -219,12 +246,12 @@ |
|
|
|
highFloorFee: 0, |
|
|
|
paotui: false, |
|
|
|
waima: false, |
|
|
|
mobile:'', |
|
|
|
mobile: '', |
|
|
|
studentCard: '', |
|
|
|
}, |
|
|
|
bigImg: '', |
|
|
|
qucan:[], |
|
|
|
songcan:[], |
|
|
|
qucan: [], |
|
|
|
songcan: [], |
|
|
|
shopArea: [], |
|
|
|
waimaRuleList: [], |
|
|
|
paotuiRuleList: [], |
|
|
|
@ -235,55 +262,58 @@ |
|
|
|
|
|
|
|
}, |
|
|
|
onLoad() { |
|
|
|
this.getShopArea() |
|
|
|
this.getShopArea() |
|
|
|
this.getWorkerMessage() |
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
this.menuButtonInfo = uni.getMenuButtonBoundingClientRect() |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
getWorkerMessage(){ |
|
|
|
getWorkerMessage() { |
|
|
|
let that = this |
|
|
|
that.tui.request("/app/workerRelaPrice/getByWorkerId?workerId=" + uni.getStorageSync('worker').workerId, "GET", {}, false, true).then((res) => { |
|
|
|
that.tui.request("/app/workerRelaPrice/getByWorkerId?workerId=" + uni.getStorageSync('worker').workerId, |
|
|
|
"GET", {}, false, true).then((res) => { |
|
|
|
if (res.code == 200) { |
|
|
|
if(res.result != null){ |
|
|
|
if (res.result != null) { |
|
|
|
let data = res.result; |
|
|
|
if (data.workerName) that.formData.name = data.workerName; |
|
|
|
if (data.cardPicture) that.formData.studentCard = data.cardPicture; |
|
|
|
if (data.mobile) that.formData.mobile = data.mobile; |
|
|
|
if (data.highFloorFee !== undefined && data.highFloorFee !== null) that.formData.highFloorFee = data.highFloorFee; |
|
|
|
|
|
|
|
if (data.highFloorFee !== undefined && data.highFloorFee !== null) that.formData |
|
|
|
.highFloorFee = data.highFloorFee; |
|
|
|
|
|
|
|
let list = data.workerRelaPriceList || []; |
|
|
|
let waimaList = list.filter(item => item.orderType == 0); |
|
|
|
let paotuiList = list.filter(item => item.orderType == 1); |
|
|
|
|
|
|
|
if(waimaList.length > 0) { |
|
|
|
|
|
|
|
if (waimaList.length > 0) { |
|
|
|
that.formData.waima = true; |
|
|
|
that.waimaRuleList = waimaList; |
|
|
|
} |
|
|
|
if(paotuiList.length > 0) { |
|
|
|
if (paotuiList.length > 0) { |
|
|
|
that.formData.paotui = true; |
|
|
|
that.paotuiRuleList = paotuiList; |
|
|
|
} |
|
|
|
that.$forceUpdate(); |
|
|
|
} |
|
|
|
} else { |
|
|
|
that.tui.toast(res.message,1000) |
|
|
|
that.tui.toast(res.message, 1000) |
|
|
|
return |
|
|
|
} |
|
|
|
}).catch((res) => {}) |
|
|
|
}, |
|
|
|
getShopArea(){ |
|
|
|
getShopArea() { |
|
|
|
let that = this |
|
|
|
that.tui.request("/app/shopArea/getByParentId/"+JSON.parse(uni.getStorageSync('area')).id, "GET", {}, false, true).then((res) => { |
|
|
|
that.tui.request("/app/shopArea/getByParentId/" + JSON.parse(uni.getStorageSync('area')).id, "GET", {}, |
|
|
|
false, true).then((res) => { |
|
|
|
if (res.code == 200) { |
|
|
|
if(res.result != null){ |
|
|
|
for(let m = 0;m<res.result.length;m++){ |
|
|
|
if (res.result != null) { |
|
|
|
for (let m = 0; m < res.result.length; m++) { |
|
|
|
that.shopArea.push(res.result[m]) |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
that.tui.toast(res.message,1000) |
|
|
|
that.tui.toast(res.message, 1000) |
|
|
|
return |
|
|
|
} |
|
|
|
}).catch((res) => {}) |
|
|
|
@ -304,7 +334,7 @@ |
|
|
|
} |
|
|
|
this.$forceUpdate() |
|
|
|
}, |
|
|
|
qucanOrsongcan(type,index){ |
|
|
|
qucanOrsongcan(type, index) { |
|
|
|
if (type == 'qucan') { |
|
|
|
this.qucan[index].checked = !this.qucan[index].checked |
|
|
|
} else { |
|
|
|
@ -312,12 +342,15 @@ |
|
|
|
} |
|
|
|
this.$forceUpdate() |
|
|
|
}, |
|
|
|
closeGuize(){ |
|
|
|
closeGuize() { |
|
|
|
let selectedQucan = this.qucan.filter(item => item.checked); |
|
|
|
let selectedSongcan = this.songcan.filter(item => item.checked); |
|
|
|
|
|
|
|
if(selectedQucan.length == 0 || selectedSongcan.length == 0) { |
|
|
|
uni.showToast({title: '请至少选择一个取货地址和一个送货地址', icon: 'none'}); |
|
|
|
|
|
|
|
if (selectedQucan.length == 0 || selectedSongcan.length == 0) { |
|
|
|
uni.showToast({ |
|
|
|
title: '请至少选择一个取货地址和一个送货地址', |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
@ -326,12 +359,13 @@ |
|
|
|
let userId = uni.getStorageSync('id') || ''; |
|
|
|
selectedQucan.forEach(q => { |
|
|
|
selectedSongcan.forEach(s => { |
|
|
|
let existing = currentRuleList.find(r => r.getAreaId == q.id && r.putAreaId == s.id); |
|
|
|
let existing = currentRuleList.find(r => r.getAreaId == q.id && r.putAreaId == s |
|
|
|
.id); |
|
|
|
if (existing) { |
|
|
|
newRules.push(existing); |
|
|
|
} else { |
|
|
|
newRules.push({ |
|
|
|
workerId: "W"+userId, |
|
|
|
workerId: "W" + userId, |
|
|
|
getAreaId: q.id, |
|
|
|
getAreaName: q.title, |
|
|
|
putAreaId: s.id, |
|
|
|
@ -352,6 +386,11 @@ |
|
|
|
|
|
|
|
this.$refs.guizePopup.close() |
|
|
|
}, |
|
|
|
changePopup(e){ |
|
|
|
if(e.show == false){ |
|
|
|
uni.navigateBack() |
|
|
|
} |
|
|
|
}, |
|
|
|
checkAddress(type) { |
|
|
|
let that = this |
|
|
|
this.currentConfigType = type; |
|
|
|
@ -365,41 +404,68 @@ |
|
|
|
let isPutChecked = currentRuleList.some(r => r.putAreaId == item.id); |
|
|
|
|
|
|
|
if (item.isCanteen == isCanteenVal) { |
|
|
|
that.qucan.push({...item, checked: isGetChecked}); |
|
|
|
that.qucan.push({ |
|
|
|
...item, |
|
|
|
checked: isGetChecked |
|
|
|
}); |
|
|
|
} else { |
|
|
|
that.songcan.push({...item, checked: isPutChecked}); |
|
|
|
that.songcan.push({ |
|
|
|
...item, |
|
|
|
checked: isPutChecked |
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
this.$refs.guizePopup.open() |
|
|
|
}, |
|
|
|
removeRule(type, index) { |
|
|
|
if(type == 'waima') { |
|
|
|
if (type == 'waima') { |
|
|
|
this.waimaRuleList.splice(index, 1); |
|
|
|
} else { |
|
|
|
this.paotuiRuleList.splice(index, 1); |
|
|
|
} |
|
|
|
}, |
|
|
|
submit() { |
|
|
|
if (!this.formData.name) return uni.showToast({title: '请填写姓名', icon: 'none'}); |
|
|
|
if (!this.formData.studentCard) return uni.showToast({title: '请上传学生证', icon: 'none'}); |
|
|
|
if (!this.formData.waima && !this.formData.paotui) return uni.showToast({title: '请至少选择一种兼职类型', icon: 'none'}); |
|
|
|
|
|
|
|
if (!this.formData.name) return uni.showToast({ |
|
|
|
title: '请填写姓名', |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
if (!this.formData.studentCard) return uni.showToast({ |
|
|
|
title: '请上传学生证', |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
if (!this.formData.waima && !this.formData.paotui) return uni.showToast({ |
|
|
|
title: '请至少选择一种兼职类型', |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
|
|
|
|
if (this.formData.waima && this.waimaRuleList.length == 0) { |
|
|
|
return uni.showToast({title: '请配置外卖规则', icon: 'none'}); |
|
|
|
return uni.showToast({ |
|
|
|
title: '请配置外卖规则', |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
} |
|
|
|
if (this.formData.paotui && this.paotuiRuleList.length == 0) { |
|
|
|
return uni.showToast({title: '请配置快递规则', icon: 'none'}); |
|
|
|
return uni.showToast({ |
|
|
|
title: '请配置快递规则', |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
let workerRelaPriceList = []; |
|
|
|
if (this.formData.waima) { |
|
|
|
let invalid = this.waimaRuleList.find(item => !item.orderBkge); |
|
|
|
if (invalid) return uni.showToast({title: '请填写外卖配送费', icon: 'none'}); |
|
|
|
if (invalid) return uni.showToast({ |
|
|
|
title: '请填写外卖配送费', |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
workerRelaPriceList = workerRelaPriceList.concat(this.waimaRuleList); |
|
|
|
} |
|
|
|
if (this.formData.paotui) { |
|
|
|
let invalid = this.paotuiRuleList.find(item => !item.orderBkge); |
|
|
|
if (invalid) return uni.showToast({title: '请填写快递配送费', icon: 'none'}); |
|
|
|
if (invalid) return uni.showToast({ |
|
|
|
title: '请填写快递配送费', |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
workerRelaPriceList = workerRelaPriceList.concat(this.paotuiRuleList); |
|
|
|
} |
|
|
|
|
|
|
|
@ -412,32 +478,28 @@ |
|
|
|
workerRelaPriceList: workerRelaPriceList |
|
|
|
}; |
|
|
|
|
|
|
|
uni.showLoading({title: '提交中...', mask: true}); |
|
|
|
uni.showLoading({ |
|
|
|
title: '提交中...', |
|
|
|
mask: true |
|
|
|
}); |
|
|
|
this.tui.request('/app/workerRelaPrice/batchAdd', 'post', submitData).then(res => { |
|
|
|
uni.hideLoading(); |
|
|
|
if (res.code == 200) { |
|
|
|
let user = res.result; |
|
|
|
uni.setStorageSync('officialAccountOpenid',user.officialAccountOpenid) |
|
|
|
if(user.officialAccountOpenid == null || user.officialAccountOpenid == '' || user.officialAccountOpenid == undefined){ |
|
|
|
uni.showModal({ |
|
|
|
title: '提示', |
|
|
|
content: '您还没有关注公众号,关注公众号后可提现佣金', |
|
|
|
cancelText:'去关注', |
|
|
|
confirmText:'暂时不用', |
|
|
|
success: function (res) { |
|
|
|
if (res.confirm) { |
|
|
|
uni.showToast({title: '提交成功'}); |
|
|
|
setTimeout(() => { |
|
|
|
uni.navigateBack(); |
|
|
|
}, 1500); |
|
|
|
} |
|
|
|
} |
|
|
|
uni.setStorageSync('officialAccountOpenid', user.officialAccountOpenid) |
|
|
|
if (user.officialAccountOpenid == null || user.officialAccountOpenid == '' || user |
|
|
|
.officialAccountOpenid == undefined) { |
|
|
|
this.$refs.lianggePopup.open() |
|
|
|
} else { |
|
|
|
uni.showToast({ |
|
|
|
title: '提交成功' |
|
|
|
}); |
|
|
|
}else{ |
|
|
|
uni.showToast({title: '提交成功'}); |
|
|
|
} |
|
|
|
} else { |
|
|
|
uni.showToast({title: res.message, icon: 'none'}); |
|
|
|
uni.showToast({ |
|
|
|
title: res.message, |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
} |
|
|
|
}).catch(err => { |
|
|
|
uni.hideLoading(); |
|
|
|
@ -558,6 +620,26 @@ |
|
|
|
height: 500rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.liangge-popup-content { |
|
|
|
background: #fff; |
|
|
|
border-radius: 10px; |
|
|
|
padding: 10px; |
|
|
|
height: 150px; |
|
|
|
} |
|
|
|
.liangge-title{ |
|
|
|
|
|
|
|
height: 50px; |
|
|
|
line-height: 35px; |
|
|
|
text-align: center; |
|
|
|
font-size: 16px; |
|
|
|
font-weight: 700; |
|
|
|
|
|
|
|
} |
|
|
|
.liangge-text{ |
|
|
|
height: 30px; |
|
|
|
font-size: 14px; |
|
|
|
font-weight: 700; |
|
|
|
} |
|
|
|
.box-check-btn { |
|
|
|
width: 160rpx; |
|
|
|
height: 70rpx; |
|
|
|
@ -667,17 +749,18 @@ |
|
|
|
overflow: scroll; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
.guize-btn{ |
|
|
|
background: #00231c; |
|
|
|
border-radius: 100rpx; |
|
|
|
height: 100rpx; |
|
|
|
width: 100%; |
|
|
|
margin: 120rpx auto 0; |
|
|
|
color: #b4ffee; |
|
|
|
clear: both; |
|
|
|
text-align: center; |
|
|
|
line-height: 100rpx; |
|
|
|
font-size:30rpx; |
|
|
|
font-weight: 700 |
|
|
|
|
|
|
|
.guize-btn { |
|
|
|
background: #00231c; |
|
|
|
border-radius: 100rpx; |
|
|
|
height: 100rpx; |
|
|
|
width: 100%; |
|
|
|
margin: 120rpx auto 0; |
|
|
|
color: #b4ffee; |
|
|
|
clear: both; |
|
|
|
text-align: center; |
|
|
|
line-height: 100rpx; |
|
|
|
font-size: 30rpx; |
|
|
|
font-weight: 700 |
|
|
|
} |
|
|
|
</style> |