shopList.vue 20 KB

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