base.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  1. <template>
  2. <view class="" >
  3. <view v-if="status!=3&&status!=1">
  4. <image src="../../static/bg.png" mode="" class="bg"></image>
  5. <view class="top">
  6. 注册会员
  7. <image src="../../static/index/goback.png" mode="" @click="goback"></image>
  8. </view>
  9. <view class="form" >
  10. <view class="">
  11. <view class="item u-flex u-row-between">
  12. <text class="itemText" style="white-space: nowrap;">昵称</text>
  13. <input type="text" v-model="nickname" placeholder="请输入您的昵称">
  14. </view>
  15. <view class="item u-flex u-row-between">
  16. <text class="itemText" style="white-space: nowrap;">单位名称</text>
  17. <input type="text" v-model="unit" placeholder="请输入您的单位名称">
  18. </view>
  19. <view class="item u-flex u-row-between">
  20. <text class="itemText" style="white-space: nowrap;">姓名</text>
  21. <input type="text" v-model="name" placeholder="请输入姓名">
  22. </view>
  23. <view class="item u-flex u-row-between">
  24. <text class="itemText" style="white-space: nowrap;">性别</text>
  25. <u-radio-group
  26. v-model="radiovalue1"
  27. placement="row"
  28. >
  29. <u-radio
  30. :customStyle="{marginBottom: '8px'}"
  31. v-for="(item, index) in radiolist1"
  32. :key="item.id"
  33. :label="item.name"
  34. :name="item.id"
  35. >
  36. </u-radio>
  37. </u-radio-group>
  38. </view>
  39. <view class="item u-flex u-row-between">
  40. <text class="itemText" style="white-space: nowrap;">身份证号</text>
  41. <input type="text" v-model="idcard" placeholder="请输入您的身份证号">
  42. </view>
  43. <view class="item u-flex u-row-between">
  44. <text class="itemText" style="white-space: nowrap;">年龄</text>
  45. <input type="number" v-model="age" placeholder="请输入您的年龄">
  46. </view>
  47. <view class="item u-flex u-row-between" @click="show=true">
  48. <text class="itemText" style="white-space: nowrap;">学历</text>
  49. <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;">
  50. <text >{{current!=null?current:'请选择您的学历'}}</text>
  51. <u-icon name="arrow-right" ></u-icon>
  52. </view>
  53. </view>
  54. <view class="item u-flex u-row-between">
  55. <text class="itemText" style="white-space: nowrap;">身高</text>
  56. <input type="number" v-model="height" placeholder="请输入您的身高(cm)">
  57. </view>
  58. <view class="item u-flex u-row-between">
  59. <text class="itemText" style="white-space: nowrap;">体重</text>
  60. <input type="number" v-model="weight" placeholder="请输入您的体重(kg)">
  61. </view>
  62. <view class="item u-flex u-row-between">
  63. <text class="itemText" style="white-space: nowrap;">现居地</text>
  64. <view class=" u-flex">
  65. <input type="text" @click="showaddress=true" :disabled="true" placeholder="请选择现居地" style="flex: 1;"
  66. v-model="address.length==0?'':address[0].name+'-'+address[1].name">
  67. <u-icon name="arrow-down"></u-icon>
  68. </view>
  69. </view>
  70. <view class="item u-flex u-row-between">
  71. <text class="itemText" style="white-space: nowrap;">手机号</text>
  72. <input type="number" v-model="phone" placeholder="请输入手机号">
  73. </view>
  74. <view class="item u-flex u-row-between">
  75. <text class="itemText" style="white-space: nowrap;">验证码</text>
  76. <view class="u-flex" >
  77. <input v-model="code" type="text" placeholder=" ">
  78. <text style="color: #2A63F3;background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;white-space: nowrap;" @click="getCode">{{count}}</text>
  79. </view>
  80. </view>
  81. <view class="item1 u-col-center">
  82. <text class="itemText" style="white-space: nowrap;margin-bottom: 28rpx;">个人生活照</text>
  83. <u-upload
  84. :fileList="fileList"
  85. @afterRead="afterRead"
  86. @delete="deletePic"
  87. name="3"
  88. :multiple='false'
  89. :maxCount=1
  90. :previewFullImage="true"
  91. width="110"
  92. height="110"
  93. ></u-upload>
  94. </view>
  95. </view>
  96. </view>
  97. <view class="" style="margin: 60rpx 30rpx 0;padding-bottom: 50rpx;">
  98. <u-button text="确定" @click="gorenzheng" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  99. ></u-button>
  100. </view>
  101. <u-picker :show="showaddress" @cancel='showaddress=false' keyName="name" title="居住地" ref="uPicker"
  102. :columns="addresscolumns" @confirm="addressconfirm"></u-picker>
  103. <u-picker :show="show" :columns="columns" keyName="name" @confirm='change' @cancel='cancel' :closeOnClickOverlay='true'>
  104. </u-picker>
  105. </view>
  106. <view class="error u-flex-col u-col-center" v-if="status==3">
  107. <image src="../../static/auth/error@2x.png" mode=""></image>
  108. <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">认证失败</text>
  109. <text>您的账号注册审核没有通过</text>
  110. <view class="reason">
  111. {{reason}}
  112. </view>
  113. <view class="u-flex u-row-around btnlist">
  114. <view class="btn1" @click="reset">
  115. 重新注册
  116. </view>
  117. <!-- <view class="btn" style="color: #fff;" @click="reset">
  118. 暂不注册
  119. </view> -->
  120. </view>
  121. </view>
  122. <view class="error u-flex-col u-col-center" v-if="status==1">
  123. <image src="../../static/auth/shenhe@2x.png" mode=""></image>
  124. <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">管理员审核中</text>
  125. <text>请耐心等待审核结果哦~</text>
  126. </view>
  127. </view>
  128. </template>
  129. <script>
  130. import AddressPicker from "@/components/lingdang-AddressPicker/AddressPicker.vue"
  131. export default {
  132. components:{
  133. AddressPicker
  134. },
  135. onPullDownRefresh() {
  136. setTimeout(function () {
  137. uni.stopPullDownRefresh();
  138. }, 1000);
  139. },
  140. onLoad() {
  141. this.getAddress()
  142. this.getInfo()
  143. },
  144. onShow() {
  145. },
  146. data() {
  147. return {
  148. fileList:[],
  149. address:[],
  150. showaddress:false,
  151. nickname:'',
  152. radiolist1: [{
  153. name: '男',
  154. id: 1
  155. },
  156. {
  157. name: '女',
  158. id: 2
  159. }
  160. ],
  161. radiovalue1:'',
  162. status:0,
  163. s:60,
  164. count:'获取验证码',
  165. code:'',
  166. age:'',
  167. height:'',
  168. weight:'',
  169. unit:'',
  170. idcard:'',
  171. working:{},
  172. fileList1: [],
  173. show: false,
  174. columns: [
  175. ['高中','大专','本科','硕士','博士']
  176. ],
  177. current: null,
  178. name:'',
  179. phone:'',
  180. workImg:'',
  181. type:'',
  182. reason:'',
  183. uuid:'',
  184. addresscolumns: [
  185. [{"id": 1,
  186. "name": "临沂市"}
  187. ],
  188. [{"id":1480,"name":"兰山区"},{"id":1481,"name":"罗庄区"},{"id":1482,"name":"河东区"},{"id":1483,"name":"沂南县"},{"id":1484,"name":"郯城县"},{"id":1485,"name":"沂水县"},{"id":1486,"name":"兰陵县"},{"id":1487,"name":"费县"},{"id":1488,"name":"平邑县"},{"id":1489,"name":"莒南县"},{"id":1490,"name":"蒙阴县"},{"id":1491,"name":"临沭县"}]
  189. ],
  190. }
  191. },
  192. methods: {
  193. getAddress() {
  194. uni.$u.http.post('/api/index/linyi').then(res => {
  195. this.addresscolumns[1] = res.data
  196. })
  197. },
  198. // 删除图片
  199. deletePic(event) {
  200. console.log(event)
  201. var that=this
  202. this.fileList=[]
  203. },
  204. // 新增图片
  205. async afterRead(event) {
  206. console.log('event',event)
  207. // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
  208. let lists = [].concat(event.file)
  209. // let fileListLen = this.fileList.length
  210. lists.map((item) => {
  211. this.fileList.push({
  212. ...item,
  213. status: 'uploading',
  214. message: '上传中'
  215. })
  216. })
  217. for (let i = 0; i < lists.length; i++) {
  218. const result = await this.uploadFilePromise(lists[i].url)
  219. console.log('result',result)
  220. uni.$u.http.post('/api/user/upload_album',{image:result,type:1}).then(res => {
  221. if(res.code==1){
  222. this.getpersonPhoto()
  223. }
  224. })
  225. // let item = this.fileList[fileListLen]
  226. // this.fileList.splice(fileListLen, 1, Object.assign(item, {
  227. // status: 'success',
  228. // message: '',
  229. // url: result
  230. // }))
  231. // fileListLen++
  232. }
  233. },
  234. uploadFilePromise(url) {
  235. return new Promise((resolve, reject) => {
  236. let a = uni.uploadFile({
  237. url: this.$url+'/api/Publics/uploadLocality', // 仅为示例,非真实的接口地址
  238. filePath: url,
  239. name: 'file',
  240. formData: {
  241. user: 'test'
  242. },
  243. success: (res) => {
  244. setTimeout(() => {
  245. resolve(JSON.parse(res.data).data.url)
  246. }, 1000)
  247. }
  248. });
  249. })
  250. },
  251. addressconfirm(e){
  252. console.log(e)
  253. this.address = e.value
  254. this.showaddress = false
  255. },
  256. goback(){
  257. uni.switchTab({
  258. url:'./index'
  259. })
  260. },
  261. reset(){
  262. this.status=0
  263. },
  264. getInfo() {
  265. uni.$u.http.post('/api/user/userinfo').then(res => {
  266. if (res.code == 1) {
  267. this.status=res.data.is_info
  268. if(res.data.is_info==3){
  269. this.reason=res.data.reason
  270. }
  271. }
  272. })
  273. },
  274. getCode(){
  275. if (this.s == 60) {
  276. if (!this.phone) {
  277. uni.showToast({
  278. title: "请输入手机号",
  279. duration: 2000,
  280. icon: "none",
  281. });
  282. return false;
  283. }
  284. uni.$u.http.post('/api/Sms/alsend',{phone:this.phone}).then((res) => {
  285. uni.hideLoading()
  286. uni.showToast({
  287. title: res.msg,
  288. duration: 2000,
  289. icon: "none",
  290. });
  291. if (res.code == 1) {
  292. this.time = setInterval(() => {
  293. this.s--
  294. this.count = `${this.s}s`
  295. if (this.s <= 0) {
  296. this.s = 60
  297. this.count = '重新发送'
  298. clearInterval(this.time)
  299. }
  300. }, 1000)
  301. }
  302. });
  303. }
  304. },
  305. changeAddress(result) {
  306. // this.info.province_id=result.data[0].id
  307. // this.info.city_id=result.data[1].id
  308. this.area_id=result.data[2].id
  309. this.address = '';
  310. result.data.forEach((item, index) => {
  311. if (index === 0) {
  312. this.address += item.name
  313. } else {
  314. this.address += '-' + item.name
  315. }
  316. });
  317. let arr = this.info.address.split('-');
  318. },
  319. gorenzheng(){
  320. if(!this.nickname){
  321. this.$u.toast('请输入昵称')
  322. return
  323. }
  324. if(!this.name){
  325. this.$u.toast('请输入姓名')
  326. return
  327. }
  328. if(!this.radiovalue1){
  329. this.$u.toast('请选择性别')
  330. return
  331. }
  332. if(!this.idcard){
  333. this.$u.toast('请输入身份证号')
  334. return
  335. }
  336. if(!this.age){
  337. this.$u.toast('请输入年龄')
  338. return
  339. }
  340. if(!this.height){
  341. this.$u.toast('请输入身高')
  342. return
  343. }
  344. if(!this.weight){
  345. this.$u.toast('请输入体重')
  346. return
  347. }
  348. if(this.address.length==0){
  349. this.$u.toast('请选择现居地')
  350. return
  351. }
  352. if(this.current==null){
  353. this.$u.toast('请选择学历')
  354. return
  355. }
  356. if(this.fileList.length==0){
  357. this.$u.toast('请上传个人生活照')
  358. return
  359. }
  360. if(!this.phone){
  361. this.$u.toast('请输入手机号')
  362. return
  363. }
  364. if(!this.code){
  365. this.$u.toast('请输入验证码')
  366. return
  367. }
  368. // if(!this.uuid){
  369. // this.$u.toast('请输入会员号')
  370. // return
  371. // }
  372. // if(!this.workImg){
  373. // this.$u.toast('上传单位证明')
  374. // return
  375. // }
  376. // if(this.fileList1.length==0){
  377. // this.$u.toast('上传个人照片')
  378. // return
  379. // }
  380. let data={
  381. type:1,
  382. nickname:this.nickname,
  383. workshow:this.unit,
  384. username:this.name,
  385. sex:this.radiovalue1,
  386. ID_car:this.idcard,
  387. age:this.age,
  388. education:this.current,
  389. height:this.height,
  390. weight:this.weight,
  391. area_id:this.address[1].id,
  392. headimg:this.fileList[0].url,
  393. phone:this.phone,
  394. code:this.code,
  395. }
  396. uni.$u.http.post('/api/index/member_basic',data).then(res => {
  397. if(res.code==1){
  398. this.$u.toast(res.msg)
  399. this.getInfo()
  400. }
  401. })
  402. },
  403. uploadImg(){
  404. var that=this
  405. uni.chooseImage({
  406. success: (chooseImageRes) => {
  407. const tempFilePaths = chooseImageRes.tempFilePaths;
  408. uni.uploadFile({
  409. url: this.$url+'/api/Publics/uploadLocality', //仅为示例,非真实的接口地址
  410. filePath: tempFilePaths[0],
  411. name: 'file',
  412. success: (uploadFileRes) => {
  413. that.workImg=JSON.parse(uploadFileRes.data).data.url
  414. }
  415. });
  416. }
  417. });
  418. },
  419. change(e) {
  420. this.current = e.value[0]
  421. // console.log(this.columns[0][this.current])
  422. this.show = false
  423. },
  424. cancel() {
  425. this.show = false
  426. },
  427. // 删除图片
  428. deletePic(event) {
  429. this.fileList.splice(event.index, 1)
  430. },
  431. // 新增图片
  432. async afterRead(event) {
  433. // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
  434. let lists = [].concat(event.file)
  435. let fileListLen = this.fileList.length
  436. lists.map((item) => {
  437. this.fileList.push({
  438. ...item,
  439. status: 'uploading',
  440. message: '上传中'
  441. })
  442. })
  443. for (let i = 0; i < lists.length; i++) {
  444. const result = await this.uploadFilePromise(lists[i].url)
  445. let item = this.fileList[fileListLen]
  446. this.fileList.splice(fileListLen, 1, Object.assign(item, {
  447. status: 'success',
  448. message: '',
  449. url: result
  450. }))
  451. fileListLen++
  452. }
  453. },
  454. uploadFilePromise(url) {
  455. return new Promise((resolve, reject) => {
  456. let a = uni.uploadFile({
  457. url: this.$url+'/api/Publics/uploadLocality', // 仅为示例,非真实的接口地址
  458. filePath: url,
  459. name: 'file',
  460. formData: {
  461. user: 'test'
  462. },
  463. success: (res) => {
  464. setTimeout(() => {
  465. resolve(JSON.parse(res.data).data.url)
  466. }, 1000)
  467. }
  468. });
  469. })
  470. },
  471. }
  472. }
  473. </script>
  474. <style lang="scss">
  475. .u-radio-group{
  476. justify-content: flex-end;
  477. }
  478. // #ifdef H5
  479. page{
  480. background: url(/static/bg.png) no-repeat;
  481. }
  482. //#endif
  483. .btnlist{
  484. width: 100%;
  485. }
  486. .btn1{
  487. font-weight: 500;
  488. color: #FFFFFF;
  489. line-height: 50px;
  490. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  491. -webkit-background-clip: text;
  492. -webkit-text-fill-color: transparent;
  493. width: 270rpx;
  494. height: 88rpx;
  495. line-height: 88rpx;
  496. text-align: center;
  497. font-size: 36rpx;
  498. border-radius: 48rpx;
  499. border: 4rpx solid #E6CDE6;
  500. // border-image: linear-gradient(270deg, rgba(171, 145, 252, 1), rgba(251, 173, 177, 1)) 2 2;
  501. }
  502. .btn{
  503. width: 270rpx;
  504. height: 88rpx;
  505. line-height: 88rpx;
  506. text-align: center;
  507. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  508. border-radius: 48rpx;
  509. font-size: 36rpx;
  510. }
  511. .error{
  512. padding-top: 96rpx;
  513. padding-bottom: 94rpx;
  514. margin: 56rpx auto 0;
  515. width: 690rpx;
  516. // height: 888rpx;
  517. background: #FFFFFF;
  518. border-radius: 40rpx;
  519. font-size: 24rpx;
  520. color: #222222;
  521. image{
  522. width: 140rpx;
  523. height: 140rpx;
  524. }
  525. .reason{
  526. padding: 24rpx 20rpx;
  527. margin: 52rpx auto 64rpx;
  528. width: 610rpx;
  529. height: 200rpx;
  530. background: #F4F4F4;
  531. border-radius: 20rpx;
  532. }
  533. }
  534. .success{
  535. box-sizing: border-box;
  536. padding: 0 40rpx;
  537. height: auto;
  538. }
  539. .info{
  540. padding: 40rpx 40rpx 0;
  541. width: 100%;
  542. margin-top: 80rpx;
  543. border-top: 2rpx solid #F3F3F3;
  544. .infoitem{
  545. line-height: 100rpx;
  546. width: 100%;
  547. font-size: 30rpx;
  548. color: #222222;
  549. }
  550. }
  551. .btnlist{
  552. margin-top: 30rpx;
  553. width: 100%;
  554. }
  555. .btn1{
  556. font-weight: 500;
  557. color: #FFFFFF;
  558. line-height: 50px;
  559. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  560. -webkit-background-clip: text;
  561. -webkit-text-fill-color: transparent;
  562. width: 270rpx;
  563. height: 88rpx;
  564. line-height: 88rpx;
  565. text-align: center;
  566. font-size: 36rpx;
  567. border-radius: 48rpx;
  568. border: 4rpx solid #E6CDE6;
  569. // border-image: linear-gradient(270deg, rgba(171, 145, 252, 1), rgba(251, 173, 177, 1)) 2 2;
  570. }
  571. .btn{
  572. width: 270rpx;
  573. height: 88rpx;
  574. line-height: 88rpx;
  575. text-align: center;
  576. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  577. border-radius: 48rpx;
  578. font-size: 36rpx;
  579. }
  580. .error{
  581. padding-top: 96rpx;
  582. padding-bottom: 94rpx;
  583. margin: 56rpx auto 0;
  584. width: 690rpx;
  585. // height: 888rpx;
  586. background: #FFFFFF;
  587. border-radius: 40rpx;
  588. font-size: 24rpx;
  589. color: #222222;
  590. image{
  591. width: 140rpx;
  592. height: 140rpx;
  593. }
  594. .reason{
  595. padding: 24rpx 20rpx;
  596. margin: 52rpx auto 64rpx;
  597. width: 610rpx;
  598. height: 200rpx;
  599. background: #F4F4F4;
  600. border-radius: 20rpx;
  601. }
  602. }
  603. .lookvip {
  604. font-weight: 500;
  605. margin-top: 24rpx;
  606. font-size: 24rpx;
  607. color: #555555;
  608. text-align: center;
  609. text {
  610. margin: 0 8rpx;
  611. }
  612. }
  613. .uploadContent {
  614. position: relative;
  615. margin-top: 32rpx;
  616. width: 650rpx;
  617. height: 472rpx;
  618. font-size: 28rpx;
  619. color: #fff;
  620. font-weight: 600;
  621. background: #F3F4F6;
  622. border-radius: 20rpx;
  623. .contentTop {
  624. height: 400rpx;
  625. background-color: #F3F4F6;
  626. position: relative;
  627. .bigImg {
  628. position: absolute;
  629. top: 50%;
  630. left: 50%;
  631. transform: translate(-50%, -50%);
  632. width: 510rpx;
  633. height: 320rpx;
  634. }
  635. .smallImg {
  636. position: absolute;
  637. top: 50%;
  638. left: 50%;
  639. transform: translate(-50%, -50%);
  640. width: 116rpx;
  641. height: 116rpx;
  642. z-index: 1;
  643. }
  644. }
  645. .contentBottom {
  646. width: 650rpx;
  647. height: 72rpx;
  648. line-height: 72rpx;
  649. text-align: center;
  650. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  651. border-radius: 0px 0px 20rpx 20rpx;
  652. }
  653. }
  654. .upload {
  655. margin: 20rpx auto;
  656. width: 690rpx;
  657. // height: 652rpx;
  658. padding: 24rpx 20rpx;
  659. background: #FDFCFE;
  660. box-shadow: 0px 0px 16rpx 0px rgba(0, 0, 0, 0.0400);
  661. border-radius: 24rpx;
  662. box-sizing: border-box;
  663. .title {
  664. font-weight: 500;
  665. font-size: 30rpx;
  666. color: #222222;
  667. text {
  668. color: #FF5B5B;
  669. }
  670. }
  671. }
  672. .form {
  673. padding: 0 30rpx;
  674. margin: 36rpx 30rpx 0;
  675. background-color: #fff;
  676. border-radius: 40rpx ;
  677. background: #fff;
  678. .item {
  679. height: 94rpx;
  680. line-height: 94rpx;
  681. border-bottom: 2rpx solid #F5F5F5;
  682. text {
  683. font-size: 30rpx;
  684. color: #222222;
  685. position: relative;
  686. }
  687. .itemText::after{
  688. content: "*";
  689. position: absolute;
  690. color: #E02020;
  691. }
  692. input {
  693. text-align: right;
  694. }
  695. }
  696. .item1{
  697. text {
  698. font-size: 30rpx;
  699. color: #222222;
  700. position: relative;
  701. }
  702. .itemText::after{
  703. content: "*";
  704. position: absolute;
  705. color: #E02020;
  706. }
  707. input {
  708. text-align: right;
  709. }
  710. }
  711. }
  712. .top {
  713. position: relative;
  714. padding-top: 44rpx;
  715. text-align: center;
  716. font-size: 36rpx;
  717. font-weight: 600;
  718. image {
  719. width: 64rpx;
  720. height: 64rpx;
  721. position: absolute;
  722. left: 30rpx;
  723. }
  724. }
  725. </style>