user.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  1. <template>
  2. <view class="box">
  3. <view class="top" :style="{background:'#'+themeColor}">
  4. <view class="customerMes">
  5. <image @click="updateUserInfo" v-if="headImg" :src="headImg" mode="" style="width: 88rpx;height: 88rpx;border-radius: 44rpx;"></image>
  6. <image @click="updateUserInfo" v-else src="../../static/img/icon_me.png" mode="" style="width: 88rpx;height: 88rpx;border-radius: 44rpx;"></image>
  7. <view class="mes">
  8. <view class="nick">
  9. <view class="nickName" v-if="nickName">{{nickName}}</view>
  10. <view class="grade" v-if="numList.levelName">{{numList.levelName}}</view>
  11. </view>
  12. <view class="phone">{{phone}}</view>
  13. </view>
  14. </view>
  15. <view class="headerBox">
  16. <view class="quan" @click="gonavigateTo('../index/discountCard')">
  17. <view class="numStr">{{numList.count?numList.count:0}}</view>
  18. <view class="nameStr">优惠券</view>
  19. </view>
  20. <view class="quan" @click="gonavigateTo('../integral/integral?totalIntegral='+numList.totalIntegral)">
  21. <view class="numStr">{{numList.totalIntegral?numList.totalIntegral:0}}</view>
  22. <view class="nameStr">积分</view>
  23. </view>
  24. <view class="quan" @click="gonavigateTo('../index/vipCard')">
  25. <view class="numStr">{{numList.cardNum?numList.cardNum:0}}</view>
  26. <view class="nameStr">会员卡</view>
  27. </view>
  28. </view>
  29. </view>
  30. <!-- 我的订单 -->
  31. <view class="orderBox">
  32. <view class="orderTitle">我的订单</view>
  33. <view class="orderLIneBox">
  34. <view class="orderLine" @click="goorder(1)">
  35. <view class="orderImgBox">
  36. <view class="orderNum" v-show="numList.waitPurchaseSize>0">{{numList.waitPurchaseSize>99?'99+':numList.waitPurchaseSize}}</view>
  37. <image src="../../static/img/icon_daifukuan.png" mode="" class="orderLineImg"></image>
  38. </view>
  39. <view class="orderLineTxt">待付款</view>
  40. </view>
  41. <view class="orderLine" @click="goorder(2)">
  42. <view class="orderImgBox">
  43. <view class="orderNum" v-show="numList.waitServiceSize>0">{{numList.waitServiceSize>99?'99+':numList.waitServiceSize}}</view>
  44. <image src="../../static/img/icon_daifuwu.png" mode="" class="orderLineImg"></image>
  45. </view>
  46. <view class="orderLineTxt">待服务</view>
  47. </view>
  48. <view class="orderLine" @click="goorder(3)">
  49. <view class="orderImgBox">
  50. <view class="orderNum" v-show="numList.hasOverSize>0">{{numList.hasOverSize>99?'99+':numList.hasOverSize}}</view>
  51. <image src="../../static/img/icon_yiwancheng.png" mode="" class="orderLineImg"></image>
  52. </view>
  53. <view class="orderLineTxt">已完成</view>
  54. </view>
  55. <view class="orderLine" @click="goorder(0)">
  56. <view class="orderImgBox">
  57. <view class="orderNum" v-show="numList.allSize>0">{{numList.allSize>99?'99+':numList.allSize}}</view>
  58. <image src="../../static/img/icon_allorder.png" mode="" class="orderLineImg"></image>
  59. </view>
  60. <view class="orderLineTxt">全部</view>
  61. </view>
  62. </view>
  63. </view>
  64. <!-- 店铺信息 -->
  65. <view class="shopBox" v-if="userInfo">
  66. <view class="shopCont">
  67. <view class="shopName">{{numList.shopInfo.shopName}}</view>
  68. <view class="shopRightBox">
  69. <image src="../../static/img/icon_ditu.png" mode="" class="shopRightImg"
  70. style="margin-right: 67rpx;" @click="map"></image>
  71. <image src="../../static/img/icon_phone.png" mode="" class="shopRightImg" @click="call"></image>
  72. </view>
  73. </view>
  74. <view class="shopTime" v-if="numList.shopInfo.startTime && numList.shopInfo.endTime">
  75. {{numList.shopInfo.startTime}}-{{numList.shopInfo.endTime}}</view>
  76. <view class="address">
  77. <view class="Address">
  78. {{numList.shopInfo.provinceName?numList.shopInfo.provinceName:''}}
  79. {{numList.shopInfo.cityName?numList.shopInfo.cityName:''}}
  80. {{numList.shopInfo.areaName?numList.shopInfo.areaName:''}}
  81. {{numList.shopInfo.address?numList.shopInfo.address:''}}
  82. </view>
  83. <!-- <view class="distance" v-if="numList.shopInfo.distance&&numList.shopInfo.distance!= '0.00'">{{numList.shopInfo.distance}}km</view> -->
  84. </view>
  85. </view>
  86. <!-- 我的 相关 -->
  87. <view class="rowBoxBg">
  88. <view class="rowBox" @click="gonavigateTo('../user/expertServices')">
  89. <view class="leftView">
  90. <image src="../../static/img/icon_me1.png" mode="" class="liftIcon"></image>
  91. <view class="rowTitle">服务专家</view>
  92. </view>
  93. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  94. </view>
  95. <view class="rowBox" @click="gonavigateTo('./addCar/cailist')">
  96. <view class="leftView">
  97. <image src="../../static/img/icon_me2.png" mode="" class="liftIcon"></image>
  98. <view class="rowTitle">我的车库</view>
  99. </view>
  100. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  101. </view>
  102. <view class="rowBox" @click="gonavigateTo('myBespeak')">
  103. <view class="leftView">
  104. <image src="../../static/img/icon_me3.png" mode="" class="liftIcon"></image>
  105. <view class="rowTitle">我的预约</view>
  106. </view>
  107. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  108. </view>
  109. <view class="rowBox" @click="gonavigateTo('historySpend')">
  110. <view class="leftView">
  111. <image src="../../static/img/icon_me4.png" mode="" class="liftIcon"></image>
  112. <view class="rowTitle">历史消费</view>
  113. </view>
  114. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  115. </view>
  116. <view class="rowBox" @click="gonavigateTo('checkReport')">
  117. <view class="leftView">
  118. <image src="../../static/img/icon_me5.png" mode="" class="liftIcon"></image>
  119. <view class="rowTitle">车检报告</view>
  120. </view>
  121. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  122. </view>
  123. <!-- <view class="rowBox" @click="gonavigateTo('invite')">
  124. <view class="leftView">
  125. <image src="../../static/img/icon_me6.png" mode="" class="liftIcon"></image>
  126. <view class="rowTitle">分享给好友</view>
  127. </view>
  128. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  129. </view> -->
  130. <button open-type="share" class="rowBox" >
  131. <view class="leftView">
  132. <image src="../../static/img/icon_me6.png" mode="" class="liftIcon"></image>
  133. <view class="rowTitle">分享给好友</view>
  134. </view>
  135. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  136. </button>
  137. <view class="rowBox" @click="gonavigateTo('feedBack')">
  138. <view class="leftView">
  139. <image src="../../static/img/icon_me7.png" mode="" class="liftIcon"></image>
  140. <view class="rowTitle">意见反馈</view>
  141. </view>
  142. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  143. </view>
  144. <!-- 先隐藏 -->
  145. <!-- <view class="rowBox" @click="gonavigateTo('')">
  146. <view class="leftView">
  147. <image src="../../static/img/icon_me8.png" mode="" class="liftIcon"></image>
  148. <view class="rowTitle">清除缓存</view>
  149. </view>
  150. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  151. </view> -->
  152. </view>
  153. <!-- <view class="signOut" @click="signOut">退出登录</view> -->
  154. <!-- 手机号授权 -->
  155. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  156. <view class="authorizCont" @click.stop="">
  157. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  158. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  159. <button class="authorizContbutton" type="default" open-type="getPhoneNumber"
  160. @getphonenumber="decryptPhoneNumber">授权</button>
  161. </view>
  162. <view style="text-align: center;padding-top: 56rpx;">
  163. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  164. </view>
  165. </view>
  166. </view>
  167. </template>
  168. <script>
  169. export default {
  170. data() {
  171. return {
  172. userInfo: '',
  173. shopData: '',
  174. numList: '',
  175. uid: '',
  176. headImg: '',
  177. location: {
  178. lng: '',
  179. lat: '',
  180. },
  181. authorizShow: false,
  182. code: '',
  183. wxOpenData: '',
  184. nickName:'',
  185. phone:'',
  186. ext:'',
  187. themeColor:'',
  188. }
  189. },
  190. onLoad(opt) {
  191. this.ext=this.$common.getExtStoreId();
  192. this.themeColor = uni.getStorageSync("themeColor");
  193. if(this.themeColor){
  194. if(this.themeColor=='6F2BE8'){
  195. var backgroundImage='/static/tabimg/me6F2BE8.png'
  196. }
  197. if(this.themeColor=='1677FF'){
  198. var backgroundImage='/static/tabimg/me1677FF.png'
  199. }
  200. if(this.themeColor=='FF4F00'){
  201. var backgroundImage='/static/tabimg/meFF4F00.png'
  202. }
  203. if(this.themeColor=='D53533'){
  204. var backgroundImage='/static/tabimg/me1.png'
  205. }
  206. uni.setTabBarStyle({
  207. // color: '#FF0000',
  208. selectedColor: '#'+this.themeColor,
  209. })
  210. uni.setTabBarItem({
  211. index: 3,
  212. text: '我的',
  213. selectedIconPath: backgroundImage
  214. })
  215. }
  216. uni.setNavigationBarColor({
  217. frontColor: "#ffffff",
  218. backgroundColor:'#'+ this.themeColor
  219. })
  220. },
  221. onShow() {
  222. const wxOpenData = this.$store.state.wxOpenData;
  223. this.wxOpenData=wxOpenData
  224. //console.log()
  225. if (wxOpenData) {
  226. this.uid = wxOpenData.loginInfo.uid;
  227. }
  228. this.userInfo = this.$store.state.userInfo;
  229. if (this.userInfo) {
  230. this.queryMyDetail();
  231. } else {
  232. this.authorizShow = true;
  233. }
  234. },
  235. methods: {
  236. updateUserInfo(){
  237. var that=this;
  238. uni.getUserProfile({
  239. lang:'zh_CN',
  240. desc:'登录',
  241. success:(res)=>{
  242. console.log(res);
  243. that.headImg=res.userInfo.avatarUrl;
  244. that.nickName=res.userInfo.nickName;
  245. that.$http('miniApp2/sys/updateUserInfo', {
  246. nickName:res.userInfo.nickName,
  247. unionId:that.ext.unionId,
  248. headImg: res.userInfo.avatarUrl,
  249. openId: that.wxOpenData.openid
  250. }, 'POST').then(res => {
  251. })
  252. },
  253. fail:(res)=>{
  254. console.log(res)
  255. }
  256. });
  257. },
  258. decryptPhoneNumber: function(e) {
  259. console.log(e);
  260. this.code = e.detail.code
  261. this.wxPhoneLogin()
  262. this.authorizShow = false;
  263. },
  264. wxPhoneLogin() {
  265. var that = this;
  266. this.$http('miniApp2/sys/wxPhoneLogin', {
  267. appId:this.ext.appId,
  268. unionId:this.ext.unionId,
  269. code: this.code,
  270. openId: this.wxOpenData.openid
  271. }, 'POST').then(res => {
  272. var data = res.data;
  273. if (data.loginInfo) {
  274. this.userInfo = data.loginInfo.openUser;
  275. this.wxOpenData = data.loginInfo;
  276. this.$store.commit('mutationswxOpenData', data.loginInfo)
  277. this.$store.commit('mutationsuserInfo', this.userInfo)
  278. this.queryMyDetail()
  279. }
  280. })
  281. },
  282. map() {
  283. console.log("打开地图")
  284. var that = this;
  285. if (!that.numList.shopInfo.lat || !that.numList.shopInfo.lng) {
  286. uni.showToast({
  287. title: '该店铺未设置定位',
  288. icon: 'none',
  289. duration: 3000
  290. });
  291. } else {
  292. uni.openLocation({
  293. latitude: Number(that.numList.shopInfo.lat),
  294. longitude: Number(that.numList.shopInfo.lng),
  295. name: that.numList.shopInfo.shopName,
  296. address: that.numList.shopInfo.provinceName + that.numList.shopInfo.cityName + that.numList
  297. .shopInfo.areaName + that.numList.shopInfo.address,
  298. success: function() {
  299. console.log('success');
  300. },
  301. fail(err) {
  302. console.log(err)
  303. }
  304. });
  305. }
  306. },
  307. call() {
  308. uni.makePhoneCall({
  309. phoneNumber: this.numList.shopInfo.contactorPhone
  310. });
  311. },
  312. goorder(num) {
  313. uni.navigateTo({
  314. url: './myOrder/myOrder?num=' + num
  315. })
  316. },
  317. queryMyDetail() {
  318. uni.showLoading({
  319. title: '加载中'
  320. })
  321. this.$http('openreservation/getInfo', {
  322. lat: this.location.lat ? this.location.lat : '',
  323. lng: this.location.lng ? this.location.lng : '',
  324. }, 'GET').then(res => {
  325. uni.hideLoading();
  326. this.numList = res.data
  327. this.headImg = res.data.openUser.headImg;
  328. this.nickName = res.data.openUser.nickName;
  329. this.phone = res.data.openUser.mobilePhone;
  330. })
  331. },
  332. gonavigateTo(url) {
  333. if (this.userInfo) {
  334. uni.navigateTo({
  335. url: url
  336. })
  337. } else {
  338. this.authorizShow = true;
  339. }
  340. },
  341. signOut() {
  342. //uni.clearStorageSync();
  343. uni.removeStorageSync('logodata');
  344. // uni.navigateTo({
  345. // url: '../login/login'
  346. // })
  347. },
  348. },
  349. onShareAppMessage(res) {
  350. return {
  351. title: this.wxOpenData.miniAppName,
  352. //imageUrl:img,
  353. path: 'pages/index/index',
  354. success(res){
  355. uni.showToast({
  356. title:'分享成功'
  357. })
  358. },
  359. fail(res){
  360. uni.showToast({
  361. title:'分享失败',
  362. icon:'none',
  363. duration: 3000
  364. })
  365. }
  366. }
  367. },
  368. // 下拉刷新
  369. onPullDownRefresh() {
  370. this.queryMyDetail()
  371. setTimeout(function() {
  372. uni.stopPullDownRefresh();
  373. }, 1000);
  374. },
  375. }
  376. </script>
  377. <style scoped>
  378. button::after{
  379. border: none;
  380. }
  381. button{
  382. position: relative;
  383. display: block;
  384. margin-left: 0;
  385. margin-right: 0;
  386. padding-left: 0px;
  387. padding-right: 0px;
  388. box-sizing: border-box;
  389. // font-size: 18px;
  390. text-align: center;
  391. text-decoration: none;
  392. // line-height: 1;
  393. line-height: 1.35;
  394. // border-radius: 5px;
  395. -webkit-tap-highlight-color: transparent;
  396. overflow: hidden;
  397. color: #000000;
  398. background-color: #fff;
  399. height: 100%;
  400. }
  401. .box {
  402. width: 100vw;
  403. min-height: 100vh;
  404. background: #F4F5F7;
  405. padding-bottom: 60rpx;
  406. }
  407. .top {
  408. height: 350rpx;
  409. padding: 20rpx 24rpx 0;
  410. background-color: #D53533;
  411. border-radius: 0 0 5% 5%;
  412. }
  413. .customerMes {
  414. display: flex;
  415. }
  416. .mes {
  417. margin-left: 20rpx;
  418. }
  419. .nick {
  420. margin-bottom: 5rpx;
  421. display: flex;
  422. justify-content: flex-start;
  423. align-items: center;
  424. }
  425. .nickName {
  426. font-size: 34rpx;
  427. color: #FFFFFF;
  428. font-weight: bold;
  429. line-height: 48rpx;
  430. height: 48rpx;
  431. }
  432. .grade {
  433. margin-left: 15rpx;
  434. font-size: 24rpx;
  435. color: #FFFFFF;
  436. padding: 0rpx 10rpx;
  437. border: 1rpx solid #FFFFFF;
  438. border-radius: 4rpx;
  439. height: 36rpx;
  440. }
  441. .phone {
  442. font-size: 24rpx;
  443. color: #FFFFFF;
  444. }
  445. .headerBox {
  446. padding: 30rpx 24rpx;
  447. display: flex;
  448. justify-content: space-around;
  449. }
  450. .quan {
  451. display: flex;
  452. flex-direction: column;
  453. align-items: center;
  454. height: 120rpx;
  455. }
  456. .numStr {
  457. font-size: 40rpx;
  458. font-weight: bold;
  459. color: #FFFFFF;
  460. line-height: 56rpx;
  461. }
  462. .nameStr {
  463. font-size: 24rpx;
  464. color: #FFFFFF;
  465. }
  466. .orderBox {
  467. margin: 0rpx 24rpx;
  468. background: #FFFFFF;
  469. padding: 30rpx 20rpx;
  470. border-radius: 10rpx;
  471. margin-top: -100rpx;
  472. }
  473. .orderTitle {
  474. font-size: 30rpx;
  475. color: #333333;
  476. font-weight: bold;
  477. }
  478. .orderAll {
  479. display: flex;
  480. justify-content: space-between;
  481. align-items: center;
  482. }
  483. .orderLine {
  484. width: 25%;
  485. text-align: center;
  486. }
  487. .orderLineImg {
  488. width: 60rpx;
  489. height: 60rpx;
  490. }
  491. .orderLineTxt {
  492. font-size: 24rpx;
  493. color: #333333;
  494. }
  495. .orderImgBox {
  496. text-align: center;
  497. position: relative;
  498. }
  499. .orderLIneBox {
  500. display: flex;
  501. justify-content: space-between;
  502. padding-top: 30rpx;
  503. }
  504. .orderNum {
  505. height: 26rpx;
  506. line-height: 26rpx;
  507. background: #FF0000;
  508. padding: 0 8rpx;
  509. border-radius: 13rpx;
  510. color: #FFFFFF;
  511. font-size: 20rpx;
  512. position: absolute;
  513. left: 90rpx;
  514. z-index: 11;
  515. }
  516. .big_rightArrow {
  517. margin-right: 20rpx;
  518. width: 30rpx;
  519. height: 30rpx;
  520. }
  521. .rowBoxBg {
  522. margin: 20rpx 24rpx;
  523. background: #FFFFFF;
  524. border-radius: 10rpx;
  525. }
  526. .rowBox {
  527. display: flex;
  528. justify-content: space-between;
  529. background: #FFFFFF;
  530. padding: 35rpx 0rpx;
  531. border-radius: 10rpx;
  532. align-items: center;
  533. }
  534. .leftView {
  535. display: flex;
  536. align-items: center;
  537. }
  538. .rightView {
  539. display: flex;
  540. align-items: center;
  541. }
  542. .liftIcon {
  543. width: 34rpx;
  544. height: 34rpx;
  545. margin: 0rpx 20rpx;
  546. }
  547. .rowTitle {
  548. color: #3C3C3C;
  549. font-size: 28rpx;
  550. }
  551. .signOut {
  552. width: 702rpx;
  553. height: 98rpx;
  554. background: #FFFFFF;
  555. border-radius: 10rpx;
  556. font-size: 30rpx;
  557. color: #FF3B30;
  558. line-height: 98rpx;
  559. text-align: center;
  560. margin: 40rpx 24rpx;
  561. }
  562. .shopBox {
  563. padding: 20rpx;
  564. margin: 20rpx 24rpx;
  565. background-color: #FFFFFF;
  566. border-radius: 10rpx;
  567. }
  568. .shopCont {
  569. display: flex;
  570. justify-content: space-between;
  571. align-items: center;
  572. }
  573. .shopName {
  574. font-size: 30rpx;
  575. font-weight: bold;
  576. color: #3C3C3C;
  577. line-height: 42rpx;
  578. }
  579. .shopRightBox {
  580. display: flex;
  581. justify-content: space-between;
  582. }
  583. .address {
  584. display: flex;
  585. justify-content: space-between;
  586. align-items: center;
  587. }
  588. .Address,
  589. .shopTime,
  590. .distance {
  591. color: #999999;
  592. font-size: 24rpx;
  593. padding-top: 15rpx;
  594. /* 隐藏文字显示 ...不换行 */
  595. overflow: hidden;
  596. text-overflow: ellipsis;
  597. white-space: nowrap;
  598. }
  599. .shopRightBox {}
  600. .shopRightImg {
  601. width: 44rpx;
  602. height: 45rpx;
  603. }
  604. .authorizBox {
  605. width: 100vw;
  606. height: 100vh;
  607. background: rgba(0, 0, 0, 0.5);
  608. position: fixed;
  609. top: 0;
  610. left: 0;
  611. }
  612. .authorizCont {
  613. margin-top: 30vh;
  614. width: 564rpx;
  615. height: 408rpx;
  616. background: #FFFFFF;
  617. border-radius: 24rpx;
  618. margin-left: 93rpx;
  619. position: relative;
  620. }
  621. .authorizCloseImg {
  622. width: 62rpx;
  623. height: 62rpx;
  624. }
  625. .sqLogoBox {
  626. width: 180rpx;
  627. height: 180rpx;
  628. background: #FFFFFF;
  629. border-radius: 90rpx;
  630. text-align: center;
  631. position: absolute;
  632. top: -50rpx;
  633. left: 192rpx;
  634. }
  635. .authorizName {
  636. color: #333333;
  637. line-height: 42rpx;
  638. font-size: 30rpx;
  639. text-align: center;
  640. padding-top: 58rpx;
  641. }
  642. .authorizMs {
  643. color: #999999;
  644. line-height: 36rpx;
  645. font-size: 26rpx;
  646. width: 452rpx;
  647. padding-top: 24rpx;
  648. text-align: center;
  649. margin-left: 56rpx;
  650. }
  651. .authorizContbutton {
  652. width: 422rpx;
  653. height: 88rpx;
  654. background: #D53533;
  655. border-radius: 44rpx;
  656. line-height: 88rpx;
  657. text-align: center;
  658. font-size: 30rpx;
  659. color: #FFFFFF;
  660. margin-top: 62rpx;
  661. margin-left: 71rpx;
  662. }
  663. </style>