shopList.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810
  1. <template>
  2. <view class="box">
  3. <view class="regionBox">
  4. <view class="regionLine" @click="gocity">
  5. <view class="regionTxt">{{cityName}}</view>
  6. <image src="../../static/timg/icon_arrow_def@2x.png" mode="" class="jtbelow"></image>
  7. </view>
  8. <view class="regionSx"></view>
  9. <view class="regionLine" @click="quCilck">
  10. <!-- <picker @change="bindPickerChange" :value="index" :range="areaList" range-key='area' @cancel="cancelHandling">
  11. </picker> -->
  12. <view class="regionTxt">{{areaName}}</view>
  13. <image src="../../static/timg/icon_arrow_def@2x.png" mode="" class="jtbelow"></image>
  14. </view>
  15. </view>
  16. <view style="height: 90rpx;"></view>
  17. <view class="shopline" v-for="(item,index) in queryShopList" @click="goDetail(item)">
  18. <view class="shoplineLeft">
  19. <image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
  20. <image src="../../static/timg/noimg.png" mode="" class="shopImg" v-else></image>
  21. </view>
  22. <view class="shopright">
  23. <view style="display: flex;justify-content: space-between;">
  24. <view style="width: 410rpx;">
  25. <view class="shopTop">
  26. <view class="shopName">{{item.shopName}}</view>
  27. </view>
  28. <view class="brandsBg" v-if="item.brands">
  29. <view class="brands" v-for="(v,index2) in item.brands.split(',')">{{v}}</view>
  30. </view>
  31. </view>
  32. <view class="yuyuBtnBox" >
  33. <view>预约</view>
  34. <image style="width: 21rpx;height: 21rpx;margin-top: 4rpx;margin-left: 5rpx;" src="http://dmsphoto.66km.com.cn/thFiles/1D60717A-DC1D-43BC-BBFE-EE0FAFD1A470.png" mode=""></image>
  35. </view>
  36. </view>
  37. <view class="shopTime"><span v-if="item.startTime">{{item.startTime}}</span> - <span
  38. v-if="item.endTime">{{item.endTime}}</span> </view>
  39. <view class="shopBottomLeft">
  40. <span class="shopaddress"
  41. v-if="item.address">{{item.address}}</span>
  42. <span v-if="item.distance&&item.distance!= '0.00'">{{item.distance}}km</span>
  43. </view>
  44. <view class="shopdhBox">
  45. <view class="shopcall" @click.stop="makePhoneCall(item.mobilePhone)">
  46. <image class="shopcallIcon" src="http://dmsphoto.66km.com.cn/thFiles/AB063613-7B7A-4BD4-AF43-9ECC082FF5C6.png" mode=""></image>
  47. <view class="shopcallTxt">联系电话</view>
  48. </view>
  49. <view class="shopcall" style="padding-left: 65rpx;" @click.stop="goMap(item)">
  50. <image class="shopcallIcon" src="http://dmsphoto.66km.com.cn/thFiles/5479ED98-61D3-41CB-8080-889E851FF6C0.png" mode=""></image>
  51. <view class="shopcallTxt">一键导航</view>
  52. </view>
  53. </view>
  54. </view>
  55. </view>
  56. <!-- 上拉 加载更多 -->
  57. <view class="noMore" v-if="noMoreShow && (queryShopList.length!=0)">没有更多数据</view>
  58. <!-- 无数据空白页 -->
  59. <nodata v-if="queryShopList.length==0&&loading"></nodata>
  60. <uni-popup ref="popup" type="right" :mask-click="true">
  61. <view class="popup-content">
  62. <scroll-view class="brandList" scroll-y="true">
  63. <!-- :class="{areaActvie:item.area==areaName}" -->
  64. <view v-for="item in areaList" class="areaListLine"
  65. @click="checkarea(item)">
  66. <span >{{item.area}}</span>
  67. <image v-if="item.code==area" class="areaCkIcon" src="http://dmsphoto.66km.com.cn/thFiles/0A1DADEA-1807-4ABC-B391-ECC8B1882DA4.png" mode=""></image>
  68. </view>
  69. </scroll-view>
  70. </view>
  71. </uni-popup>
  72. <!-- 手机号授权 -->
  73. <view class="authorizBox" v-if="authorizShow" @click="authorizShowno">
  74. <view class="authorizCont" @click.stop="">
  75. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  76. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  77. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  78. </view>
  79. <view style="text-align: center;padding-top: 56rpx;">
  80. <image src="../../static/timg/icon_guanbi@2x.png" @click="authorizShowno" mode="" class="authorizCloseImg"></image>
  81. </view>
  82. </view>
  83. <!-- <view>lng:{{location.lng}}</view>
  84. <view>lat:{{location.lat}}</view> -->
  85. </view>
  86. </template>
  87. <script>
  88. import nodata from '../../components/nodata/nodata.vue'
  89. export default {
  90. components: {
  91. nodata,
  92. },
  93. data() {
  94. return {
  95. location: {
  96. lng: '',
  97. lat: '',
  98. },
  99. queryShopList: '',
  100. noMoreShow: false,
  101. regionName:'',
  102. twoRegionName:'',
  103. cityName:'城市',
  104. area:'',
  105. cityCode:'',
  106. areaList:'',
  107. index:'',
  108. areaName:'区域',
  109. loading:false,
  110. ext:'',
  111. authorizShow:false,
  112. wxOpenData:'',
  113. userInfo: '',
  114. }
  115. },
  116. onLoad() {
  117. var that = this;
  118. uni.removeStorageSync('selectCity');
  119. this.userInfo = this.$store.state.userInfo;
  120. this.ext=this.$common.getExtStoreId();
  121. if(this.userInfo){
  122. this.themeColor = uni.getStorageSync("themeColor");
  123. this.wxOpenData=this.$store.state.wxOpenData;
  124. this.init()
  125. }else{
  126. this.$common.automaticlogin().then(val => {
  127. this.themeColor = uni.getStorageSync("themeColor");
  128. this.userInfo=this.$store.state.userInfo;
  129. this.wxOpenData=this.$store.state.wxOpenData;
  130. this.init()
  131. if(!this.userInfo){
  132. uni.hideLoading();
  133. this.authorizShow=true
  134. }
  135. })
  136. }
  137. // that.getqueryShopList();
  138. },
  139. onShow() {
  140. const selectCity = uni.getStorageSync('selectCity');
  141. //console.log("onShow")
  142. //console.log(selectCity)
  143. if(selectCity){
  144. this.cityName=selectCity.city
  145. this.cityCode=selectCity.code
  146. this.areaName='区域'
  147. this.area=''
  148. this.getAreaList()
  149. this.getqueryShopList() //获取门店列表
  150. }
  151. },
  152. methods: {
  153. authorizShowno(){
  154. this.authorizShow=false
  155. },
  156. decryptPhoneNumber: function(e) {
  157. console.log(e);
  158. this.code=e.detail.code
  159. this.wxPhoneLogin()
  160. this.authorizShow=false;
  161. },
  162. wxPhoneLogin(){
  163. var that=this;
  164. this.$http('miniApp2/sys/wxPhoneLogin', {
  165. appId:this.ext.appId,
  166. unionId:this.ext.unionId,
  167. code:this.code,
  168. openId:this.wxOpenData.openid
  169. },'POST').then(res => {
  170. var data = res.data;
  171. if(data.loginInfo){
  172. this.userInfo=data.loginInfo.openUser;
  173. this.wxOpenData=data.loginInfo;
  174. this.$store.commit('mutationswxOpenData', data)
  175. this.$store.commit('mutationsuserInfo', this.userInfo)
  176. this.init()
  177. }
  178. })
  179. },
  180. init(){
  181. var that = this;
  182. uni.authorize({
  183. scope: 'scope.userLocation',
  184. success() {
  185. uni.getLocation({
  186. type: 'gcj02',
  187. success: function(res) {
  188. console.log(res)
  189. that.location.lat = res.latitude
  190. that.location.lng = res.longitude
  191. that.getAdress();
  192. //that.getqueryShopList() //获取全部门店列表
  193. },
  194. fail(err) {
  195. console.log("定位失败")
  196. that.getqueryShopList();
  197. }
  198. });
  199. },
  200. fail: (err) => {
  201. that.getqueryShopList();
  202. }})
  203. },
  204. quCilck(){
  205. console.log(this.cityName)
  206. if(this.cityName){
  207. this.$refs.popup.open("right")
  208. //this.popupShow=true;
  209. if(this.areaList.length==0){
  210. /* uni.showToast({
  211. title: '当前城市下无区域,请切换城市查看',
  212. icon: 'none',
  213. duration: 4000
  214. }); */
  215. uni.showModal({
  216. title: '提示',
  217. content: '当前城市下无区域,请切换城市查看',
  218. success: function(res) {
  219. if (res.confirm) {
  220. // 执行确认后的操作
  221. uni.navigateTo({
  222. url:'/pages/subPack/chooseCity?type=1'
  223. })
  224. }
  225. else {
  226. // 执行取消后的操作
  227. }
  228. }
  229. })
  230. }
  231. }else{
  232. uni.showModal({
  233. title: '提示',
  234. content: '当前城市暂无门店,请切换城市查看',
  235. success: function(res) {
  236. if (res.confirm) {
  237. // 执行确认后的操作
  238. uni.navigateTo({
  239. url:'/pages/subPack/chooseCity?type=1'
  240. })
  241. }
  242. else {
  243. // 执行取消后的操作
  244. }
  245. }
  246. })
  247. }
  248. },
  249. gocity(){
  250. uni.navigateTo({
  251. url:'/pages/subPack/chooseCity?type=1'
  252. })
  253. },
  254. checkarea(item){
  255. if(this.area==item.code){
  256. this.areaName='区域'
  257. this.area=''
  258. this.getqueryShopList() //获取门店列表
  259. }else{
  260. this.areaName=item.area
  261. this.area=item.code
  262. this.getqueryShopList() //获取门店列表
  263. }
  264. this.$refs.popup.close()
  265. },
  266. bindPickerChange(e){
  267. //console.log(e)
  268. this.areaName=this.areaList[e.detail.value].area
  269. this.area=this.areaList[e.detail.value].code
  270. this.getqueryShopList() //获取门店列表
  271. },
  272. cancelHandling(){
  273. this.areaName='区域'
  274. this.area=''
  275. this.getqueryShopList() //获取门店列表
  276. },
  277. makePhoneCall(num){
  278. uni.makePhoneCall({
  279. phoneNumber:num
  280. });
  281. },
  282. goMap(item){
  283. var that = this;
  284. if (!item.lat || !item.lng) {
  285. uni.showToast({
  286. title: '该店铺未设置定位',
  287. icon: 'none',
  288. duration: 3000
  289. });
  290. } else {
  291. uni.openLocation({
  292. latitude: Number(item.lat),
  293. longitude: Number(item.lng),
  294. name: item.shopName,
  295. address: item.provinceName + item.cityName + item.areaName +
  296. item.address,
  297. success: function() {
  298. console.log('success');
  299. },
  300. fail(err) {
  301. console.log(err)
  302. }
  303. });
  304. }
  305. },
  306. getAdress(){
  307. var that=this;
  308. var location = this.location.lng + ',' + this.location.lat
  309. console.log('location'+location)
  310. //location='117.29249484592015,39.026727973090274'
  311. uni.request({
  312. url: 'https://restapi.amap.com/v3/geocode/regeo',
  313. data: {
  314. key: '389a059efa3f499d9145eb84b1c3248d',
  315. location: location,
  316. },
  317. dataType: "json",
  318. success: (res) => {
  319. console.log('定位城市', res);
  320. if(res.data.regeocode){
  321. console.log("城市名称")
  322. console.log(res.data.regeocode.addressComponent.city)
  323. // console.log(res.data.pois[0].cityname)
  324. if(res.data.regeocode.addressComponent.city.length!=0){
  325. var cityname = res.data.regeocode.addressComponent.city;
  326. }else{
  327. var cityname = res.data.regeocode.addressComponent.province;
  328. }
  329. var cityCode = res.data.regeocode.addressComponent.adcode
  330. cityCode = cityCode.slice(0, -2)
  331. cityCode = cityCode + '00'
  332. this.cityName = cityname
  333. this.cityCode = cityCode
  334. that.getqueryShopList() //获取全部门店列表
  335. that.getAreaList()
  336. }else{
  337. console.log("接口获取失败")
  338. }
  339. }
  340. });
  341. },
  342. getAreaList(){
  343. this.$http('opencarOwnerHome/shop-area-list', {
  344. city:this.cityCode
  345. }, 'GET').then(res => {
  346. this.areaList=res.data
  347. })
  348. },
  349. getqueryShopList() {
  350. uni.showLoading({
  351. title: '加载中'
  352. })
  353. this.loading=false;
  354. this.$http('opencarOwnerHome/queryShopInfoList', {
  355. lat: this.location.lat ? this.location.lat : '',
  356. lng: this.location.lng ? this.location.lng : '',
  357. city:this.cityCode,
  358. area:this.area
  359. }, 'GET').then(res => {
  360. uni.hideLoading();
  361. this.queryShopList = res.data.shop;
  362. this.loading=true;
  363. //console.log('list+=', this.queryShopList);
  364. if(this.queryShopList.length==0){
  365. /* uni.showToast({
  366. title: '当前城市暂无门店,请切换城市查看',
  367. icon: 'none',
  368. duration: 4000
  369. }); */
  370. uni.showModal({
  371. title: '提示',
  372. content: '当前城市暂无门店,请切换城市查看',
  373. success: function(res) {
  374. if (res.confirm) {
  375. // 执行确认后的操作
  376. uni.navigateTo({
  377. url:'/pages/subPack/chooseCity?type=1'
  378. })
  379. }
  380. else {
  381. // 执行取消后的操作
  382. }
  383. }
  384. })
  385. }
  386. })
  387. },
  388. goDetail(item) {
  389. // uni.navigateTo({
  390. // url: '../shop/shopDetail?id=' + item.shopId
  391. // })
  392. if (this.userInfo) {
  393. uni.navigateTo({
  394. url:'onlineBooking?naShopId='+item.shopId+'naUnionId='+item.unionId
  395. })
  396. } else {
  397. this.authorizShow = true;
  398. return false;
  399. }
  400. }
  401. },
  402. // 下拉刷新
  403. onPullDownRefresh() {
  404. this.getqueryShopList()
  405. setTimeout(function() {
  406. uni.stopPullDownRefresh();
  407. }, 1000);
  408. },
  409. }
  410. </script>
  411. <style scoped>
  412. .areaCkIcon{
  413. width: 38rpx;height: 28rpx;
  414. }
  415. .popup-content{
  416. width: 590rpx;
  417. background: #FFFFFF;
  418. height: 100vh;
  419. }
  420. .brandList{
  421. height:99vh;
  422. }
  423. .areaListLine{
  424. padding:30rpx 24rpx;
  425. color: #666666;
  426. font-size: 28rpx;
  427. border-bottom: 1px solid #eaeaea;
  428. display: flex;
  429. justify-content: space-between;
  430. line-height: 28rpx;
  431. }
  432. .areaActvie{
  433. background: #F19D01;
  434. color: #FFFFFF;
  435. }
  436. .jtbelow{
  437. width: 14rpx;height: 7rpx;
  438. margin-left: 10rpx;margin-top: 10rpx;
  439. }
  440. .regionSx{
  441. width: 2rpx;height: 33rpx;background:#EEEEEE;
  442. }
  443. .regionLine{
  444. display: flex;justify-content: center;font-size: 26rpx;
  445. width: 370rpx;line-height: 33rpx;color: #3C3C3C;
  446. }
  447. .regionBox{
  448. display: flex;
  449. justify-content: center;
  450. background: #FFFFFF;
  451. padding: 20rpx 0;
  452. margin-bottom: 20rpx;
  453. position: fixed;
  454. width: 100vw;
  455. top: 0;left: 0;
  456. }
  457. .box {
  458. min-height: 100vh;
  459. background-color: #F4F5F7;
  460. padding-bottom: 60rpx;
  461. }
  462. .shopdhBox{
  463. display: flex;padding-top: 16rpx;
  464. }
  465. .shopcall{
  466. display: flex;
  467. }
  468. .shopcallIcon{
  469. width: 23rpx;height: 23rpx;margin-top: 5rpx;
  470. }
  471. .shopcallTxt{
  472. color: #3C3C3C;font-size: 24rpx;
  473. line-height: 33rpx;padding-left: 8rpx;
  474. }
  475. .yuyuBtnBox{
  476. display: flex;
  477. font-size: 24rpx;
  478. color: #FF8113;
  479. align-items: center;
  480. justify-items: center;
  481. /* border-left: 1px solid #EEEEEE;
  482. padding-left: 20rpx; */
  483. }
  484. .shopline {
  485. margin: 0rpx 24rpx 20rpx;
  486. padding: 20rpx;
  487. background-color: #FFFFFF;
  488. border-radius: 10rpx;
  489. display: flex;
  490. }
  491. .nodataImg {
  492. width: 400rpx;
  493. padding-top: 100rpx;
  494. }
  495. .noTxt {
  496. font-size: 36rpx;
  497. color: #999999;
  498. padding-top: 50rpx;
  499. }
  500. .nodataBox {
  501. text-align: center;
  502. }
  503. .shopImg {
  504. width: 154rpx;
  505. height: 154rpx;
  506. border-radius: 10rpx;
  507. }
  508. .shopBox {
  509. padding-top: 30rpx;
  510. display: flex;
  511. }
  512. .flex {
  513. display: flex;
  514. justify-content: space-between;
  515. }
  516. .shopCont {
  517. padding-left: 22rpx;
  518. width: 520rpx;
  519. }
  520. .span1 {
  521. color: #FF4F00;
  522. font-size: 36rpx;
  523. }
  524. .span2 {
  525. color: #FF4F00;
  526. font-size: 22rpx;
  527. }
  528. .span3 {
  529. color: #333333;
  530. font-size: 22rpx;
  531. padding-left: 22rpx;
  532. }
  533. .shopBq {
  534. color: #FF4F00;
  535. font-size: 22rpx;
  536. border-radius: 4rpx;
  537. border: 1px solid #FF4F00;
  538. line-height: 30rpx;
  539. height: 30rpx;
  540. padding: 0rpx 5rpx;
  541. margin-top: 10rpx;
  542. }
  543. .brandsBg {
  544. display: flex;
  545. align-items: center;
  546. padding: 5rpx 0rpx;
  547. flex-wrap: wrap;
  548. height: 36rpx;
  549. /* 隐藏文字显示 ...不换行 */
  550. overflow: hidden;
  551. text-overflow: ellipsis;
  552. white-space: nowrap;
  553. }
  554. .brands {
  555. border-radius: 4rpx;
  556. padding: 0 5rpx;
  557. color: #F19D01;
  558. height: 28rpx;
  559. border: 1px solid #F19D01;
  560. font-size: 20rpx;
  561. line-height: 28rpx;
  562. margin: 5rpx 10rpx 5rpx 0rpx;
  563. }
  564. .timeBg {
  565. display: flex;
  566. }
  567. .shopTime {
  568. color: #666666;
  569. font-size: 24rpx;
  570. }
  571. .addressBox {
  572. color: #666666;
  573. font-size: 22rpx;
  574. }
  575. .shopNameSearchInput {
  576. width: 500rpx;
  577. }
  578. .colorCS {
  579. color: #FF4F00;
  580. }
  581. .shopbox {
  582. padding: 0 16rpx;
  583. }
  584. .shopCallImg {
  585. width: 38rpx;
  586. height: 46rpx;
  587. }
  588. .shopTop {
  589. display: flex;
  590. justify-content: space-between;
  591. }
  592. .shopright {
  593. padding-left: 20rpx;
  594. width: 510rpx;
  595. }
  596. .shopName {
  597. font-size: 28rpx;
  598. font-weight: bold;
  599. color: #333333;
  600. line-height: 40rpx;
  601. width: 450rpx;
  602. white-space: nowrap;
  603. overflow: hidden;
  604. text-overflow: ellipsis;
  605. }
  606. .shopScore1 {
  607. font-size: 36rpx;
  608. font-weight: bold;
  609. color: #FF4F00;
  610. height: 50rpx;
  611. line-height: 50rpx;
  612. }
  613. .shopScore11 {
  614. font-size: 22rpx;
  615. color: #FF4F00;
  616. margin-right: 14rpx;
  617. }
  618. .shopScore2 {
  619. font-size: 22rpx;
  620. color: #666666;
  621. margin-right: 14rpx;
  622. padding: 8rpx 0;
  623. }
  624. .shopScore3 {
  625. font-size: 22rpx;
  626. color: #333333;
  627. padding-left: 20rpx;
  628. }
  629. .Btn {
  630. width: 104rpx;
  631. height: 56rpx;
  632. background: #FF2400 linear-gradient(135deg, #FD5300 0%, #FF270A 100%);
  633. border-radius: 6rpx;
  634. font-size: 26rpx;
  635. text-align: center;
  636. color: #FFFFFF;
  637. line-height: 56rpx;
  638. }
  639. .shopBottom {
  640. display: flex;
  641. }
  642. .shopBottomLeft {
  643. font-size: 25rpx;
  644. color: #666666;
  645. line-height: 30rpx;
  646. padding-top: 10rpx;
  647. display: flex;
  648. justify-content: space-between;
  649. padding-right: 10rpx;
  650. }
  651. .shopaddress {
  652. width: 400rpx;
  653. /* 隐藏文字显示 ...不换行 */
  654. overflow: hidden;
  655. text-overflow: ellipsis;
  656. white-space: nowrap;
  657. }
  658. .noMore {
  659. text-align: center;
  660. line-height: 50rpx;
  661. color: #999999;
  662. font-size: 28rpx;
  663. }
  664. .authorizBox{
  665. width: 100vw;
  666. height: 100vh;
  667. background: rgba(0, 0, 0, 0.5);
  668. position: fixed;
  669. top: 0;
  670. left: 0;
  671. }
  672. .authorizCont{
  673. margin-top: 30vh;
  674. width: 564rpx;
  675. height: 408rpx;
  676. background: #FFFFFF;
  677. border-radius: 24rpx;
  678. margin-left: 93rpx;
  679. position: relative;
  680. }
  681. .authorizCloseImg{
  682. width: 62rpx;
  683. height: 62rpx;
  684. }
  685. .sqLogoBox{
  686. width: 180rpx;
  687. height: 180rpx;
  688. background: #FFFFFF;
  689. border-radius: 90rpx;
  690. text-align: center;
  691. position: absolute;
  692. top: -50rpx;
  693. left: 192rpx;
  694. }
  695. .authorizName{
  696. color: #333333;
  697. line-height: 42rpx;
  698. font-size: 30rpx;
  699. text-align: center;
  700. padding-top: 58rpx;
  701. }
  702. .authorizMs{
  703. color: #999999;
  704. line-height: 36rpx;
  705. font-size: 26rpx;
  706. width: 452rpx;
  707. padding-top: 24rpx;
  708. text-align: center;
  709. margin-left: 56rpx;
  710. }
  711. .authorizContbutton{
  712. width: 422rpx;
  713. height: 88rpx;
  714. background: #D53533;
  715. border-radius: 44rpx;
  716. line-height: 88rpx;
  717. text-align: center;
  718. font-size:30rpx;
  719. color: #FFFFFF;
  720. margin-top: 62rpx;
  721. margin-left:71rpx;
  722. }
  723. </style>