updataServeType.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. <template>
  2. <view style="padding-bottom:150upx ;">
  3. <view class="text-white padding bg margin" style="border-radius: 24upx;">
  4. <view class="flex align-center margin-bottom-sm justify-between " @click="cityShow =true">
  5. <view class=" text-bold">项目位置</view>
  6. <view class="text-right flex align-center ">
  7. <view>{{form.address?form.address:'请选择省市区'}}</view>
  8. <view class="margin-left-sm">
  9. <image src="../../static/images/my/right_icon.png" style="width: 12upx;height: 21upx;"></image>
  10. </view>
  11. </view>
  12. </view>
  13. <view class="padding-bottom text-right"
  14. style="border-bottom: 1rpx solid #F2F2F2;color: red;font-size: 24rpx;">
  15. * 如需选择其他省请联系客服
  16. </view>
  17. <view class="flex align-center margin-bottom-sm justify-between" style="border-bottom: 1rpx solid #F2F2F2;">
  18. <view class=" text-bold">甲方性质</view>
  19. <view class="text-right flex align-center margin-tb-xs">
  20. <u-input v-model="form.projectName" :disabled="true" @click="getShuXingList()" placeholder="请选择甲方性质"
  21. placeholder-style="color:#999999;" :clearable="false" />
  22. </view>
  23. </view>
  24. <view class="flex align-center margin-bottom-sm justify-between" style="border-bottom: 1rpx solid #F2F2F2;">
  25. <view class=" text-bold">项目类型</view>
  26. <view class="text-right flex align-center margin-tb-xs">
  27. <u-input v-model="form.projectType" :disabled="true" @click="openType(1)" placeholder="请选择项目类型"
  28. placeholder-style="color:#999999;" :clearable="false" />
  29. </view>
  30. </view>
  31. <view class="flex align-center margin-bottom-sm justify-between"
  32. style="border-bottom: 1rpx solid #F2F2F2;">
  33. <view class=" text-bold">项目工期(月)</view>
  34. <view class="text-right flex align-center margin-bottom-sm">
  35. <u-input v-model="form.projectDayNum" type="number" placeholder="请填写项目工期(月)"
  36. placeholder-style="color:#999999;" :clearable="false" />
  37. </view>
  38. </view>
  39. <view class="flex align-center justify-between" style="border-bottom: 1rpx solid #F2F2F2;">
  40. <view class=" text-bold">电子邮箱</view>
  41. <view class="text-right margin-bottom-sm">
  42. <u-input v-model="form.email" placeholder="请输入电子邮箱" placeholder-style="color:#999999;"
  43. :clearable="false" />
  44. </view>
  45. </view>
  46. <view class="flex align-center margin-bottom-sm justify-between">
  47. <view class=" text-bold">进场时间</view>
  48. <view class="text-right flex align-center margin-bottom-sm">
  49. <u-input v-model="form.approachTime" :disabled="true" @click="timeShow = true" type="number"
  50. placeholder="请选择进场时间" placeholder-style="color:#999999;" :clearable="false" />
  51. </view>
  52. </view>
  53. </view>
  54. <view class="padding margin bg" style="border-radius: 24upx;">
  55. <view class="padding-bottom-sm margin-top-sm" style="border-bottom: 1rpx solid #F2F2F2;">
  56. <view class="flex align-center justify-between">
  57. <view class=" text-bold">项目福利</view>
  58. <view @click="getFlList()">
  59. <image src="../static/add.png" style="width: 52upx;height: 52upx;"></image>
  60. </view>
  61. </view>
  62. <view class="margin-top-sm text-sm" style="color: #999999;" v-if="projectAward.length==0">添加项目类型</view>
  63. <view class="flex flex-wrap" v-else>
  64. <view v-for="(item,index) in projectAward" :key="index" class="label margin-right-sm"
  65. style="margin-bottom: 10rpx;position: relative;">
  66. {{item}}
  67. <u-icon name="close-circle-fill" @click="removeLable(projectAward,index)" color="red" size="28"
  68. style="position: absolute;top: -5rpx;right: -5rpx;"></u-icon>
  69. </view>
  70. </view>
  71. </view>
  72. <!-- postDetailsList -->
  73. <view class="padding-bottom-sm margin-top-sm" style="border-bottom: 1rpx solid #F2F2F2;">
  74. <view class="flex align-center justify-between">
  75. <view class=" text-bold">岗位添加</view>
  76. <view @click="addGw">
  77. <image src="../static/add.png" style="width: 52upx;height: 52upx;"></image>
  78. </view>
  79. </view>
  80. <view class="margin-top-sm text-sm" style="color: #999999;">添加岗位会根据你的岗位需求为你推荐</view>
  81. </view>
  82. <view class="flex align-center margin-bottom-sm justify-between" style="border-bottom: 1rpx solid #F2F2F2;">
  83. <view class=" text-bold">联系人</view>
  84. <view class="text-right flex align-center margin-tb-xs">
  85. <u-input v-model="form.projectPrincipalName" placeholder="请输入联系人"
  86. placeholder-style="color:#999999;" :clearable="false" />
  87. </view>
  88. </view>
  89. <view class="flex align-center justify-between">
  90. <view class=" text-bold">电话</view>
  91. <view class="text-right flex align-center margin-tb-xs">
  92. <u-input v-model="form.projectPrincipalPhone" type="number" maxlength="11" placeholder="请输入电话"
  93. placeholder-style="color:#999999;" :clearable="false" />
  94. </view>
  95. </view>
  96. </view>
  97. <view class="text-white padding bg margin" style="border-radius: 24upx;" v-if="form.postDetailsList"
  98. v-for="(item,index) in form.postDetailsList" :key="index">
  99. <view class="flex align-center justify-between">
  100. <view class=" text-bold">{{item.postName}}-{{item.rulePostName}}</view>
  101. <view class="flex align-center">
  102. <view @click="bianjiList(item,index)">
  103. <image src="../static/bianji.png" style="width: 35upx;height: 34upx;"></image>
  104. </view>
  105. <view class="margin-left" @click="deteList(index)">
  106. <image src="../static/dete.png" style="width: 38upx;height: 38upx;"></image>
  107. </view>
  108. </view>
  109. </view>
  110. <view class="flex margin-top-xs flex-wrap" style="color: #333333;">
  111. <view class="flex align-center">
  112. <view>{{item.postAge}}</view>
  113. <view class="margin-lr-sm" style="width: 1rpx;height: 25rpx;background: #CCCCCC;">
  114. </view>
  115. </view>
  116. <view class="flex align-center">
  117. <view>{{item.postSex}}</view>
  118. <view class="margin-lr-sm" style="width: 1rpx;height: 25rpx;background: #CCCCCC;">
  119. </view>
  120. </view>
  121. <view class="flex align-center">
  122. <view>{{item.postPeopleNum}}人</view>
  123. </view>
  124. </view>
  125. <view class="flex align-center justify-between margin-top-sm">
  126. <view class="text-df " style="color: #6696FF;">
  127. <text class="text-bold" style="font-size: 32upx;">{{item.money}}<text
  128. style="font-size:20rpx;margin-left: 5rpx;">积分</text></text>
  129. </view>
  130. </view>
  131. </view>
  132. <view class="text-white padding bg margin" style="border-radius: 24upx;">
  133. <view class="text-lg text-bold">收费明细</view>
  134. <view class="text-sm margin-top" v-for="(item,index) in form.postDetailsList" style="color: #666666;">
  135. <view class="" style="display: flex;justify-content: space-between;color: #333333;">
  136. <span>{{item.postName}}-{{item.rulePostName}}</span>
  137. <span>x{{item.postPeopleNum}}</span>
  138. </view>
  139. <view class="margin-top flex justify-between">
  140. <span v-if="form.classify==2">单价:{{item.money / item.postPeopleNum}}积分</span>
  141. <span>合计:{{item.money}}积分</span>
  142. </view>
  143. </view>
  144. </view>
  145. <view class="text-white padding bg margin" style="border-radius: 24upx;">
  146. <view class="text-lg text-bold">收费说明</view>
  147. <view class="text-sm margin-top" style="color: #666666;" v-html="content"></view>
  148. </view>
  149. <!-- 省市区选择 -->
  150. <u-picker v-model="cityShow" mode="region" :params="params" @confirm="cityConfirm"></u-picker>
  151. <u-popup v-model="show" mode="center" border-radius="14" width="600rpx" :closeable="true"
  152. close-icon="close-circle" close-icon-size="44">
  153. <view class="padding-bottom" v-if="state==1">
  154. <view class="text-center text-lg text-bold margin-top">添加项目类型</view>
  155. <view class="margin-lr margin-top-xl padding-lr" style="background: #f5f5f5;">
  156. <u-input v-model="typeName" placeholder="请填写项目类型" inputAlign="text-align:left" />
  157. </view>
  158. <view class="btn" @click="save()">保存</view>
  159. </view>
  160. <view class="padding-bottom" v-if="state==2">
  161. <view class="text-center text-lg text-bold margin-top">添加项目福利</view>
  162. <view class="margin-lr margin-top-xl padding-lr" style="background: #f5f5f5;">
  163. <u-input v-model="typeName" placeholder="请填写项目福利" inputAlign="text-align:left" />
  164. </view>
  165. <view class="btn" @click="save()">保存</view>
  166. </view>
  167. </u-popup>
  168. <!-- 选择项目类型 -->
  169. <u-select v-model="projectTypeShow" :list="projectTypelist" @confirm="projectTypelistConfirm"></u-select>
  170. <view class="submit">
  171. <view class="padding-left" style="">合计:<text
  172. style="font-size: 44upx;color: #FF4A28;">{{totalprice?totalprice:'0'}}<text
  173. style="font-size:24rpx;margin-left: 5rpx;">积分</text></text></view>
  174. <view class="subbtn" @click="submit">确认发布</view>
  175. </view>
  176. <!-- 发布弹窗 -->
  177. <u-popup v-model="submitShow" mode="bottom" border-radius="24rpx">
  178. <view class="submitShow">
  179. <view class="submitShow-box">
  180. <view class="submitShow-box-title">
  181. <view class="submitShow-box-title-close" @click="submitShow = false">
  182. 取消
  183. </view>
  184. <view class="submitShow-box-title-text">
  185. 收费明细
  186. </view>
  187. <view class="">
  188. </view>
  189. </view>
  190. <view class="submitShow-box-item" v-for="(item,index) in form.postDetailsList">
  191. <view class="submitShow-box-item-l">
  192. {{item.postName}}-{{item.rulePostName}}<span
  193. style="color: #979997;font-size: 26rpx;margin-left: 10rpx;">x{{item.postPeopleNum}}</span>
  194. </view>
  195. <view class="submitShow-box-item-r">
  196. <span style="font-size: 32rpx;">{{item.money}}</span>积分
  197. </view>
  198. </view>
  199. <view class="submitShow-box-item">
  200. <view class="submitShow-box-item-l" style="color: #82A9FE;font-weight: bold;">
  201. 总费用
  202. </view>
  203. <view class="submitShow-box-item-r" style="color: #2B6CF1;">
  204. <span style="font-size: 32rpx;">{{totalprice}}</span>积分
  205. </view>
  206. </view>
  207. <view class="submitShow-box-submit" @click="paysubmitSave()">
  208. 确认支付
  209. </view>
  210. </view>
  211. </view>
  212. </u-popup>
  213. <!-- 福利选择 -->
  214. <u-select v-model="flshow" :list="list" @confirm="projectFllistConfirm"></u-select>
  215. <!-- 属性选择 -->
  216. <u-select v-model="shuxingShow" :list="shuxingList" @confirm="shuxingConfirm"></u-select>
  217. <!-- 进场时间 -->
  218. <u-picker v-model="timeShow" mode="time" :params="paramsTime" @confirm="timeconfirm"></u-picker>
  219. </view>
  220. </template>
  221. <script>
  222. export default {
  223. data() {
  224. return {
  225. paramsTime: {
  226. year: true,
  227. month: true,
  228. day: true,
  229. hour: false,
  230. minute: false,
  231. second: false
  232. },
  233. timeShow: false,
  234. shuxingShow: false,
  235. flshow: false,
  236. list: [],
  237. submitShow: false,
  238. params: {
  239. province: true,
  240. city: true,
  241. area: true
  242. },
  243. cityShow: false,
  244. form: {
  245. address: '', //省市区
  246. projectName: '', //项目名称
  247. projectType: '', //项目类型
  248. projectAward: '', //项目福利
  249. email: '', //电子邮箱
  250. projectDayNum: '', //项目工期
  251. classify: '', //分类 1.定制化 2.进准推送
  252. postDetailsList: [], //岗位列表
  253. approachTime: '', //进场时间
  254. projectPrincipalPhone:'',//电话
  255. projectPrincipalName:'',//负责人
  256. },
  257. projectAward: [], //项目福利
  258. show: false,
  259. state: '',
  260. typeName: '',
  261. totalprice: '',
  262. content: '',
  263. projectTypeShow: false, //项目类型
  264. projectTypelist: [],
  265. shuxingList: [],
  266. }
  267. },
  268. //离开页面清除岗位缓存
  269. onUnload() {
  270. uni.setStorageSync('postDetailsList', '')
  271. },
  272. onLoad(option) {
  273. if(option.postPushId){
  274. this.postPushId = option.postPushId
  275. this.getProjectInfo()
  276. }
  277. // console.log(option)
  278. if (option.name) {
  279. uni.setNavigationBarTitle({
  280. title: option.name
  281. });
  282. }
  283. if (option.classify) {
  284. this.form.classify = option.classify
  285. }
  286. this.$Request.get('/app/common/type/262').then(res => {
  287. if (res.code == 0) {
  288. this.content = res.data.value.replace("img",
  289. 'img style="width:100%;height:auto"');
  290. }
  291. });
  292. },
  293. onShow() {
  294. this.totalprice = 0
  295. this.form.postDetailsList = uni.getStorageSync('postDetailsList')
  296. console.log(this.form.postDetailsList)
  297. if (this.form.postDetailsList) {
  298. this.form.postDetailsList.forEach(d => {
  299. if (this.form.classify == 2) {
  300. d.money = d.postPeopleNum * d.price
  301. this.totalprice = Number(this.totalprice + d.money)
  302. } else if (this.form.classify == 1) {
  303. d.money = d.customizationPrice
  304. this.totalprice = Number(this.totalprice + d.money)
  305. }
  306. })
  307. }
  308. },
  309. methods: {
  310. //获取项目详情
  311. getProjectInfo(){
  312. let data = {
  313. postPushId: this.postPushId
  314. }
  315. this.$Request.get('/app/postPush/selectPostPushDetails', data).then(res => {
  316. if (res.code == 0) {
  317. let infoObj = res.data
  318. this.form.address = infoObj.address
  319. this.form.projectName = infoObj.projectName
  320. this.form.projectDayNum = infoObj.projectDayNum
  321. this.form.email = infoObj.email
  322. this.form.approachTime = infoObj.approachTime
  323. this.form.projectType = infoObj.projectType
  324. this.projectAward = (infoObj.projectAward).split(',')
  325. this.form.classify = infoObj.classify
  326. this.form.companyId = infoObj.companyId
  327. this.form.postPushId = infoObj.postPushId
  328. this.form.projectPrincipalName = infoObj.projectPrincipalName
  329. this.form.projectPrincipalPhone = infoObj.projectPrincipalPhone
  330. let res1 = JSON.parse(JSON.stringify(infoObj.postDetailsList).replace(/price/g,'money'))
  331. uni.setStorageSync('postDetailsList', res1)
  332. this.form.postDetailsList = res1
  333. this.totalprice = infoObj.payMoney
  334. this.info = infoObj
  335. }
  336. })
  337. },
  338. //确认进场时间
  339. timeconfirm(e) {
  340. this.form.approachTime = e.year + '-' + e.month + '-' + e.day
  341. },
  342. //确认属性
  343. shuxingConfirm(e) {
  344. this.form.projectName = e[0].label
  345. },
  346. getShuXingList() {
  347. let data = {
  348. type: '项目甲方'
  349. }
  350. this.$Request.get('/app/dict/list', data).then(res => {
  351. if (res.code == 0) {
  352. if (res.data.length > 0) {
  353. var arr = []
  354. res.data.forEach(d => {
  355. var data = {}
  356. data.label = d.value;
  357. data.value = d.id;
  358. arr.push(data)
  359. });
  360. this.shuxingList = arr
  361. this.shuxingShow = true
  362. }
  363. }
  364. })
  365. },
  366. //删除项目类型/项目福利
  367. removeLable(list, index) {
  368. list.splice(index, 1)
  369. },
  370. //选择项目福利
  371. projectFllistConfirm(e) {
  372. console.log(e[0].label, this.projectAward)
  373. let data = e[0].label
  374. var flag = false;
  375. if (this.projectAward.length > 0) {
  376. this.projectAward.forEach(d => {
  377. if (d == data) {
  378. uni.showToast({
  379. title: '该福利已添加,不能重复添加!',
  380. icon: 'none'
  381. })
  382. flag = true;
  383. }
  384. })
  385. if (!flag) {
  386. this.projectAward.push(data)
  387. }
  388. } else {
  389. this.projectAward.push(data)
  390. }
  391. },
  392. // 获取项目福利列表
  393. getFlList() {
  394. let data = {
  395. type: '项目福利'
  396. }
  397. this.$Request.get('/app/dict/list', data).then(res => {
  398. if (res.code == 0) {
  399. if (res.data.length > 0) {
  400. var arr = []
  401. res.data.forEach(d => {
  402. var data = {}
  403. data.label = d.value;
  404. data.value = d.id;
  405. arr.push(data)
  406. });
  407. this.list = arr
  408. this.flshow = true
  409. }
  410. }
  411. })
  412. },
  413. //添加项目类型
  414. getType(index) {
  415. let type = ''
  416. if (index == '项目类型') {
  417. type = index
  418. }
  419. let data = {
  420. type: type
  421. }
  422. this.$Request.get('/app/dict/list', data).then(res => {
  423. if (res.code == 0) {
  424. if (res.data.length > 0) {
  425. var arr = []
  426. res.data.forEach(d => {
  427. var data = {}
  428. data.label = d.value;
  429. data.value = d.id;
  430. arr.push(data)
  431. });
  432. this.projectTypelist = arr
  433. this.projectTypeShow = true
  434. }
  435. }
  436. })
  437. },
  438. projectTypelistConfirm(e) {
  439. this.form.projectType = e[0].label
  440. },
  441. // 编辑岗位
  442. bianjiList(item, index) {
  443. uni.navigateTo({
  444. url: '/my/publish/updataGangw?postDetailsList=' + JSON.stringify(item) + '&index=' + index +
  445. '&classify=' + this.form.classify
  446. })
  447. },
  448. //岗位删除
  449. deteList(index) {
  450. this.form.postDetailsList.splice(index, 1)
  451. uni.setStorageSync('postDetailsList', this.form.postDetailsList)
  452. if (this.form.postDetailsList.length > 0) {
  453. this.form.postDetailsList.forEach(d => {
  454. if (this.form.classify == 2) {
  455. d.money = d.postPeopleNum * d.price
  456. let num = 0
  457. num += Number(d.money)
  458. this.totalprice = num
  459. } else if (this.form.classify == 1) {
  460. d.money = d.customizationPrice
  461. let num = 0
  462. num += Number(d.money)
  463. this.totalprice = num
  464. }
  465. })
  466. } else {
  467. this.totalprice = 0
  468. }
  469. },
  470. //添加项目福利
  471. openType(index) {
  472. if (index == 1) {
  473. this.getType('项目类型')
  474. } else if (index == 2) {
  475. this.state = index
  476. this.show = true
  477. }
  478. },
  479. cityConfirm(e) {
  480. // this.form.address = e.province.label + '' + e.city.label + '' + e.area.label
  481. this.form.address = e.province.label + '' + e.city.label + '' + e.area.label
  482. // console.log(e, this.form.address)
  483. },
  484. addGw() {
  485. uni.navigateTo({
  486. url: '/my/publish/gangw?classify=' + this.form.classify
  487. })
  488. },
  489. save() {
  490. if (this.state == 1) {
  491. this.projectType.push(this.typeName)
  492. } else if (this.state == 2) {
  493. this.projectAward.push(this.typeName)
  494. }
  495. this.typeName = ''
  496. this.show = false
  497. },
  498. paysubmitSave() {
  499. this.$Request.postJson('/app/postPush/updatePostPush', this.form).then(ret => {
  500. if (ret.code == 0) {
  501. uni.removeStorageSync('postDetailsList')
  502. uni.showToast({
  503. title: '提交成功',
  504. })
  505. this.submitShow = false
  506. setTimeout(() => {
  507. uni.navigateBack()
  508. }, 1000)
  509. } else {
  510. uni.showToast({
  511. title: ret.msg,
  512. icon: 'error'
  513. })
  514. }
  515. })
  516. },
  517. submit() {
  518. this.form.projectAward = this.projectAward
  519. this.form.projectAward = this.form.projectAward.toString()
  520. if (!this.form.address) {
  521. uni.showToast({
  522. title: '请选择省市',
  523. icon: 'none'
  524. })
  525. return
  526. }
  527. if (!this.form.projectName) {
  528. uni.showToast({
  529. title: '请选择甲方性质',
  530. icon: 'none'
  531. })
  532. return
  533. }
  534. if (!this.form.projectType) {
  535. uni.showToast({
  536. title: '请添加项目类型',
  537. icon: 'none'
  538. })
  539. return
  540. }
  541. if (!this.form.projectDayNum) {
  542. uni.showToast({
  543. title: '请填写项目工期',
  544. icon: 'none'
  545. })
  546. return
  547. }
  548. if (!this.form.email) {
  549. uni.showToast({
  550. title: '请填写电子邮箱',
  551. icon: 'none'
  552. })
  553. return
  554. }
  555. if (!this.form.approachTime) {
  556. uni.showToast({
  557. title: '请选择进场时间',
  558. icon: 'none'
  559. })
  560. return
  561. }
  562. if (!this.form.projectAward) {
  563. uni.showToast({
  564. title: '请填写项目福利',
  565. icon: 'none'
  566. })
  567. return
  568. }
  569. if (!this.projectAward) {
  570. uni.showToast({
  571. title: '请添加项目福利',
  572. icon: 'none'
  573. })
  574. return
  575. }
  576. if (this.form.postDetailsList.length == 0) {
  577. uni.showToast({
  578. title: '请添加岗位',
  579. icon: 'none'
  580. })
  581. return
  582. }
  583. if (!this.form.projectPrincipalName) {
  584. uni.showToast({
  585. title: '请填写联系人',
  586. icon: 'none'
  587. })
  588. return
  589. }
  590. if (!this.form.projectPrincipalPhone) {
  591. uni.showToast({
  592. title: '请填写电话',
  593. icon: 'none'
  594. })
  595. return
  596. }
  597. this.submitShow = true
  598. }
  599. }
  600. }
  601. </script>
  602. <style lang="less">
  603. page {
  604. background: #F2F2F2;
  605. }
  606. .submitShow {
  607. width: 100%;
  608. height: 100%;
  609. display: flex;
  610. justify-content: center;
  611. }
  612. .submitShow-box {
  613. width: 628rpx;
  614. height: 100%;
  615. }
  616. .submitShow-box-title {
  617. width: 100%;
  618. height: 100rpx;
  619. border-bottom: 1rpx solid #EEEEEE;
  620. display: flex;
  621. justify-content: center;
  622. align-items: center;
  623. position: relative;
  624. }
  625. .submitShow-box-title-close {
  626. font-size: 28rpx;
  627. color: #999999;
  628. font-weight: bold;
  629. position: absolute;
  630. left: 0;
  631. top: 50%;
  632. transform: translate(0, -50%);
  633. }
  634. .submitShow-box-title-text {
  635. font-size: 32rpx;
  636. color: #191919;
  637. font-weight: 800;
  638. }
  639. .submitShow-box-item {
  640. width: 100%;
  641. display: flex;
  642. justify-content: space-between;
  643. align-items: center;
  644. margin-top: 45rpx;
  645. }
  646. .submitShow-box-item-l {
  647. color: #191919;
  648. font-size: 28rpx;
  649. }
  650. .submitShow-box-item-r {
  651. color: #191919;
  652. font-size: 24rpx;
  653. font-weight: 800;
  654. }
  655. .submitShow-box-submit {
  656. width: 100%;
  657. height: 88rpx;
  658. display: flex;
  659. justify-content: center;
  660. align-items: center;
  661. background-color: #82A9FE;
  662. border-radius: 4rpx;
  663. margin-top: 40rpx;
  664. color: #FFFFFF;
  665. font-size: 32rpx;
  666. font-weight: bold;
  667. margin-bottom: 30rpx;
  668. }
  669. .bg {
  670. background-color: #FFFFFF;
  671. border-radius: 24upx;
  672. }
  673. .submit {
  674. display: flex;
  675. align-items: center;
  676. justify-content: space-between;
  677. height: 90upx;
  678. background: #FFFFFF;
  679. // border-radius: 16upx;
  680. color: #000;
  681. position: fixed;
  682. bottom: 0;
  683. left: 0;
  684. right: 0;
  685. z-index: 99;
  686. }
  687. .subbtn {
  688. width: 25%;
  689. background: #82A9FE;
  690. color: #FFFFFF;
  691. text-align: center;
  692. height: 90upx;
  693. line-height: 90upx;
  694. }
  695. .btn {
  696. background: #82A9FE;
  697. border-radius: 12upx;
  698. color: #FFFFFF;
  699. text-align: center;
  700. margin: 60upx 30upx;
  701. padding: 21upx 0upx;
  702. }
  703. .label {
  704. background: #E8EFFF;
  705. border-radius: 4upx;
  706. color: #82A9FE;
  707. display: inline-flex;
  708. padding: 14upx 23upx;
  709. }
  710. </style>