rescue.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810
  1. <template>
  2. <view class="box">
  3. <map :latitude="latitude"
  4. :longitude="longitude" :markers="covers"
  5. @poitap="tapfn" class="mapbox"
  6. :include-points="points" ></map><!-- @regionchange="regionchangefn" :style="{height:mapHeight + 'px'}" -->
  7. <view class="contBox" >
  8. <view class="tab">
  9. <view class="tabLine" :class="{tabActive:tabIndex==0}" @click="tabClick(0)">现在</view>
  10. <view class="tabLine" :class="{tabActive:tabIndex==1}" @click="tabClick(1)">预约</view>
  11. </view>
  12. <view class="timeBox" v-if="tabIndex==1" @click="openDatetimePicker">
  13. <view class="time">{{yytime?yytime:'预约救援时间'}}</view>
  14. <image src="../../static/img/little_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
  15. </view>
  16. <view class="typeBox">
  17. <view class="box2" @click="typeClick(1)" :class="{typeActive:typeIndex==1}">
  18. <image src="../../static/img/icon_dadian_N.png" mode="" class="typeImg"></image>
  19. <view class="title">搭电</view>
  20. </view>
  21. <view class="box2" @click="typeClick(2)" :class="{typeActive:typeIndex==2}">
  22. <image src="../../static/img/icon_tuoche_N.png" mode="" class="typeImg"></image>
  23. <view class="title">拖车</view>
  24. </view>
  25. <view class="box2" @click="typeClick(3)" :class="{typeActive:typeIndex==3}">
  26. <image src="../../static/img/icon_luntai_N.png" mode="" class="typeImg"></image>
  27. <view class="title">换胎</view>
  28. </view>
  29. <view class="box2" @click="typeClick(4)" :class="{typeActive:typeIndex==4}">
  30. <image src="../../static/timg/icon_luntai_def.png" mode="" class="typeImg"></image>
  31. <view class="title">未知原因</view>
  32. </view>
  33. </view>
  34. <view class="price">服务费用 199元/次</view>
  35. <!-- <view class="shopBox">
  36. <view class="left">
  37. <view class="graypoint"></view>
  38. <view class="leftTitle">门店</view>
  39. <view class="content">{{shopInfo.shopName}}</view>
  40. </view>
  41. <image src="../../static/img/little_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
  42. </view> -->
  43. <view class="shopBox" @click="startBtn">
  44. <view class="left">
  45. <view class="graypoint"></view>
  46. <view class="leftTitle">位置</view>
  47. <view class="content">{{currentAddress}}</view>
  48. </view>
  49. <image src="../../static/img/little_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
  50. </view>
  51. <view class="shopBox" @click="endBtn" v-if="typeIndex==2">
  52. <view class="left">
  53. <view class="graypoint"></view>
  54. <view class="leftTitle">终点</view>
  55. <view class="content" v-if="endAddress">{{endAddress}}</view>
  56. <view class="Nocontent" v-else>请选择</view>
  57. </view>
  58. <image src="../../static/img/little_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
  59. </view>
  60. </view>
  61. <view class="bottomView">
  62. <view class="sure" @click="sure">确定</view>
  63. </view>
  64. <w-picker
  65. :visible.sync="visible"
  66. mode="date"
  67. startYear="2022"
  68. endYear="2029"
  69. value="2020-04-08 13:18"
  70. :current="true"
  71. fields="minute"
  72. @confirm="onConfirm($event,'date')"
  73. @cancel="onCancel"
  74. :disabled-after="false"
  75. ref="picker"
  76. ></w-picker>
  77. <!-- 手机号授权 -->
  78. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  79. <view class="authorizCont" @click.stop="">
  80. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  81. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  82. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  83. </view>
  84. <view style="text-align: center;padding-top: 56rpx;">
  85. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  86. </view>
  87. </view>
  88. </view>
  89. </template>
  90. <script>
  91. import wPicker from "@/components/w-picker/w-picker.vue";
  92. import QQMapWX from '@/utils/qqmap-wx-jssdk.js'
  93. export default {
  94. components: {
  95. wPicker
  96. },
  97. data() {
  98. return {
  99. latitude: '',
  100. longitude: '',
  101. covers: [
  102. // {
  103. // latitude: 39.909,
  104. // longitude: 116.39742,
  105. // iconPath: '../../static/img/icon_qidian.png'
  106. // }, {
  107. // latitude: 39.90,
  108. // longitude: 116.39,
  109. // iconPath: '../../static/img/icon_zhongdian.png'
  110. // },
  111. ],
  112. tabIndex: 0,
  113. tMap:'',
  114. mapHeight:200,
  115. currentAddress:'',
  116. endAddress:'',
  117. points: [],
  118. endLat:'',
  119. endLng:'',
  120. distance:'',
  121. time:'',
  122. typeIndex:1,
  123. shopInfo:{
  124. lat: "36.671541",
  125. lng: "117.138777",
  126. shopName: "连锁一号测试店铺",
  127. id: "1B43BADD-B670-4B27-B6C1-604523287EAF"
  128. },
  129. shopList:'',
  130. visible:false,
  131. yytime:'',
  132. userInfo:'',
  133. ext:'',
  134. wxOpenData:'',
  135. authorizShow:false,
  136. shopid:'',
  137. msg:'',
  138. }
  139. },
  140. onLoad() {
  141. var that = this;
  142. this.userInfo=this.$store.state.userInfo;
  143. this.ext=this.$common.getExtStoreId();
  144. if(this.userInfo){
  145. }else{
  146. this.$common.automaticlogin().then(val => {
  147. this.userInfo=this.$store.state.userInfo;
  148. this.wxOpenData=this.$store.state.wxOpenData;
  149. if(!this.userInfo){
  150. this.authorizShow=true
  151. }
  152. })
  153. }
  154. //this.queryRescue()
  155. //return false;
  156. const tMap = new QQMapWX({
  157. key: 'L2GBZ-CIS6J-HRFFV-K5LO6-QROT7-BQFXZ' //开发者密钥 //这里要换成自己的key
  158. });
  159. this.tMap=tMap
  160. // uni.getSystemInfo({
  161. // success: (res) => {
  162. // this.mapHeight = res.windowHeight *2 - 664 - 120
  163. // }
  164. // })
  165. uni.getLocation({
  166. type: 'gcj02',
  167. success: function (res) {
  168. console.log('当前位置的经度:' + res.longitude);
  169. console.log('当前位置的纬度:' + res.latitude);
  170. that.latitude=res.latitude;
  171. that.longitude=res.longitude;
  172. that.getShopInfo()
  173. var obj={
  174. latitude: that.latitude,
  175. longitude: that.longitude,
  176. iconPath: '../../static/img/icon_qidian.png',
  177. width:25,
  178. height:39
  179. }
  180. that.covers.push(obj);
  181. that.points.push({
  182. longitude: that.longitude,
  183. latitude:that.latitude
  184. })
  185. //that.calculateDistance()
  186. //that.queryhelpshopList()
  187. that.tMap.reverseGeocoder({
  188. location: {
  189. latitude: that.latitude,
  190. longitude: that.longitude
  191. },
  192. success: function(res) {
  193. console.log(res)
  194. that.currentAddress=res.result.formatted_addresses.recommend
  195. },
  196. fail: function(res) {
  197. console.log(res);
  198. },
  199. })
  200. }
  201. });
  202. },
  203. methods: {
  204. decryptPhoneNumber: function(e) {
  205. console.log(e);
  206. this.code=e.detail.code
  207. this.wxPhoneLogin()
  208. this.authorizShow=false;
  209. },
  210. wxPhoneLogin(){
  211. var that=this;
  212. this.$http('miniApp2/sys/wxPhoneLogin', {
  213. appId:this.ext.appId,
  214. unionId:this.ext.unionId,
  215. code:this.code,
  216. openId:this.wxOpenData.openid
  217. },'POST').then(res => {
  218. var data = res.data;
  219. if(data.loginInfo){
  220. this.userInfo=data.loginInfo.openUser;
  221. this.wxOpenData=data.loginInfo;
  222. this.$store.commit('mutationswxOpenData', data)
  223. this.$store.commit('mutationsuserInfo', this.userInfo)
  224. //this.getData()
  225. }
  226. })
  227. },
  228. getShopInfo(){
  229. this.$http('openShopHelpSheetOrder/getShopInfo', {
  230. lat:this.latitude,
  231. lng:this.longitude
  232. }, 'GET').then(res => {
  233. this.shopInfo=res.data.shopInfo;
  234. this.msg=res.msg
  235. })
  236. },
  237. onConfirm(e){
  238. console.log(e)
  239. this.yytime=e.result
  240. },
  241. openDatetimePicker() {
  242. this.$refs.picker.show()
  243. },
  244. // 关闭picker
  245. onCancel() {
  246. this.$refs.picker.hide()
  247. },
  248. queryRescue(){
  249. uni.showLoading({
  250. title: '加载中'
  251. })
  252. this.$http('openEmergencyRescue/queryRescue', {}, 'GET').then(res => {
  253. uni.hideLoading();
  254. //this.shopList = res.data
  255. })
  256. },
  257. queryhelpshopList(){
  258. uni.showLoading({
  259. title: '加载中'
  260. })
  261. this.$http('openEmergencyRescue/queryhelpshopList', {}, 'GET').then(res => {
  262. uni.hideLoading();
  263. this.shopList = res.data
  264. })
  265. },
  266. sure(){
  267. if(!this.shopInfo){
  268. uni.showToast({
  269. title: this.msg,
  270. icon:'none',
  271. duration: 3000
  272. });
  273. return false
  274. }
  275. if(this.tabIndex==0){
  276. const yy = new Date().getFullYear()
  277. const MM = (new Date().getMonth() + 1) < 10 ? '0' + (new Date().getMonth() + 1) : (new Date().getMonth() + 1)
  278. const dd = new Date().getDate() < 10 ? '0' + new Date().getDate() : new Date().getDate()
  279. const HH = new Date().getHours() < 10 ? '0' + new Date().getHours() : new Date().getHours()
  280. const mm = new Date().getMinutes() < 10 ? '0' + new Date().getMinutes() : new Date().getMinutes()
  281. //const ss = new Date().getSeconds() < 10 ? '0' + new Date().getSeconds() : new Date().getSeconds()
  282. var time= yy + '-' + MM + '-' + dd + ' ' + HH + ':' + mm //+ ':' + ss
  283. console.log(time)
  284. //return false;
  285. }else{
  286. if(this.yytime==''){
  287. uni.showToast({
  288. title: '请选择预约时间',
  289. icon:'none',
  290. duration: 3000
  291. });
  292. return false;
  293. }
  294. var time=this.yytime
  295. }
  296. if(this.typeIndex==2){
  297. if(this.endAddress==''){
  298. uni.showToast({
  299. title: '请选择终点',
  300. icon:'none',
  301. duration: 3000
  302. });
  303. return false;
  304. }
  305. }
  306. uni.navigateTo({
  307. url:'confirmRescue?lat='+this.latitude+"&lng="+this.longitude+"&shopId="+this.shopInfo.ID+'&shopName='+this.shopInfo.ShopName+'&type='+this.typeIndex+'&time='+time+'&currentAddress='+this.currentAddress+'&endAddress='+this.endAddress+'&endLat='+this.endLat+'&endLng='+this.endLng
  308. })
  309. },
  310. startBtn(){
  311. var that=this;
  312. uni.chooseLocation({
  313. success: function (res) {
  314. console.log(res);
  315. that.currentAddress=res.name
  316. // console.log('位置名称:' + res.name);
  317. // console.log('详细地址:' + res.address);
  318. // console.log('纬度:' + res.latitude);
  319. // console.log('经度:' + res.longitude);
  320. that.longitude=res.longitude
  321. that.latitude=res.latitude
  322. var obj={
  323. latitude: that.latitude,
  324. longitude: that.longitude,
  325. iconPath: '../../static/img/icon_qidian.png',
  326. width:25,
  327. height:39
  328. }
  329. var obj2 = {
  330. longitude: that.longitude,
  331. latitude:that.latitude
  332. }
  333. that.covers[0]=obj;
  334. that.points[0]=obj2;
  335. //that.calculateDistance()
  336. console.log(that.covers)
  337. },
  338. fail(err){
  339. console.log(err)
  340. }
  341. })
  342. },
  343. endBtn(){
  344. var that=this;
  345. uni.getSetting({
  346. success(res) {
  347. if (!res.authSetting['scope.userLocation']) {
  348. uni.authorize({
  349. scope: 'scope.userLocation',
  350. success() {
  351. that.chooseLocation()
  352. return;
  353. }
  354. })
  355. }else{
  356. that.chooseLocation()
  357. return;
  358. }
  359. }
  360. })
  361. },
  362. chooseLocation(){
  363. var that=this;
  364. uni.chooseLocation({
  365. success: function (res) {
  366. console.log(res);
  367. that.endAddress=res.name
  368. // console.log('位置名称:' + res.name);
  369. // console.log('详细地址:' + res.address);
  370. // console.log('纬度:' + res.latitude);
  371. // console.log('经度:' + res.longitude);
  372. var longitude=res.longitude
  373. var latitude=res.latitude
  374. var obj={
  375. latitude: latitude,
  376. longitude: longitude,
  377. iconPath: '../../static/img/icon_zhongdian.png',
  378. width:25,
  379. height:39,
  380. // label:{
  381. // content:'文本'
  382. // },
  383. callout: { //自定义标记点上方的气泡窗口 点击有效
  384. content: '拖到这里', //文本
  385. color: '#ffffff', //文字颜色
  386. fontSize: 15, //文本大小
  387. borderRadius: 15, //边框圆角
  388. padding: '10',
  389. bgColor: '#FF0000', //背景颜色
  390. display: 'ALWAYS', //常显
  391. }
  392. }
  393. var obj2={
  394. longitude: longitude,
  395. latitude:latitude
  396. }
  397. that.endLat=latitude;
  398. that.endLng=longitude
  399. if(that.covers.length>1){
  400. that.covers[1]=obj;
  401. that.points[1]=obj2;
  402. }else{
  403. that.covers.push(obj);
  404. that.points.push(obj2)
  405. }
  406. //console.log(that.covers)
  407. //that.calculateDistance()
  408. },
  409. fail(err){
  410. console.log(err)
  411. }
  412. })
  413. },
  414. //计算距离
  415. calculateDistance(){
  416. //调用距离计算接口
  417. var that=this;
  418. this.tMap.calculateDistance({
  419. mode: 'driving',//可选值:'driving'(驾车)、'walking'(步行),不填默认:'walking',可不填
  420. //from参数不填默认当前地址
  421. //获取表单提交的经纬度并设置from和to参数(示例为string格式)
  422. from: {
  423. latitude: that.shopInfo.lat,
  424. longitude: that.shopInfo.lng,
  425. }, //若起点有数据则采用起点坐标,若为空默认当前地址
  426. to:[
  427. {
  428. latitude: that.latitude,
  429. longitude: that.longitude
  430. }
  431. ] , //终点坐标
  432. success: function(res) {//成功后的回调
  433. console.log(res);
  434. that.distance=res.result.elements[0].distance;
  435. that.time = res.result.elements[0].duration/60;
  436. that.time=Math.ceil(that.time)
  437. that.setTime()
  438. },
  439. fail: function(error) {
  440. console.error(error);
  441. },
  442. complete: function(res) {
  443. console.log(res);
  444. }
  445. });
  446. },
  447. setTime(){
  448. var obj={
  449. latitude: this.latitude,
  450. longitude: this.longitude,
  451. iconPath: '../../static/img/icon_qidian.png',
  452. width:25,
  453. height:39,
  454. callout: { //自定义标记点上方的气泡窗口 点击有效
  455. content: '约'+this.time+'分钟到达', //文本
  456. color: '#ffffff', //文字颜色
  457. fontSize: 15, //文本大小
  458. borderRadius: 15, //边框圆角
  459. padding: '10',
  460. bgColor: '#3F90F7', //背景颜色
  461. display: 'ALWAYS', //常显
  462. }
  463. }
  464. this.covers[0]=obj;
  465. },
  466. regionchangefn(e){
  467. console.log(e)
  468. var that=this;
  469. if(e.detail.centerLocation){
  470. var latitude=e.detail.centerLocation.latitude;
  471. var longitude=e.detail.centerLocation.longitude;
  472. var obj={
  473. latitude: latitude,
  474. longitude: longitude,
  475. iconPath: '../../static/img/icon_qidian.png',
  476. width:25,
  477. height:39
  478. }
  479. this.covers=[];
  480. this.covers.push(obj)
  481. }
  482. },
  483. tapfn(e){
  484. //点击获取位置
  485. return false;
  486. console.log(e);
  487. var that=this;
  488. var latitude=e.detail.latitude;
  489. var longitude=e.detail.longitude;
  490. var obj={
  491. latitude: latitude,
  492. longitude: longitude,
  493. iconPath: '../../static/img/icon_qidian.png',
  494. width:25,
  495. height:39
  496. }
  497. this.covers=[];
  498. this.covers.push(obj)
  499. this.tMap.reverseGeocoder({
  500. location: {
  501. latitude: latitude,
  502. longitude: longitude
  503. },
  504. success: function(res) {
  505. //console.log(res)
  506. that.currentAddress=res.result.formatted_addresses.recommend;
  507. //console.log(this.currentAddress)
  508. //this.$set(this, 'currentAddress', this.currentAddress)
  509. },
  510. fail: function(res) {
  511. console.log(res);
  512. },
  513. })
  514. },
  515. tabClick(num) {
  516. this.tabIndex = num;
  517. },
  518. typeClick(num){
  519. this.typeIndex=num;
  520. if(num!=2){
  521. this.endLat='';
  522. this.endLng='';
  523. this.endAddress='';
  524. this.covers.splice(1,1);
  525. }
  526. }
  527. }
  528. }
  529. </script>
  530. <style scoped>
  531. .box {
  532. width: 100vw;
  533. min-height: 100vh;
  534. background-color: #FFFFFF;
  535. }
  536. map {
  537. width: 750rpx;
  538. height: calc(100vh - 664rpx - 120rpx);
  539. }
  540. .contBox {
  541. width: 100%;
  542. height: 664rpx;
  543. }
  544. .tab {
  545. background: #FFFFFF;
  546. display: flex;
  547. justify-content: space-between;
  548. align-items: center;
  549. padding-left: 230rpx;
  550. padding-right: 230rpx;
  551. height: 92rpx;
  552. line-height: 60rpx;
  553. }
  554. .tabLine {
  555. font-size: 30rpx;
  556. color: #333333;
  557. text-align: center;
  558. padding: 0 10rpx;
  559. }
  560. .tabActive {
  561. color: #FF0000;
  562. font-weight: bold;
  563. border-bottom: 4rpx solid #FF0000;
  564. }
  565. .timeBox {
  566. padding-top: 20rpx;
  567. display: flex;
  568. justify-content: center;
  569. align-items: center;
  570. }
  571. .time {
  572. color: #959595;
  573. font-size: 24rpx;
  574. }
  575. .typeBox {
  576. padding: 30rpx 30rpx;
  577. display: flex;
  578. justify-content: space-between;
  579. }
  580. .box2 {
  581. display: flex;
  582. align-items: center;
  583. padding: 20rpx;
  584. background: #FFFFFF;
  585. height: 32rpx;
  586. border-radius: 10rpx;
  587. border: 2rpx solid #CCCCCC;
  588. }
  589. .typeImg {
  590. width: 34rpx;
  591. height: 34rpx;
  592. margin-right: 10rpx;
  593. }
  594. .title {
  595. height: 40rpx;
  596. font-size: 28rpx;
  597. font-weight: 400;
  598. color: #666666;
  599. line-height: 40rpx;
  600. }
  601. .price {
  602. padding-bottom: 30rpx;
  603. font-size: 24rpx;
  604. font-weight: 400;
  605. color: #D53533;
  606. text-align: center;
  607. }
  608. .shopBox {
  609. padding: 30rpx 24rpx;
  610. border-top: 1rpx solid #EEEEEE;
  611. display: flex;
  612. justify-content: space-between;
  613. align-items: center;
  614. }
  615. .left {
  616. display: flex;
  617. align-items: center;
  618. }
  619. .leftTitle{
  620. width: 56rpx;
  621. font-size: 28rpx;
  622. font-weight: 400;
  623. color: #666666;
  624. line-height: 40rpx;
  625. margin-left: 16rpx;
  626. margin-right: 30rpx;
  627. }
  628. .graypoint {
  629. width: 14rpx;
  630. height: 14rpx;
  631. background: #DDDDDD;
  632. border-radius: 7rpx;
  633. }
  634. .bluepoint {
  635. width: 14rpx;
  636. height: 14rpx;
  637. background: #3F90F7;
  638. border-radius: 7rpx;
  639. }
  640. .redpoint {
  641. width: 14rpx;
  642. height: 14rpx;
  643. background: #FF0000;
  644. border-radius: 7rpx;
  645. }
  646. .typeActive{
  647. background: #FF0000;
  648. }
  649. .typeActive .title{
  650. color: #FFFFFF !important;
  651. }
  652. .bottomView {
  653. border-top: 1rpx solid #EEEEEE;
  654. background-color: #FFFFFF;
  655. width: 100%;
  656. height: 120rpx;
  657. position: fixed;
  658. bottom: 0rpx;
  659. /* padding-bottom: constant(safe-area-inset-bottom);
  660. padding-bottom: env(safe-area-inset-bottom); */
  661. }
  662. .content{
  663. width: 540rpx;
  664. font-size: 30rpx;
  665. word-wrap: break-word; /*强制换行*/
  666. overflow: hidden; /*超出隐藏*/
  667. text-overflow: ellipsis;/*隐藏后添加省略号*/
  668. white-space: nowrap;/*强制不换行*/
  669. }
  670. .Nocontent{
  671. font-size: 30rpx;
  672. color: #999999;
  673. }
  674. .sure {
  675. background-color: #D53533;
  676. margin: 23rpx 30rpx;
  677. height: 74rpx;
  678. border-radius: 37rpx;
  679. color: #FFFFFF;
  680. font-size: 30rpx;
  681. font-weight: bold;
  682. text-align: center;
  683. line-height: 74rpx;
  684. }
  685. .authorizBox{
  686. width: 100vw;
  687. height: 100vh;
  688. background: rgba(0, 0, 0, 0.5);
  689. position: fixed;
  690. top: 0;
  691. left: 0;
  692. }
  693. .authorizCont{
  694. margin-top: 30vh;
  695. width: 564rpx;
  696. height: 408rpx;
  697. background: #FFFFFF;
  698. border-radius: 24rpx;
  699. margin-left: 93rpx;
  700. position: relative;
  701. }
  702. .authorizCloseImg{
  703. width: 62rpx;
  704. height: 62rpx;
  705. }
  706. .sqLogoBox{
  707. width: 180rpx;
  708. height: 180rpx;
  709. background: #FFFFFF;
  710. border-radius: 90rpx;
  711. text-align: center;
  712. position: absolute;
  713. top: -50rpx;
  714. left: 192rpx;
  715. }
  716. .authorizName{
  717. color: #333333;
  718. line-height: 42rpx;
  719. font-size: 30rpx;
  720. text-align: center;
  721. padding-top: 58rpx;
  722. }
  723. .authorizMs{
  724. color: #999999;
  725. line-height: 36rpx;
  726. font-size: 26rpx;
  727. width: 452rpx;
  728. padding-top: 24rpx;
  729. text-align: center;
  730. margin-left: 56rpx;
  731. }
  732. .authorizContbutton{
  733. width: 422rpx;
  734. height: 88rpx;
  735. background: #D53533;
  736. border-radius: 44rpx;
  737. line-height: 88rpx;
  738. text-align: center;
  739. font-size:30rpx;
  740. color: #FFFFFF;
  741. margin-top: 62rpx;
  742. margin-left:71rpx;
  743. }
  744. </style>