shopList.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814
  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.showLoading({
  183. title: '加载中'
  184. })
  185. uni.authorize({
  186. scope: 'scope.userLocation',
  187. success() {
  188. uni.getLocation({
  189. type: 'gcj02',
  190. success: function(res) {
  191. console.log(res)
  192. that.location.lat = res.latitude
  193. that.location.lng = res.longitude
  194. that.getAdress();
  195. //that.getqueryShopList() //获取全部门店列表
  196. },
  197. fail(err) {
  198. console.log("定位失败")
  199. that.getqueryShopList();
  200. }
  201. });
  202. },
  203. fail: (err) => {
  204. that.getqueryShopList();
  205. }})
  206. },
  207. quCilck(){
  208. console.log(this.cityName)
  209. if(this.cityName){
  210. this.$refs.popup.open("right")
  211. //this.popupShow=true;
  212. if(this.areaList.length==0){
  213. /* uni.showToast({
  214. title: '当前城市下无区域,请切换城市查看',
  215. icon: 'none',
  216. duration: 4000
  217. }); */
  218. uni.showModal({
  219. title: '提示',
  220. content: '当前城市下无区域,请切换城市查看',
  221. success: function(res) {
  222. if (res.confirm) {
  223. // 执行确认后的操作
  224. uni.navigateTo({
  225. url:'/pages/subPack/chooseCity?type=1'
  226. })
  227. }
  228. else {
  229. // 执行取消后的操作
  230. }
  231. }
  232. })
  233. }
  234. }else{
  235. uni.showModal({
  236. title: '提示',
  237. content: '当前城市暂无门店,请切换城市查看',
  238. success: function(res) {
  239. if (res.confirm) {
  240. // 执行确认后的操作
  241. uni.navigateTo({
  242. url:'/pages/subPack/chooseCity?type=1'
  243. })
  244. }
  245. else {
  246. // 执行取消后的操作
  247. }
  248. }
  249. })
  250. }
  251. },
  252. gocity(){
  253. uni.navigateTo({
  254. url:'/pages/subPack/chooseCity?type=1'
  255. })
  256. },
  257. checkarea(item){
  258. if(this.area==item.code){
  259. this.areaName='区域'
  260. this.area=''
  261. this.getqueryShopList() //获取门店列表
  262. }else{
  263. this.areaName=item.area
  264. this.area=item.code
  265. this.getqueryShopList() //获取门店列表
  266. }
  267. this.$refs.popup.close()
  268. },
  269. bindPickerChange(e){
  270. //console.log(e)
  271. this.areaName=this.areaList[e.detail.value].area
  272. this.area=this.areaList[e.detail.value].code
  273. this.getqueryShopList() //获取门店列表
  274. },
  275. cancelHandling(){
  276. this.areaName='区域'
  277. this.area=''
  278. this.getqueryShopList() //获取门店列表
  279. },
  280. makePhoneCall(num){
  281. uni.makePhoneCall({
  282. phoneNumber:num
  283. });
  284. },
  285. goMap(item){
  286. var that = this;
  287. if (!item.lat || !item.lng) {
  288. uni.showToast({
  289. title: '该店铺未设置定位',
  290. icon: 'none',
  291. duration: 3000
  292. });
  293. } else {
  294. uni.openLocation({
  295. latitude: Number(item.lat),
  296. longitude: Number(item.lng),
  297. name: item.shopName,
  298. address: item.provinceName + item.cityName + item.areaName +
  299. item.address,
  300. success: function() {
  301. console.log('success');
  302. },
  303. fail(err) {
  304. console.log(err)
  305. }
  306. });
  307. }
  308. },
  309. getAdress(){
  310. var that=this;
  311. var location = this.location.lng + ',' + this.location.lat
  312. console.log('location'+location)
  313. //location='117.29249484592015,39.026727973090274'
  314. uni.request({
  315. url: 'https://restapi.amap.com/v3/geocode/regeo',
  316. data: {
  317. key: '389a059efa3f499d9145eb84b1c3248d',
  318. location: location,
  319. },
  320. dataType: "json",
  321. success: (res) => {
  322. console.log('定位城市', res);
  323. if(res.data.regeocode){
  324. console.log("城市名称")
  325. console.log(res.data.regeocode.addressComponent.city)
  326. // console.log(res.data.pois[0].cityname)
  327. if(res.data.regeocode.addressComponent.city.length!=0){
  328. var cityname = res.data.regeocode.addressComponent.city;
  329. }else{
  330. var cityname = res.data.regeocode.addressComponent.province;
  331. }
  332. var cityCode = res.data.regeocode.addressComponent.adcode
  333. cityCode = cityCode.slice(0, -2)
  334. cityCode = cityCode + '00'
  335. this.cityName = cityname
  336. this.cityCode = cityCode
  337. that.getqueryShopList() //获取全部门店列表
  338. that.getAreaList()
  339. }else{
  340. console.log("接口获取失败")
  341. uni.hideLoading();
  342. }
  343. }
  344. });
  345. },
  346. getAreaList(){
  347. this.$http('opencarOwnerHome/shop-area-list', {
  348. city:this.cityCode
  349. }, 'GET').then(res => {
  350. this.areaList=res.data
  351. })
  352. },
  353. getqueryShopList() {
  354. uni.showLoading({
  355. title: '加载中'
  356. })
  357. this.loading=false;
  358. this.$http('opencarOwnerHome/queryShopInfoList', {
  359. lat: this.location.lat ? this.location.lat : '',
  360. lng: this.location.lng ? this.location.lng : '',
  361. city:this.cityCode,
  362. area:this.area
  363. }, 'GET').then(res => {
  364. uni.hideLoading();
  365. this.queryShopList = res.data.shop;
  366. this.loading=true;
  367. //console.log('list+=', this.queryShopList);
  368. if(this.queryShopList.length==0){
  369. /* uni.showToast({
  370. title: '当前城市暂无门店,请切换城市查看',
  371. icon: 'none',
  372. duration: 4000
  373. }); */
  374. uni.showModal({
  375. title: '提示',
  376. content: '当前城市暂无门店,请切换城市查看',
  377. success: function(res) {
  378. if (res.confirm) {
  379. // 执行确认后的操作
  380. uni.navigateTo({
  381. url:'/pages/subPack/chooseCity?type=1'
  382. })
  383. }
  384. else {
  385. // 执行取消后的操作
  386. }
  387. }
  388. })
  389. }
  390. })
  391. },
  392. goDetail(item) {
  393. // uni.navigateTo({
  394. // url: '../shop/shopDetail?id=' + item.shopId
  395. // })
  396. if (this.userInfo) {
  397. uni.navigateTo({
  398. url:'onlineBooking?naShopId='+item.shopId+'naUnionId='+item.unionId
  399. })
  400. } else {
  401. this.authorizShow = true;
  402. return false;
  403. }
  404. }
  405. },
  406. // 下拉刷新
  407. onPullDownRefresh() {
  408. this.getqueryShopList()
  409. setTimeout(function() {
  410. uni.stopPullDownRefresh();
  411. }, 1000);
  412. },
  413. }
  414. </script>
  415. <style scoped>
  416. .areaCkIcon{
  417. width: 38rpx;height: 28rpx;
  418. }
  419. .popup-content{
  420. width: 590rpx;
  421. background: #FFFFFF;
  422. height: 100vh;
  423. }
  424. .brandList{
  425. height:99vh;
  426. }
  427. .areaListLine{
  428. padding:30rpx 24rpx;
  429. color: #666666;
  430. font-size: 28rpx;
  431. border-bottom: 1px solid #eaeaea;
  432. display: flex;
  433. justify-content: space-between;
  434. line-height: 28rpx;
  435. }
  436. .areaActvie{
  437. background: #F19D01;
  438. color: #FFFFFF;
  439. }
  440. .jtbelow{
  441. width: 14rpx;height: 7rpx;
  442. margin-left: 10rpx;margin-top: 10rpx;
  443. }
  444. .regionSx{
  445. width: 2rpx;height: 33rpx;background:#EEEEEE;
  446. }
  447. .regionLine{
  448. display: flex;justify-content: center;font-size: 26rpx;
  449. width: 370rpx;line-height: 33rpx;color: #3C3C3C;
  450. }
  451. .regionBox{
  452. display: flex;
  453. justify-content: center;
  454. background: #FFFFFF;
  455. padding: 20rpx 0;
  456. margin-bottom: 20rpx;
  457. position: fixed;
  458. width: 100vw;
  459. top: 0;left: 0;
  460. }
  461. .box {
  462. min-height: 100vh;
  463. background-color: #F4F5F7;
  464. padding-bottom: 60rpx;
  465. }
  466. .shopdhBox{
  467. display: flex;padding-top: 16rpx;
  468. }
  469. .shopcall{
  470. display: flex;
  471. }
  472. .shopcallIcon{
  473. width: 23rpx;height: 23rpx;margin-top: 5rpx;
  474. }
  475. .shopcallTxt{
  476. color: #3C3C3C;font-size: 24rpx;
  477. line-height: 33rpx;padding-left: 8rpx;
  478. }
  479. .yuyuBtnBox{
  480. display: flex;
  481. font-size: 24rpx;
  482. color: #FF8113;
  483. align-items: center;
  484. justify-items: center;
  485. /* border-left: 1px solid #EEEEEE;
  486. padding-left: 20rpx; */
  487. }
  488. .shopline {
  489. margin: 0rpx 24rpx 20rpx;
  490. padding: 20rpx;
  491. background-color: #FFFFFF;
  492. border-radius: 10rpx;
  493. display: flex;
  494. }
  495. .nodataImg {
  496. width: 400rpx;
  497. padding-top: 100rpx;
  498. }
  499. .noTxt {
  500. font-size: 36rpx;
  501. color: #999999;
  502. padding-top: 50rpx;
  503. }
  504. .nodataBox {
  505. text-align: center;
  506. }
  507. .shopImg {
  508. width: 154rpx;
  509. height: 154rpx;
  510. border-radius: 10rpx;
  511. }
  512. .shopBox {
  513. padding-top: 30rpx;
  514. display: flex;
  515. }
  516. .flex {
  517. display: flex;
  518. justify-content: space-between;
  519. }
  520. .shopCont {
  521. padding-left: 22rpx;
  522. width: 520rpx;
  523. }
  524. .span1 {
  525. color: #FF4F00;
  526. font-size: 36rpx;
  527. }
  528. .span2 {
  529. color: #FF4F00;
  530. font-size: 22rpx;
  531. }
  532. .span3 {
  533. color: #333333;
  534. font-size: 22rpx;
  535. padding-left: 22rpx;
  536. }
  537. .shopBq {
  538. color: #FF4F00;
  539. font-size: 22rpx;
  540. border-radius: 4rpx;
  541. border: 1px solid #FF4F00;
  542. line-height: 30rpx;
  543. height: 30rpx;
  544. padding: 0rpx 5rpx;
  545. margin-top: 10rpx;
  546. }
  547. .brandsBg {
  548. display: flex;
  549. align-items: center;
  550. padding: 5rpx 0rpx;
  551. flex-wrap: wrap;
  552. height: 36rpx;
  553. /* 隐藏文字显示 ...不换行 */
  554. overflow: hidden;
  555. text-overflow: ellipsis;
  556. white-space: nowrap;
  557. }
  558. .brands {
  559. border-radius: 4rpx;
  560. padding: 0 5rpx;
  561. color: #F19D01;
  562. height: 28rpx;
  563. border: 1px solid #F19D01;
  564. font-size: 20rpx;
  565. line-height: 28rpx;
  566. margin: 5rpx 10rpx 5rpx 0rpx;
  567. }
  568. .timeBg {
  569. display: flex;
  570. }
  571. .shopTime {
  572. color: #666666;
  573. font-size: 24rpx;
  574. }
  575. .addressBox {
  576. color: #666666;
  577. font-size: 22rpx;
  578. }
  579. .shopNameSearchInput {
  580. width: 500rpx;
  581. }
  582. .colorCS {
  583. color: #FF4F00;
  584. }
  585. .shopbox {
  586. padding: 0 16rpx;
  587. }
  588. .shopCallImg {
  589. width: 38rpx;
  590. height: 46rpx;
  591. }
  592. .shopTop {
  593. display: flex;
  594. justify-content: space-between;
  595. }
  596. .shopright {
  597. padding-left: 20rpx;
  598. width: 510rpx;
  599. }
  600. .shopName {
  601. font-size: 28rpx;
  602. font-weight: bold;
  603. color: #333333;
  604. line-height: 40rpx;
  605. width: 450rpx;
  606. white-space: nowrap;
  607. overflow: hidden;
  608. text-overflow: ellipsis;
  609. }
  610. .shopScore1 {
  611. font-size: 36rpx;
  612. font-weight: bold;
  613. color: #FF4F00;
  614. height: 50rpx;
  615. line-height: 50rpx;
  616. }
  617. .shopScore11 {
  618. font-size: 22rpx;
  619. color: #FF4F00;
  620. margin-right: 14rpx;
  621. }
  622. .shopScore2 {
  623. font-size: 22rpx;
  624. color: #666666;
  625. margin-right: 14rpx;
  626. padding: 8rpx 0;
  627. }
  628. .shopScore3 {
  629. font-size: 22rpx;
  630. color: #333333;
  631. padding-left: 20rpx;
  632. }
  633. .Btn {
  634. width: 104rpx;
  635. height: 56rpx;
  636. background: #FF2400 linear-gradient(135deg, #FD5300 0%, #FF270A 100%);
  637. border-radius: 6rpx;
  638. font-size: 26rpx;
  639. text-align: center;
  640. color: #FFFFFF;
  641. line-height: 56rpx;
  642. }
  643. .shopBottom {
  644. display: flex;
  645. }
  646. .shopBottomLeft {
  647. font-size: 25rpx;
  648. color: #666666;
  649. line-height: 30rpx;
  650. padding-top: 10rpx;
  651. display: flex;
  652. justify-content: space-between;
  653. padding-right: 10rpx;
  654. }
  655. .shopaddress {
  656. width: 400rpx;
  657. /* 隐藏文字显示 ...不换行 */
  658. overflow: hidden;
  659. text-overflow: ellipsis;
  660. white-space: nowrap;
  661. }
  662. .noMore {
  663. text-align: center;
  664. line-height: 50rpx;
  665. color: #999999;
  666. font-size: 28rpx;
  667. }
  668. .authorizBox{
  669. width: 100vw;
  670. height: 100vh;
  671. background: rgba(0, 0, 0, 0.5);
  672. position: fixed;
  673. top: 0;
  674. left: 0;
  675. }
  676. .authorizCont{
  677. margin-top: 30vh;
  678. width: 564rpx;
  679. height: 408rpx;
  680. background: #FFFFFF;
  681. border-radius: 24rpx;
  682. margin-left: 93rpx;
  683. position: relative;
  684. }
  685. .authorizCloseImg{
  686. width: 62rpx;
  687. height: 62rpx;
  688. }
  689. .sqLogoBox{
  690. width: 180rpx;
  691. height: 180rpx;
  692. background: #FFFFFF;
  693. border-radius: 90rpx;
  694. text-align: center;
  695. position: absolute;
  696. top: -50rpx;
  697. left: 192rpx;
  698. }
  699. .authorizName{
  700. color: #333333;
  701. line-height: 42rpx;
  702. font-size: 30rpx;
  703. text-align: center;
  704. padding-top: 58rpx;
  705. }
  706. .authorizMs{
  707. color: #999999;
  708. line-height: 36rpx;
  709. font-size: 26rpx;
  710. width: 452rpx;
  711. padding-top: 24rpx;
  712. text-align: center;
  713. margin-left: 56rpx;
  714. }
  715. .authorizContbutton{
  716. width: 422rpx;
  717. height: 88rpx;
  718. background: #D53533;
  719. border-radius: 44rpx;
  720. line-height: 88rpx;
  721. text-align: center;
  722. font-size:30rpx;
  723. color: #FFFFFF;
  724. margin-top: 62rpx;
  725. margin-left:71rpx;
  726. }
  727. </style>