12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004 |
- <template>
- <view class="box">
- <!-- <view class="sstop">
- <image src="../../static/timg/icon_search@2x.png" mode="" class="sstopimg"></image>
- <input type="text" v-model="shopName" placeholder="请输入门店名称、门店地址" class="sstopInput" @confirm="getqueryShopList2">
- <image src="../../static/img/icon_close.png" mode="" @click="empty" v-if="inputChShow" class="inputCh"></image>
- </view>
- <view class="regionBox">
- <view class="regionLine" @click="gocity">
- <view class="regionTxt">{{cityName}}</view>
- <image src="../../static/timg/icon_arrow_def@2x.png" mode="" class="jtbelow"></image>
- </view>
- <view class="regionSx"></view>
- <view class="regionLine" @click="quCilck">
-
- <view class="regionTxt">{{areaName}}</view>
- <image src="../../static/timg/icon_arrow_def@2x.png" mode="" class="jtbelow"></image>
- </view>
- </view> -->
- <view class="newTop">
- <view class="newTopSSbox">
- <view class="newTopSSLeft" @click="gocity">
- <view class="newregionTxt">{{cityName}}</view>
- <image src="../../static/img2/xia.png" mode="" class="newTopXia"></image>
- </view>
- <view class="newTopSSRight">
- <image class="newSImg" src="../../static/img2/ss.png" mode=""></image>
- <input type="text" v-model="shopName" placeholder="门店名称、地址" class="sstopInput" @confirm="getqueryShopList2">
- </view>
-
- </view>
- </view>
-
-
- <view style="height: 135rpx;"></view>
- <view class="shopline" v-for="(item,index) in queryShopList">
- <view class="newdistance" v-if="item.distance&&item.distance!= '0.00'">
- <image src="../../static/img2/dh.png" mode="" class="dhImg"></image>
- <view style="padding-top: 6rpx;"><span >{{item.distance}}km</span></view>
- </view>
-
- <view class="shoplineLeft">
- <image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
- <image :src="item.photoPath2" mode="" class="shopImg" v-else-if="item.photoPath2"></image>
- <image src="../../static/timg/noimg.png" mode="" class="shopImg" v-else></image>
- </view>
- <view class="shopright">
- <view style="display: flex;justify-content: space-between;">
- <view style="width: 410rpx;">
- <view class="shopTop">
- <view class="shopName">{{item.shopName}}</view>
- </view>
- <view class="brandsBg" v-if="item.brands">
- <view class="brands" v-for="(v,index2) in item.brands.split(',')">{{v}}</view>
- </view>
- </view>
-
- </view>
-
-
- <view class="shopTime">
- 营业时间: <span v-if="item.startTime">{{item.startTime}}</span> - <span
- v-if="item.endTime">{{item.endTime}}</span> </view>
- <view class="shopBottomLeft">
- <span class="shopaddress"
- v-if="item.address">{{item.address}}</span>
-
- </view>
- <view class="shopdhBox">
- <view class="shopcall" style="" @click.stop="goDetail(item)">
- <image class="shopcallIcon" src="../../static/img2/yueyue.png" mode=""></image>
- <view class="shopcallTxt">预约</view>
- </view>
- <view class="shopcall" @click.stop="goMap(item)">
- <image class="shopcallIcon" src="../../static/img2/dhjt.png" mode=""></image>
- <view class="shopcallTxt">导航</view>
- </view>
- <view class="shopcall" @click.stop="makePhoneCall(item.mobilePhone)">
- <image class="shopcallIcon" src="../../static/img2/call.png" mode=""></image>
- <view class="shopcallTxt">电话</view>
- </view>
- <!-- <view class="shopcall" >
- <image class="shopcallIcon" src="../../static/img2/wx.png" mode=""></image>
- <view class="shopcallTxt">店长微信</view>
- </view> -->
-
- </view>
- </view>
- </view>
- <!-- 上拉 加载更多 -->
- <view class="noMore" v-if="noMoreShow && (queryShopList.length!=0)">没有更多数据</view>
- <!-- 无数据空白页 -->
- <!-- <nodata v-if="queryShopList.length==0&&loading"></nodata> -->
- <view class="nodataBox" v-if="queryShopList.length==0&&loading">
- <image src="http://dmsphoto.66km.com.cn/thFiles/3C95A4C5-73F8-4B34-902B-703B8A0825C9.png" mode="widthFix" class="nodataImg"></image>
- <view class="noTxt">暂无数据</view>
- </view>
- <uni-popup ref="popup" type="right" :mask-click="true">
- <view class="popup-content">
- <scroll-view class="brandList" scroll-y="true">
- <!-- :class="{areaActvie:item.area==areaName}" -->
- <view v-for="item in areaList" class="areaListLine"
-
- @click="checkarea(item)">
- <span >{{item.area}}</span>
- <image v-if="item.code==area" class="areaCkIcon" src="http://dmsphoto.66km.com.cn/thFiles/0A1DADEA-1807-4ABC-B391-ECC8B1882DA4.png" mode=""></image>
- </view>
- </scroll-view>
- </view>
-
- </uni-popup>
- <!-- 手机号授权 -->
- <view class="authorizBox" v-if="authorizShow" @click="authorizShowno">
- <view class="authorizCont" @click.stop="">
- <view class="authorizName">{{wxOpenData.miniAppName}}</view>
- <view class="authorizMs">未注册的手机号登录后将自动创建会员账号,如果您不同意授权获取手机号,会影响您使用我们的产品和服务。</view>
- <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
- </view>
- <view style="text-align: center;padding-top: 56rpx;">
- <image src="../../static/timg/icon_guanbi@2x.png" @click="authorizShowno" mode="" class="authorizCloseImg"></image>
- </view>
- </view>
- <!-- <view>lng:{{location.lng}}</view>
- <view>lat:{{location.lat}}</view> -->
- </view>
- </template>
- <script>
- import nodata from '../../components/nodata/nodata.vue'
- export default {
- components: {
- nodata,
- },
- data() {
- return {
- location: {
- lng: '',
- lat: '',
- },
- queryShopList: '',
- noMoreShow: false,
- regionName:'',
- twoRegionName:'',
- cityName:'城市',
- area:'',
- cityCode:'',
- areaList:'',
- index:'',
- areaName:'区域',
- loading:false,
- ext:'',
- authorizShow:false,
- wxOpenData:'',
- userInfo: '',
- shopName:'',
- inputChShow:false,
- }
- },
- watch:{
- shopName(val){
- console.log(val)
- if(val){
- this.inputChShow=true
- }
- },
-
- },
- onLoad() {
- var that = this;
- uni.removeStorageSync('selectCity');
- this.userInfo = this.$store.state.userInfo;
- this.ext=this.$common.getExtStoreId();
- if(this.userInfo){
- this.themeColor = uni.getStorageSync("themeColor");
- this.wxOpenData=this.$store.state.wxOpenData;
- this.init()
- }else{
- this.$common.automaticlogin().then(val => {
- this.themeColor = uni.getStorageSync("themeColor");
- this.userInfo=this.$store.state.userInfo;
- this.wxOpenData=this.$store.state.wxOpenData;
- this.init()
- if(!this.userInfo){
- uni.hideLoading();
- this.authorizShow=true
- }
- })
- }
-
-
- // that.getqueryShopList();
-
- },
- onShow() {
- const selectCity = uni.getStorageSync('selectCity');
- //console.log("onShow")
- //console.log(selectCity)
- if(selectCity){
- this.loading=false
- this.cityName=selectCity.city
- this.cityCode=selectCity.code
- this.areaName='区域'
- this.area=''
- this.shopName=''
- this.getAreaList()
- this.getqueryShopList() //获取门店列表
- }
- },
- methods: {
- empty(){
-
- this.shopName='';
- this.inputChShow=false;
- this.queryShopList=[];
- this.page=1;
- this.getqueryShopList()
- },
- authorizShowno(){
- this.authorizShow=false
- },
- decryptPhoneNumber: function(e) {
- console.log(e);
- this.code=e.detail.code
- this.wxPhoneLogin()
- this.authorizShow=false;
- },
- wxPhoneLogin(){
- var that=this;
- this.$http('miniApp2/sys/wxPhoneLogin', {
- appId:this.ext.appId,
- unionId:this.ext.unionId,
- code:this.code,
- openId:this.wxOpenData.openid
- },'POST').then(res => {
- var data = res.data;
- if(data.loginInfo){
- this.userInfo=data.loginInfo.openUser;
- this.wxOpenData=data.loginInfo;
- this.$store.commit('mutationswxOpenData', data)
- this.$store.commit('mutationsuserInfo', this.userInfo)
- this.init()
- }
- })
- },
- init(){
- var that = this;
- uni.showLoading({
- title: '加载中'
- })
- uni.authorize({
- scope: 'scope.userLocation',
- success() {
- uni.getLocation({
- type: 'gcj02',
- success: function(res) {
- console.log(res)
- that.location.lat = res.latitude
- that.location.lng = res.longitude
- that.getAdress();
- //that.getqueryShopList() //获取全部门店列表
-
- },
- fail(err) {
- console.log("定位失败")
- that.getqueryShopList();
- }
- });
- },
- fail: (err) => {
- console.log(err)
- that.getqueryShopList();
-
- }})
- },
- quCilck(){
- console.log(this.cityName)
- if(this.cityName){
- this.$refs.popup.open("right")
- //this.popupShow=true;
- if(this.areaList.length==0){
- /* uni.showToast({
- title: '当前城市下无区域,请切换城市查看',
- icon: 'none',
- duration: 4000
- }); */
- uni.showModal({
- title: '提示',
- content: '当前城市下无区域,请切换城市查看',
- success: function(res) {
- if (res.confirm) {
- // 执行确认后的操作
- uni.navigateTo({
- url:'/pages/subPack/chooseCity?type=1'
- })
- }
- else {
- // 执行取消后的操作
- }
- }
- })
- }
- }else{
- uni.showModal({
- title: '提示',
- content: '当前城市暂无门店,请切换城市查看',
- success: function(res) {
- if (res.confirm) {
- // 执行确认后的操作
- uni.navigateTo({
- url:'/pages/subPack/chooseCity?type=1'
- })
- }
- else {
- // 执行取消后的操作
- }
- }
- })
- }
-
- },
- gocity(){
- uni.navigateTo({
- url:'/pages/subPack/chooseCity?type=1'
- })
- },
- checkarea(item){
- this.shopName=''
- if(this.area==item.code){
- this.areaName='区域'
- this.area=''
- this.getqueryShopList() //获取门店列表
- }else{
- this.areaName=item.area
- this.area=item.code
- this.getqueryShopList() //获取门店列表
- }
-
- this.$refs.popup.close()
- },
- bindPickerChange(e){
- //console.log(e)
- this.areaName=this.areaList[e.detail.value].area
- this.area=this.areaList[e.detail.value].code
- this.getqueryShopList() //获取门店列表
- },
- cancelHandling(){
- this.areaName='区域'
- this.area=''
- this.getqueryShopList() //获取门店列表
- },
- makePhoneCall(num){
- uni.makePhoneCall({
- phoneNumber:num
- });
- },
- goMap(item){
- var that = this;
- if (!item.lat || !item.lng) {
- uni.showToast({
- title: '该店铺未设置定位',
- icon: 'none',
- duration: 3000
- });
- } else {
- uni.openLocation({
- latitude: Number(item.lat),
- longitude: Number(item.lng),
- name: item.shopName,
- address: item.provinceName + item.cityName + item.areaName +
- item.address,
- success: function() {
- console.log('success');
- },
- fail(err) {
- console.log(err)
- }
- });
- }
- },
- getAdress(){
- var that=this;
- var location = this.location.lng + ',' + this.location.lat
- console.log('location'+location)
- //location='117.29249484592015,39.026727973090274'
-
- uni.request({
- url: 'https://restapi.amap.com/v3/geocode/regeo',
- data: {
- key: '389a059efa3f499d9145eb84b1c3248d',
- location: location,
- },
- dataType: "json",
- success: (res) => {
- console.log('定位城市', res);
- if(res.data.regeocode){
- console.log("城市名称")
- console.log(res.data.regeocode.addressComponent.city)
- // console.log(res.data.pois[0].cityname)
- if(res.data.regeocode.addressComponent.city.length!=0){
- var cityname = res.data.regeocode.addressComponent.city;
-
- }else{
- var cityname = res.data.regeocode.addressComponent.province;
- }
-
- var cityCode = res.data.regeocode.addressComponent.adcode
- cityCode = cityCode.slice(0, -2)
- cityCode = cityCode + '00'
- this.cityName = cityname
- this.cityCode = cityCode
- that.getqueryShopList() //获取全部门店列表
- that.getAreaList()
-
- }else{
- console.log("接口获取失败")
- uni.hideLoading();
- }
-
- }
- });
- },
- getAreaList(){
- this.$http('opencarOwnerHome/shop-area-list', {
- city:this.cityCode
- }, 'GET').then(res => {
- this.areaList=res.data
-
- })
- },
- getqueryShopList2(){
- uni.showLoading({
- title: '加载中'
- })
- this.loading=false;
- this.$http('opencarOwnerHome/queryShopInfoList', {
-
- lat: this.location.lat ? this.location.lat : '',
- lng: this.location.lng ? this.location.lng : '',
- city:'',
- area:'',
- shopName:this.shopName
- }, 'GET').then(res => {
- uni.hideLoading();
- this.queryShopList = res.data.shop;
- this.loading=true;
- //console.log('list+=', this.queryShopList);
- if(this.queryShopList.length==0){
- /* uni.showToast({
- title: '当前城市暂无门店,请切换城市查看',
- icon: 'none',
- duration: 4000
- }); */
- uni.showModal({
- title: '提示',
- content: '当前城市暂无门店,请切换城市查看',
- success: function(res) {
- if (res.confirm) {
- // 执行确认后的操作
- uni.navigateTo({
- url:'/pages/subPack/chooseCity?type=1'
- })
- }
- else {
- // 执行取消后的操作
- }
- }
- })
- }
-
- })
- },
- getqueryShopList() {
- uni.showLoading({
- title: '加载中'
- })
- this.loading=false;
- this.$http('opencarOwnerHome/queryShopInfoList', {
- lat: this.location.lat ? this.location.lat : '',
- lng: this.location.lng ? this.location.lng : '',
- city:this.cityCode,
- area:this.area,
- shopName:this.shopName
- }, 'GET').then(res => {
- uni.hideLoading();
- this.queryShopList = res.data.shop;
- this.loading=true;
- //console.log('list+=', this.queryShopList);
- if(this.queryShopList.length==0){
- /* uni.showToast({
- title: '当前城市暂无门店,请切换城市查看',
- icon: 'none',
- duration: 4000
- }); */
- uni.showModal({
- title: '提示',
- content: '当前城市暂无门店,请切换城市查看',
- success: function(res) {
- if (res.confirm) {
- // 执行确认后的操作
- uni.navigateTo({
- url:'/pages/subPack/chooseCity?type=1'
- })
- }
- else {
- // 执行取消后的操作
- }
- }
- })
- }
- })
- },
- goDetail(item) {
- // uni.navigateTo({
- // url: '../shop/shopDetail?id=' + item.shopId
- // })
- if (this.userInfo) {
- uni.navigateTo({
- url:'onlineBooking?naShopId='+item.shopId+'&naUnionId='+item.unionId
- })
- } else {
- this.authorizShow = true;
- return false;
- }
-
- }
- },
-
- // 下拉刷新
- onPullDownRefresh() {
-
- this.getqueryShopList()
- setTimeout(function() {
- uni.stopPullDownRefresh();
- }, 1000);
- },
-
- }
- </script>
- <style scoped>
- .newTop{
- width: 702rpx;
- height: 70rpx;
- background: #FFFFFF;
- padding: 24rpx;
- position: fixed;
- top: 0;left: 0;z-index: 11;
- }
- .newTopSSbox{
- height: 50rpx;
- border-radius: 15rpx;
- border: 2rpx solid #FCD903;
- padding: 10rpx 0;
- display: flex;
- }
- .newTopXia{
- width: 12rpx;height: 8rpx;margin-top: 20rpx;margin-left: 10rpx;
- }
- .newTopSSLeft{
- width: 190rpx;
- display: flex;
- border-right: 1px solid #EEEEEE;
- justify-content: center;
- }
- .newSImg{
- width: 28rpx;height: 28rpx;
- margin-left: 30rpx;margin-top: 10rpx;
- }
- .sstopInput{
- width: 400rpx;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 26rpx;
- padding-left: 16rpx;
- }
- .newTopSSRight{
- display: flex;
- }
- .newregionTxt{
- font-size: 26rpx;
- color: #333333;
- line-height: 50rpx;
- white-space: nowrap; /* 禁止换行 */
- overflow: hidden; /* 隐藏溢出内容 */
- text-overflow: ellipsis; /* 添加省略号 */
- max-width: 150rpx;
- }
- .dhImg{
- width: 35rpx;height: 35rpx;border-radius: 6rpx;
- }
- .newdistance{
- position: absolute;top: 22rpx;right: 18rpx;
- text-align: center;
- font-size: 22rpx;
- color: #666666;
- }
- .areaCkIcon{
- width: 38rpx;height: 28rpx;
- }
- .popup-content{
- width: 590rpx;
- background: #FFFFFF;
- height: 100vh;
- }
- .brandList{
- height:99vh;
- }
- .areaListLine{
- padding:30rpx 24rpx;
- color: #666666;
- font-size: 28rpx;
- border-bottom: 1px solid #eaeaea;
- display: flex;
- justify-content: space-between;
- line-height: 28rpx;
- }
- .areaActvie{
- background: #F19D01;
- color: #FFFFFF;
- }
-
- .jtbelow{
- width: 14rpx;height: 7rpx;
- margin-left: 10rpx;margin-top: 10rpx;
- }
- .regionSx{
- width: 2rpx;height: 33rpx;background:#EEEEEE;
- }
- .regionLine{
- display: flex;justify-content: center;font-size: 26rpx;
- width: 370rpx;line-height: 33rpx;color: #3C3C3C;
- }
- .regionBox{
- display: flex;
- justify-content: center;
- background: #FFFFFF;
- padding: 20rpx 0;
- margin-bottom: 20rpx;
- position: fixed;
- width: 100vw;
- top: 118rpx;left: 0;
- }
- .box {
- min-height: 100vh;
- background-color: #F4F5F7;
- padding-bottom: 60rpx;
- }
- .shopdhBox{
- display: flex;padding-top: 20rpx;
- justify-content: space-between;
- }
- .shopcall{
- display: flex;
- }
- .shopcallIcon{
- width: 26rpx;height: 26rpx;margin-top: 2rpx;
- }
- .shopcallTxt{
- font-size: 24rpx;
- color: #222222;
- line-height: 33rpx;padding-left: 8rpx;
- }
- .yuyuBtnBox{
- display: flex;
- font-size: 24rpx;
- color: #FF8113;
- align-items: center;
- justify-items: center;
- /* border-left: 1px solid #EEEEEE;
- padding-left: 20rpx; */
- }
- .shopline {
- margin: 0rpx 24rpx 20rpx;
- padding: 24rpx 20rpx;
- background-color: #FFFFFF;
- border-radius: 20rpx;
- display: flex;
- position: relative;
- }
- .nodataImg {
- width: 400rpx;
- padding-top: 100rpx;
- }
- .noTxt {
- font-size: 36rpx;
- color: #999999;
- padding-top: 50rpx;
- }
- .nodataBox {
- text-align: center;
- }
- .shopImg {
- width: 160rpx;
- height: 160rpx;
- border-radius: 10rpx;
- }
- .shopBox {
- padding-top: 30rpx;
- display: flex;
- }
- .flex {
- display: flex;
- justify-content: space-between;
- }
- .shopCont {
- padding-left: 22rpx;
- width: 520rpx;
- }
-
- .span1 {
- color: #FF4F00;
- font-size: 36rpx;
- }
- .span2 {
- color: #FF4F00;
- font-size: 22rpx;
- }
- .span3 {
- color: #333333;
- font-size: 22rpx;
- padding-left: 22rpx;
- }
- .shopBq {
- color: #FF4F00;
- font-size: 22rpx;
- border-radius: 4rpx;
- border: 1px solid #FF4F00;
- line-height: 30rpx;
- height: 30rpx;
- padding: 0rpx 5rpx;
- margin-top: 10rpx;
- }
- .brandsBg {
- display: flex;
- align-items: center;
- padding: 10rpx 0rpx;
- flex-wrap: wrap;
- height: 34rpx;
- /* 隐藏文字显示 ...不换行 */
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .brands {
- border-radius: 4rpx;
- padding: 0 5rpx;
- color: #F19D01;
- height: 28rpx;
- border: 1px solid #F19D01;
- font-size: 22rpx;
- line-height: 30rpx;
- margin: 5rpx 10rpx 5rpx 0rpx;
- }
- .timeBg {
- display: flex;
- }
- .shopTime {
- color: #666666;
- font-size: 26rpx;
- padding-top: 4rpx;
- }
- .addressBox {
- color: #666666;
- font-size: 22rpx;
- }
- .shopNameSearchInput {
- width: 500rpx;
- }
- .colorCS {
- color: #FF4F00;
- }
- .shopbox {
- padding: 0 16rpx;
- }
- .shopCallImg {
- width: 38rpx;
- height: 46rpx;
- }
- .shopTop {
- display: flex;
- justify-content: space-between;
-
- }
- .shopright {
- padding-left: 28rpx;
- width: 500rpx;
- }
- .shopName {
- font-size: 32rpx;
- font-weight: bold;
- color: #222222;
- line-height: 40rpx;
- width: 450rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .shopScore1 {
- font-size: 36rpx;
- font-weight: bold;
- color: #FF4F00;
- height: 50rpx;
- line-height: 50rpx;
- }
- .shopScore11 {
- font-size: 22rpx;
- color: #FF4F00;
- margin-right: 14rpx;
- }
- .shopScore2 {
- font-size: 22rpx;
- color: #666666;
- margin-right: 14rpx;
- padding: 8rpx 0;
- }
- .shopScore3 {
- font-size: 22rpx;
- color: #333333;
- padding-left: 20rpx;
- }
- .Btn {
- width: 104rpx;
- height: 56rpx;
- background: #FF2400 linear-gradient(135deg, #FD5300 0%, #FF270A 100%);
- border-radius: 6rpx;
- font-size: 26rpx;
- text-align: center;
- color: #FFFFFF;
- line-height: 56rpx;
- }
- .shopBottom {
- display: flex;
- }
- .shopBottomLeft {
- font-size: 25rpx;
- color: #666666;
- line-height: 30rpx;
- padding-top: 8rpx;
- display: flex;
- justify-content: space-between;
- padding-right: 10rpx;
- }
- .shopaddress {
- width: 400rpx;
- /* 隐藏文字显示 ...不换行 */
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #999999;
- }
- .noMore {
- text-align: center;
- line-height: 50rpx;
- color: #999999;
- font-size: 28rpx;
- }
- .authorizBox{
- width: 100vw;
- height: 100vh;
- background: rgba(0, 0, 0, 0.5);
- position: fixed;
- top: 0;
- left: 0;
- }
- .authorizCont{
- margin-top: 30vh;
- width: 564rpx;
- height: 408rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- margin-left: 93rpx;
- position: relative;
- }
- .authorizCloseImg{
- width: 62rpx;
- height: 62rpx;
- }
- .sqLogoBox{
- width: 180rpx;
- height: 180rpx;
- background: #FFFFFF;
- border-radius: 90rpx;
- text-align: center;
- position: absolute;
- top: -50rpx;
- left: 192rpx;
- }
- .authorizName{
- color: #333333;
- line-height: 42rpx;
- font-size: 30rpx;
- text-align: center;
- padding-top: 58rpx;
- }
- .authorizMs{
- color: #999999;
- line-height: 36rpx;
- font-size: 26rpx;
- width: 452rpx;
- padding-top: 24rpx;
- text-align: center;
- margin-left: 56rpx;
- }
- .authorizContbutton{
- width: 422rpx;
- height: 88rpx;
- background: #EC0F0A;
- border-radius: 44rpx;
- line-height: 88rpx;
- text-align: center;
- font-size:30rpx;
- color: #FFFFFF;
- margin-top: 62rpx;
- margin-left:71rpx;
- }
- .sstop{
- position: fixed;
- padding-top: 24rpx;
- padding-left: 24rpx;
- background: #ffffff;
- width: 100vw;
- top: 0rpx;
- left: 0;
- padding-bottom: 20rpx;
- }
- .sstopimg{
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- left: 44rpx;
- top: 40rpx;
- }
- .inputCh{
- width:40rpx;
- height: 40rpx;
- position: absolute;
- right: 60rpx;
- top: 40rpx;
- z-index: 11;
- }
- </style>
|