vipCard.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. <template>
  2. <view class="box">
  3. <!-- <view class="headerBox">
  4. <view class="vip">
  5. <view class="headerTop">
  6. <image src="http://dmsphoto.66km.com.cn/thFiles/785A657B-2FA6-4B22-A356-D555BFE2E18D.png" mode="" style="width: 80rpx;height: 80rpx;"></image>
  7. <view class="headerRight">
  8. <view class="nameBox">
  9. <view class="name">{{vipData.name}}</view>
  10. <image src="../../static/img/icon_vip.png" mode=""
  11. style="width: 112rpx;height: 34rpx;margin-left: 10rpx;"></image>
  12. </view>
  13. <view class="phone">{{userInfo.mobilePhone}}</view>
  14. </view>
  15. </view>
  16. <view class="kahaoBox">
  17. <image src="../../static/img/icon_kahao.png" mode=""
  18. style="width: 28rpx;height: 28rpx;margin-right: 10rpx;"></image>
  19. <view class="kahao">卡号 {{vipData.cardCode}}</view>
  20. </view>
  21. </view>
  22. <view class="tab">
  23. <view>
  24. <view class="tabLine" :class="{tabActive:tabIndex==1}" @click="tabClick(1)">计次</view>
  25. <view :class="{line:tabIndex==1}"></view>
  26. </view>
  27. <viw>
  28. <view class="tabLine" :class="{tabActive:tabIndex==2}" @click="tabClick(2)">储值</view>
  29. <view :class="{line:tabIndex==2}"></view>
  30. </viw>
  31. </view>
  32. </view> -->
  33. <view class="newTop">
  34. <view class="newTopCont">
  35. <image src="../../static/timg/icon_vip.png" mode="" class="topVipIcon"></image>
  36. <span style="padding-right: 10rpx;padding-left: 10rpx;">卡号</span>
  37. <span>{{vipData.cardCode}}</span>
  38. </view>
  39. </view>
  40. <view class="btnBox" @click="dis=!dis">
  41. <image v-if="dis" src="../../static/img/icon_selectY.png" mode="" style="width: 36rpx;height: 36rpx;">
  42. </image>
  43. <image v-else src="../../static/img/icon_selectN.png" mode="" style="width: 36rpx;height: 36rpx;">
  44. </image>
  45. <view style="margin-left: 10rpx;color: #3C3C3C;font-size: 24rpx;">不展示剩余为0项</view>
  46. </view>
  47. <!-- 计次 -->
  48. <view class="mainBox" v-if="tabIndex==1">
  49. <view v-for="(item,index) in vipData.cardTimeList">
  50. <view v-if="AmountQtyJs(item.list)" class="itemBox">
  51. <view class="itemTop">
  52. <view class="itemName">{{item.PackName}}</view>
  53. <view class="tiaokuan" @click="useCl(item.useComment)">使用条款</view>
  54. </view>
  55. <view class="itemBottom" :class="{active:item.open}" @click="changeState(item)">
  56. <view class="shopName">{{item.shopName}}</view>
  57. <image v-if="item.open==false" src="../../static/img/icon_arrow_down.png"
  58. mode="" style="width: 34rpx;height: 22rpx;"></image>
  59. <image v-if="item.open==true" src="../../static/img/icon_arrow_up.png"
  60. mode="" style="width: 34rpx;height: 22rpx;"></image>
  61. </view>
  62. <view v-if="item.open">
  63. <!-- 不展示剩余为0项 -->
  64. <view class="itemBg" v-if="dis&&v.AmountQty!=0" v-for="(v,index2) in item.list" :key="index2">
  65. <view class="nameTop" v-if="v.FlowType==2"><span class="type">项目</span> {{v.FlowName}}</view>
  66. <view class="nameTop" v-if="v.FlowType==1"><span class="type">商品</span> {{v.FlowName}}</view>
  67. <view class="timeBottom">
  68. <view class="time" v-if="v.ExpireTime">有效期:{{v.ExpireTime.slice(0,10)}}</view>
  69. <view class="time" v-else>有效期:永久</view>
  70. <view>剩余/总:<span
  71. style="color: #FF3B30;">{{v.AmountQty}}</span>/{{v.TotalQty}}
  72. </view>
  73. </view>
  74. </view>
  75. <!-- 展示所有 -->
  76. <view class="itemBg" v-if="!dis" v-for="(v,index2) in item.list" :key="index2">
  77. <view class="nameTop" v-if="v.FlowType==2"><span class="type">项目</span> {{v.FlowName}}</view>
  78. <view class="nameTop" v-if="v.FlowType==1"><span class="type">商品</span> {{v.FlowName}}</view>
  79. <view class="timeBottom">
  80. <view class="time" v-if="v.ExpireTime">有效期:{{v.ExpireTime.slice(0,10)}}</view>
  81. <view class="time" v-else>有效期:永久</view>
  82. <view>剩余/总:<span
  83. style="color: #FF3B30;">{{v.AmountQty}}</span>/{{v.TotalQty}}
  84. </view>
  85. </view>
  86. </view>
  87. </view>
  88. </view>
  89. </view>
  90. <!-- 无数据空白页 -->
  91. <nodata v-if="vipData.cardTimeList.length==0"></nodata>
  92. <!-- 使用条款-->
  93. <view class="shiyongBox" v-if="shiyongShow" @click="shiyongShow=false">
  94. <view class="shiyongCont" @click.stop="">
  95. <view class="shiyongContTop">
  96. <view class="shiyongContTopTitle">使用条款</view>
  97. <image src="../../static/img/icon_close.png" alt="" class="shiyongContTopX"
  98. @click="shiyongShowHlde"></image>
  99. </view>
  100. <view class="shiyonghtml">
  101. <view v-html="useComment" v-if="useComment"></view>
  102. <view v-else class="shiyongno">使用条款暂无内容</view>
  103. </view>
  104. </view>
  105. </view>
  106. </view>
  107. <!-- 储值 -->
  108. <view class="mainBox" v-if="tabIndex==2">
  109. <view class="btnBox" @click="disCz=!disCz">
  110. <image v-if="disCz" src="../../static/img/icon_selectY.png" mode="" style="width: 36rpx;height: 36rpx;">
  111. </image>
  112. <image v-else src="../../static/img/icon_selectN.png" mode="" style="width: 36rpx;height: 36rpx;">
  113. </image>
  114. <view style="margin-left: 10rpx;color: #3C3C3C;font-size: 24rpx;">不展示剩余为0项</view>
  115. </view>
  116. <view v-for="(item,index) in vipData.carMoneyList">
  117. <!-- 不展示剩余为0项 -->
  118. <view v-if="disCz&&item.Money!=0" class="itemBox">
  119. <view class="itemTop">
  120. <view class="itemName">{{item.PacKName}}</view>
  121. <view class="tiaokuan" @click="useCl(item.useComment)">使用条款</view>
  122. </view>
  123. <view class="moneyBox"><span style="font-size: 24rpx; color: #FF3B30; padding-top: 2rpx;"></span><span class="money">{{item.Money}}</span> <span
  124. style="color: #999999;font-size: 24rpx;">( 充{{item.ChargeMoney}}{{item.GiftMoney}}</span>
  125. </view>
  126. <view class="itemBottom" :class="{active:item.open}" @click="changeState(item)">
  127. <view class="shopName">{{item.ShopName}}</view>
  128. <image v-if="item.open==false" src="../../static/img/icon_arrow_down.png"
  129. mode="" style="width: 34rpx;height: 22rpx;"></image>
  130. <image v-if="item.open==true" src="../../static/img/icon_arrow_up.png"
  131. mode="" style="width: 34rpx;height: 22rpx;"></image>
  132. </view>
  133. <view class="itemBg" v-if="item.open" v-for="(v,index2) in item.payList" :key="index2">
  134. <view class="timeBottom">
  135. <view class="time" v-if="v.CreateTime">{{v.CreateTime}}</view>
  136. <view v-if="v.Type==2">-{{v.Money}}</view>
  137. <view class="count" v-else>+{{v.Money}}</view>
  138. </view>
  139. </view>
  140. </view>
  141. <!-- 展示所有 -->
  142. <view v-if="!disCz" class="itemBox">
  143. <view class="itemTop">
  144. <view class="itemName">{{item.PacKName}}</view>
  145. <view class="tiaokuan" @click="useCl(item.useComment)">使用条款</view>
  146. </view>
  147. <view class="moneyBox"><span style="font-size: 24rpx; color: #FF3B30; padding-top: 2rpx;"></span><span class="money">{{item.Money}}</span> <span
  148. style="color: #999999;font-size: 24rpx;">( 充{{item.ChargeMoney}}{{item.GiftMoney}}</span>
  149. </view>
  150. <view class="itemBottom" :class="{active:item.open}" @click="changeState(item)">
  151. <view class="shopName">{{item.ShopName}}</view>
  152. <image v-if="item.open==false" src="../../static/img/icon_arrow_down.png"
  153. mode="" style="width: 34rpx;height: 22rpx;"></image>
  154. <image v-if="item.open==true" src="../../static/img/icon_arrow_up.png"
  155. mode="" style="width: 34rpx;height: 22rpx;"></image>
  156. </view>
  157. <view class="itemBg" v-if="item.open" v-for="(v,index2) in item.payList" :key="index2">
  158. <view class="timeBottom">
  159. <view class="time" v-if="v.CreateTime">{{v.CreateTime}}</view>
  160. <view v-if="v.Type==2">-{{v.Money}}</view>
  161. <view class="count" v-else>+{{v.Money}}</view>
  162. </view>
  163. </view>
  164. </view>
  165. </view>
  166. <!-- 无数据空白页 -->
  167. <nodata v-if="vipData.carMoneyList.length==0"></nodata>
  168. <!-- 使用条款-->
  169. <view class="shiyongBox" v-if="shiyongShow" @click="shiyongShow=false">
  170. <view class="shiyongCont" @click.stop="">
  171. <view class="shiyongContTop">
  172. <view class="shiyongContTopTitle">使用条款</view>
  173. <image src="../../static/img/icon_close.png" alt="" class="shiyongContTopX"
  174. @click="shiyongShowHlde"></image>
  175. </view>
  176. <view class="shiyonghtml">
  177. <view v-html="useComment" v-if="useComment"></view>
  178. <view v-else class="shiyongno">使用条款暂无内容</view>
  179. </view>
  180. </view>
  181. </view>
  182. </view>
  183. <!-- 手机号授权 -->
  184. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  185. <view class="authorizCont" @click.stop="">
  186. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  187. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  188. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  189. </view>
  190. <view style="text-align: center;padding-top: 56rpx;">
  191. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  192. </view>
  193. </view>
  194. </view>
  195. </template>
  196. <script>
  197. import nodata from '../../components/nodata/nodata.vue'
  198. export default {
  199. components: {
  200. nodata,
  201. },
  202. data() {
  203. return {
  204. tabIndex: '1',
  205. vipData: {},
  206. userInfo: '',
  207. shiyongShow: false,
  208. useComment: '',
  209. dis: true,
  210. disCz: true,
  211. authorizShow:false,
  212. userInfo:'',
  213. ext:'',
  214. wxOpenData:'',
  215. }
  216. },
  217. onLoad() {
  218. //this.userInfo = uni.getStorageSync("userInfo");
  219. this.userInfo=this.$store.state.userInfo;
  220. this.ext=this.$common.getExtStoreId();
  221. if(this.userInfo){
  222. this.myOrderCoupon();
  223. }else{
  224. this.$common.automaticlogin().then(val => {
  225. this.userInfo=this.$store.state.userInfo;
  226. this.wxOpenData=this.$store.state.wxOpenData;
  227. this.themeColor = uni.getStorageSync("themeColor");
  228. if(!this.userInfo){
  229. this.authorizShow=true
  230. }
  231. this.myOrderCoupon();
  232. })
  233. }
  234. },
  235. methods: {
  236. shiyongShowHlde(){
  237. this.shiyongShow=false;
  238. },
  239. AmountQtyJs (item) {
  240. var state = false
  241. if (this.dis) {
  242. item.forEach(v => {
  243. if (v.AmountQty != 0) {
  244. state = true
  245. }
  246. })
  247. } else {
  248. state = true
  249. }
  250. return state
  251. },
  252. useCl(useComment) {
  253. this.useComment = useComment;
  254. this.shiyongShow = true;
  255. },
  256. myOrderCoupon() {
  257. uni.showLoading({
  258. title: '加载中'
  259. })
  260. this.$http('openweiXinCardInfoController/queryCardTimeAndMondyList', {
  261. // page: this.page,
  262. // limit: 10,
  263. }, 'POST').then(res => {
  264. uni.hideLoading();
  265. // var list = res.data.Items
  266. var list = res.data
  267. list.cardTimeList.forEach((item, index) => {
  268. for (const key in item) {
  269. item['open'] = false
  270. }
  271. })
  272. list.carMoneyList.forEach((item, index) => {
  273. for (const key in item) {
  274. item['open'] = false
  275. }
  276. })
  277. this.vipData = list
  278. })
  279. },
  280. tabClick(tag) {
  281. this.tabIndex = tag
  282. },
  283. changeState(item) {
  284. item.open = !item.open
  285. },
  286. gonavigateTo(url) {
  287. uni.navigateTo({
  288. url: url
  289. })
  290. },
  291. decryptPhoneNumber: function(e) {
  292. console.log(e);
  293. this.code=e.detail.code
  294. this.wxPhoneLogin()
  295. this.authorizShow=false;
  296. },
  297. wxPhoneLogin(){
  298. var that=this;
  299. this.$http('miniApp2/sys/wxPhoneLogin', {
  300. appId:this.ext.appId,
  301. unionId:this.ext.unionId,
  302. code:this.code,
  303. openId:this.wxOpenData.openid
  304. },'POST').then(res => {
  305. var data = res.data;
  306. if(data.loginInfo){
  307. this.userInfo=data.loginInfo.openUser;
  308. this.wxOpenData=data.loginInfo;
  309. this.$store.commit('mutationswxOpenData', data)
  310. this.$store.commit('mutationsuserInfo', this.userInfo)
  311. this.myOrderCoupon()
  312. }
  313. })
  314. },
  315. },
  316. // 下拉刷新
  317. onPullDownRefresh() {
  318. // this.page = 1
  319. this.myOrderCoupon()
  320. setTimeout(function() {
  321. uni.stopPullDownRefresh();
  322. }, 1000);
  323. },
  324. }
  325. </script>
  326. <style scoped>
  327. .topVipIcon{
  328. width: 41rpx;height: 40rpx;
  329. }
  330. .newTopCont{
  331. border-radius: 16rpx;line-height: 40rpx;
  332. border: 1px solid #EAC799;font-size: 28rpx;
  333. padding: 19rpx 26rpx;color: #F7D4B5;
  334. display: flex;
  335. }
  336. .newTop{
  337. background-color: #171723;
  338. padding: 10rpx 24rpx;
  339. padding-bottom: 50rpx;
  340. }
  341. .box {
  342. min-height: 100vh;
  343. padding-bottom: 60rpx;
  344. }
  345. .headerBox {
  346. background-color: #171723;
  347. height: 525rpx;
  348. width: 100vw;
  349. padding: 30rpx 0rpx;
  350. /* position: fixed;
  351. left: 0;
  352. top: 0;
  353. z-index: 999; */
  354. }
  355. .vip {
  356. background: url(http://dmsphoto.66km.com.cn/thFiles/0EEEE7DB-02ED-41B4-A633-2F2669E0DF7E.png);
  357. background-size: 100% 100%;
  358. height: 320rpx;
  359. /* width: 100vw; */
  360. margin: 0rpx 24rpx;
  361. padding: 48rpx 30rpx;
  362. display: flex;
  363. flex-direction: column;
  364. justify-content: space-between;
  365. }
  366. .headerTop {
  367. display: flex;
  368. justify-content: flex-start;
  369. }
  370. .headerRight {
  371. padding-left: 18rpx;
  372. }
  373. .nameBox {
  374. display: flex;
  375. justify-content: flex-start;
  376. align-items: center;
  377. }
  378. .name {
  379. font-size: 30rpx;
  380. font-weight: bold;
  381. color: #523509;
  382. line-height: 42rpx;
  383. }
  384. .phone {
  385. margin-top: 12rpx;
  386. font-size: 24rpx;
  387. font-weight: bold;
  388. color: #523509;
  389. line-height: 33rpx;
  390. }
  391. .kahaoBox {
  392. display: flex;
  393. justify-content: flex-start;
  394. align-items: center;
  395. }
  396. .kahao {
  397. font-size: 24rpx;
  398. font-weight: bold;
  399. color: #523509;
  400. line-height: 33rpx;
  401. }
  402. .tab {
  403. background: #FFFFFF;
  404. margin-top: 30rpx;
  405. display: flex;
  406. justify-content: space-around;
  407. line-height: 60rpx;
  408. height: 60rpx;
  409. border-radius: 26rpx 26rpx 0rpx 0rpx;
  410. padding: 28rpx;
  411. }
  412. .tabLine {
  413. font-size: 30rpx;
  414. line-height: 42rpx;
  415. color: #3C3C3C;
  416. text-align: center;
  417. }
  418. .line{
  419. width: 40rpx;
  420. margin: 0rpx 10rpx;
  421. height: 4rpx;
  422. background: #FF0000;
  423. margin-top: 8rpx;
  424. }
  425. .tabActive {
  426. color: #3C3C3C;
  427. font-weight: bold;
  428. }
  429. .mainBox {
  430. /* margin-top: 590rpx; */
  431. background-color: #F4F5F7;
  432. padding: 24rpx;
  433. min-height: 100vh;
  434. }
  435. .btnBox {
  436. display: flex;background: #F4F5F7;
  437. border-radius: 24rpx 24rpx 0rpx 0rpx;
  438. padding: 26rpx 24rpx;
  439. margin-top: -24rpx;
  440. }
  441. .itemBox {
  442. background-color: #FFFFFF;
  443. border-radius: 10rpx;
  444. padding: 30rpx 20rpx;
  445. margin-top: 20rpx;
  446. }
  447. .itemTop {
  448. display: flex;
  449. justify-content: space-between;
  450. align-items: baseline;
  451. }
  452. .itemBottom {
  453. display: flex;
  454. justify-content: space-between;
  455. align-items: center;
  456. margin-top: 15rpx;
  457. }
  458. .active {
  459. margin-bottom: 30rpx;
  460. }
  461. .itemName {
  462. font-size: 30rpx;
  463. font-weight: bold;
  464. color: #333333;
  465. line-height: 42rpx;
  466. }
  467. .tiaokuan {
  468. width: 136rpx;
  469. height: 52rpx;
  470. background: #FFFFFF;
  471. border-radius: 28rpx;
  472. border: 1rpx solid #DDDDDD;
  473. color: #666666;
  474. font-size: 24rpx;
  475. text-align: center;
  476. line-height: 52rpx;
  477. }
  478. .shopName {
  479. border-radius: 5rpx;
  480. border: 1rpx solid #DDDDDD;
  481. color: #999999;
  482. font-size: 24rpx;
  483. padding: 2rpx 12rpx;
  484. /* max-width: 300rpx;
  485. overflow: hidden;
  486. white-space: nowrap;
  487. text-overflow: ellipsis;
  488. -o-text-overflow: ellipsis; */
  489. }
  490. .itemBg {
  491. padding: 30rpx 0rpx;
  492. border-top: 1rpx solid #EEEEEE;
  493. }
  494. .itemBg:last-child{
  495. padding-bottom: 0;
  496. }
  497. .nameTop {
  498. font-size: 28rpx;
  499. font-weight: 400;
  500. color: #333333;
  501. line-height: 40rpx;
  502. margin-bottom: 20rpx;
  503. }
  504. .type {
  505. width: 72rpx;
  506. height: 36rpx;
  507. border-radius: 5rpx;
  508. border: 1rpx solid #F19D01;
  509. margin-right: 10rpx;
  510. font-size: 24rpx;
  511. color: #F19D01;
  512. line-height: 36rpx;
  513. padding: 2rpx 12rpx;
  514. text-align: center;
  515. }
  516. .timeBottom {
  517. display: flex;
  518. justify-content: space-between;
  519. color: #999999;
  520. font-size: 24rpx;
  521. }
  522. .money {
  523. font-size: 36rpx;
  524. font-weight: bold;
  525. color: #FF0000;
  526. line-height: 50rpx;
  527. }
  528. .moneyBox{
  529. flex-grow: 1;
  530. display: flex;
  531. /* justify-content: flex-end; */
  532. margin-right: 10rpx;
  533. align-items: center;
  534. }
  535. .count {
  536. color: #FF0000;
  537. }
  538. .shiyongBox {
  539. width: 100%;
  540. height: 100vh;
  541. background: rgba(0, 0, 0, 0.4);
  542. position: fixed;
  543. left: 0;
  544. top: 0;
  545. z-index: 9999;
  546. }
  547. .shiyongCont {
  548. width: 100%;
  549. height: 70vh;
  550. background: #ffffff;
  551. left: 0;
  552. bottom: 0;
  553. position: absolute;
  554. border-radius: 24rpx 24rpx 0rpx 0rpx;
  555. }
  556. .shiyongContTopX {
  557. width: 36rpx;
  558. height: 36rpx;
  559. padding: 10rpx;
  560. }
  561. .shiyongContTop {
  562. display: flex;
  563. justify-content: space-between;
  564. padding: 24rpx;
  565. color: #3C3C3C;
  566. font-size: 30rpx;
  567. border-bottom: 1rpx solid #EEEEEE;
  568. align-items: center;
  569. }
  570. .shiyongContTopTitle {
  571. font-size: 30rpx;
  572. color: #3C3C3C;
  573. font-weight: bold;
  574. }
  575. .shiyonghtml {
  576. padding: 24rpx;
  577. height: calc(70vh - 100px);
  578. overflow-y: scroll;
  579. }
  580. .shiyongno {
  581. color: #666666;
  582. font-size: 26rpx;
  583. }
  584. .authorizBox{
  585. width: 100vw;
  586. height: 100vh;
  587. background: rgba(0, 0, 0, 0.5);
  588. position: fixed;
  589. top: 0;
  590. left: 0;
  591. }
  592. .authorizCont{
  593. margin-top: 30vh;
  594. width: 564rpx;
  595. height: 408rpx;
  596. background: #FFFFFF;
  597. border-radius: 24rpx;
  598. margin-left: 93rpx;
  599. position: relative;
  600. }
  601. .authorizCloseImg{
  602. width: 62rpx;
  603. height: 62rpx;
  604. }
  605. .sqLogoBox{
  606. width: 180rpx;
  607. height: 180rpx;
  608. background: #FFFFFF;
  609. border-radius: 90rpx;
  610. text-align: center;
  611. position: absolute;
  612. top: -50rpx;
  613. left: 192rpx;
  614. }
  615. .authorizName{
  616. color: #333333;
  617. line-height: 42rpx;
  618. font-size: 30rpx;
  619. text-align: center;
  620. padding-top: 58rpx;
  621. }
  622. .authorizMs{
  623. color: #999999;
  624. line-height: 36rpx;
  625. font-size: 26rpx;
  626. width: 452rpx;
  627. padding-top: 24rpx;
  628. text-align: center;
  629. margin-left: 56rpx;
  630. }
  631. .authorizContbutton{
  632. width: 422rpx;
  633. height: 88rpx;
  634. background: #D53533;
  635. border-radius: 44rpx;
  636. line-height: 88rpx;
  637. text-align: center;
  638. font-size:30rpx;
  639. color: #FFFFFF;
  640. margin-top: 62rpx;
  641. margin-left:71rpx;
  642. }
  643. </style>