1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009 |
- <template>
- <view class="box">
- <homenav :iStatusBarHeight="iStatusBarHeight" :title="'在线预约'" ></homenav>
- <view class="top">
- <view class="shopTop">
- <swiper class="swiper" circular :autoplay="true" :interval="interval" :duration="duration"
- v-if="shopInfo.imgs">
- <swiper-item v-for="(item,index) in shopInfo.imgs.split(',')" v-if="item">
- <view class="swiper-item">
- <img mode="aspectFill" :src="item" alt="">
- </view>
- </swiper-item>
- </swiper>
- </view>
- <!-- 门店详情 -->
- <view class="newshopNames" v-if="shopInfo">
- <view class="newshopDstop">
- <view class="newshopDname">{{shopInfo.shopName}}</view>
- <view v-if="data.isShowScore == 1 && data.isShowEvaluate == 1" class="appraiseBg">
- <view class="appraiseBox">
- <view v-if="data.isShowScore == 1 && data.shopInfo.miniV2ShopScore" class="appraise">
- {{data.shopInfo.miniV2ShopScore}}
- <span style='font-size: 26rpx; margin-left: 3rpx;'>分</span>
- </view>
- <view v-if="data.isShowScore == 1 && !data.shopInfo.miniV2ShopScore" class="appraise"
- style='font-size: 26rpx;'>暂无评分</span>
- </view>
- <view class="line"></view>
- <view @click="goShopAppraiseList()" v-if="data.isShowEvaluate == 1 && data.evaluateCount"
- class="appraiseCount">评价数
- {{data.evaluateCount}}
- <image class="rightArrow" src="../../static/timg/icon_arrow_right.png" mode=""></image>
- </view>
- <view v-if="data.isShowEvaluate == 1 && !data.evaluateCount"
- class="appraiseCount">暂无评价</view>
- </view>
- </view>
- <view class="newshopDtime">
- 营业时间: <span>{{shopInfo.startTime}} - {{shopInfo.endTime}}</span>
- </view>
- <view class="newshopDbqbox" v-if="shopInfo.brands">
- <view class="newshopDbqline" v-for="(item,index) in shopInfo.brands.split(',')">{{item}}</view>
- </view>
- </view>
- <view class="newshopDadressBpx">
- <view class="newshopDaleft">
- <view class="newshopDaleftTop">
- <!-- <img src="../../static/timg/icon_coordinate@2x.png" alt="" class="shopaddressIcon"> -->
- <!-- <span class="shopDdistance" v-if="Number(shopInfo.distance)>1">距离{{shopInfo.distance}}km</span>
- <span class="shopDdistance" v-else-if="Number(shopInfo.distance)">距离{{shopInfo.distance*1000}}m</span>
- <span class="shopDdistance" v-else>距离--km</span> -->
- </view>
- <view class="" style="display: flex;">
- <img src="../../static/timg/icon_coordinate@2x.png"
- style="margin-top: 24rpx;margin-right: 10rpx;" class="shopaddressIcon">
- <view class="newshopDadressName">
- {{shopInfo.address?shopInfo.address:'--'}}
- </view>
- </view>
- </view>
- <view class="newshopDaright">
- <view class="newshopDrline" @click="goLocation()">
- <img src="../../static/timg/icon_map@2x.png" alt="" class="newshopDrlineimg">
- <view class="newshopDrlineTxt">地图</view>
- </view>
- <view class="newshopDRsx"></view>
- <view class="newshopDrline" @click="phones()">
- <img src="../../static/timg/icon_phone@2x.png" alt="" class="newshopDrlineimg">
- <view class="newshopDrlineTxt">电话</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 预约详情-->
- <view class="yuyue-container">
- <view class="yuyueLeft">
- <view class="yuyueleftLine" v-for="(item,index) in leftData" @click="listItemWxInfo(item,index)"
- :class="{leftActive:leftIndex==index}">{{item.Name}}</view>
- </view>
- <view class="yuyueRight">
- <!-- <view class="yuyueRightTitle">{{rightTitle}}</view> -->
- <view v-for="(item,index) in rightData" @click="checkItem(item)"
- style="padding-left: 24rpx;padding-right: 24rpx;">
- <view class="yrTop">
- <view class="ItemName">{{item.ItemName}}</view>
- <image src="../../static/timg/ickno.png" v-if="selectedItems.findIndex(i=>i.ID===item.ID)==-1"
- mode="" class="yrTopImg"></image>
- <image src="../../static/timg/icon_checked@2x.png"
- v-if="selectedItems.findIndex(i=>i.ID===item.ID)!=-1" mode="" class="yrTopImg"></image>
- </view>
- <view class="itemSm">
- {{item.Comment}}
- </view>
- <view class="Price" v-if="item.Price">
- <view class="yuyue-price"> <span class="qianhaospan">¥</span> {{item.Price||'--'}} </view>
- </view>
- </view>
- <view class="nodataBox" v-if="rightData.length==0">
- <image src="http://dmsphoto.66km.com.cn/thFiles/3C95A4C5-73F8-4B34-902B-703B8A0825C9.png"
- mode="widthFix" class="nodataImg"></image>
- <view class="noTxt">暂无数据</view>
- </view>
- </view>
- </view>
- <view class="bottom-container newbottom-container">
- <view class="newyyBox" @click="yuyueDetail">
- <view class="yyBleft">
- <img src="../../static/timg/icon_qingdan@2x.png" alt="" class="yyBleftimg">
- </view>
- <view>
- <view class="totalPriceBox"><span>预估总额:</span> <span class="totalPrice"><span
- class="qianhaospan">¥</span>{{totalPrice}}</span> </view>
- <span class="hejishul">合计数量: {{selectedItems.length}}</span>
- </view>
- </view>
- <view href="javascript:;" :style="{background:'#'+themeColor}" class=" newbottom-container-button"
- @click="yuyue">立即预约</view>
- </view>
- <view class="yydetailBox" v-if="yydetailShow" @click="yydetailShow=false">
- <view class="yyDetailTop" @click.stop="">
- <view class="yyDetailTopleft">清单</view>
- <view class="yyDetailTopRight">
- <view class="yydetalqk" @click="yyqingk">清空</view>
- <view class="yydetailx" @click="yydetailShow=false">X</view>
- </view>
- </view>
- <view class="yydetailCont" @click.stop="">
- <view class="yydetailContLine" v-for="(item,index) in selectedItems">
- <view class="yydlineName">{{item.ItemName}}</view>
- <view class="yydlineCommnt" v-if="true">{{item.Comment}}</view>
- <view class="yydPrice" v-if="item.Price">¥{{item.Price||'--'}}</view>
- </view>
- </view>
- </view>
- <!-- 手机号授权 -->
- <view class="authorizBox" v-if="authorizShow" @click="authorizShowno">
- <view class="authorizCont" @click.stop="">
- <view class="authorizName">{{wxOpenData.miniAppName}}</view>
- <view class="authorizMs">未注册的手机号登录后将自动创建会员账号,如果您不同意授权获取手机号,会影响您使用我们的产品和服务。</view>
- <view class="sqLine">
- <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
- <view class="sqRefuse" @click="authorizShowHide">拒绝</view>
- </view>
- </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>
- </template>
- <script>
- import homenav from "../../components/homenav/nav.vue"
- export default {
- components: {
- homenav
- },
- data() {
- return {
- interval: 3000,
- duration: 500,
- distance: 0.05,
- leftIndex: 0,
- yydetailShow: false,
- userInfo: '',
- bizTagId: '',
- leftData: '',
- rightData: '',
- rightTitle: '',
- selectedItems: [],
- location: {
- lng: '',
- lat: '',
- },
- shopInfo: '',
- naShopId: '',
- themeColor: '',
- data: {},
- iStatusBarHeight:'',
- ext:'',
- shareId:'',
- authorizShow:false,
- wxOpenData:'',
- code:'',
- scene:'',
- naUnionId:'',
- }
- },
- onLoad(opt) {
- this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
- //this.userInfo = uni.getStorageSync("userInfo");
- this.userInfo = this.$store.state.userInfo;
- this.themeColor = uni.getStorageSync("themeColor");
- this.naShopId = opt.naShopId;
- this.naUnionId=opt.naUnionId
- if (this.naShopId == null || this.naShopId == 'null') {
- this.naShopId = ''
- }
- console.log(this.naShopId)
- //scene=8049C9CFFFEF4BE3B0893890B676F909
- var that = this;
- this.ext=this.$common.getExtStoreId();
- if(this.userInfo){
- if(opt.scene&&opt.scene!='undefined'){
- this.scene=opt.scene;
- this.getShareParams()
- }else{
- that.getInfo()
- }
-
- }else{
- this.$common.automaticlogin().then(val => {
- this.themeColor = uni.getStorageSync("themeColor");
- this.userInfo=this.$store.state.userInfo;
- this.wxOpenData=this.$store.state.wxOpenData;
-
- if(opt.scene&&opt.scene!='undefined'){
- this.scene=opt.scene;
- this.getShareParams()
- }else{
- that.getInfo()
- }
- if(!this.userInfo){
- uni.hideLoading();
- //this.authorizShow=true
- }
-
- })
- }
-
- //this.listBigTags()
- },
- computed: {
- totalPrice() {
- return this.selectedItems.reduce((i, k) => {
- return Number(i) + Number(k.Price)
- }, 0).toFixed(2)
- }
- },
- methods: {
- getShareParams(){
- this.$http('openMall/getShareParamsCache', {
- scene:this.scene,
- },'GET').then(res => {
- var data= JSON.parse(res.data) ;
- console.log(data)
- this.naShopId=data.naShopId;
- this.getInfo();
- })
- },
- 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.newCustomer){
- uni.showModal({
- title: '提示',
- content: data.newCustomerMsg,
- success: function(resTK) {
-
- }
- });
-
- var token=res.data.token
- data.loginInfo={}
- data.loginInfo.token=token
- this.$store.commit('mutationswxOpenData', data);
- return false;
- }
- if(data.loginInfo){
- this.userInfo=data.loginInfo.openUser;
- this.wxOpenData=data.loginInfo;
- this.$store.commit('mutationswxOpenData', data)
- this.$store.commit('mutationsuserInfo', this.userInfo)
- this.getInfo()
- }
- })
- },
- goShopAppraiseList() {
- uni.navigateTo({
- url: '../user/ShopAppraiseList?shopID=' + this.data.shopInfo.id
- // url: 'ShopAppraiseList?shopID=' + this.numList.shopInfo.id
- })
- },
- getInfo() {
- uni.showLoading({
- title: '加载中'
- })
- var that = this;
- this.$http('openreservation/getInfo', {
- lat: this.location.lat ? this.location.lat : '',
- lng: this.location.lng ? this.location.lng : '',
- shopId: this.naShopId,
- }, 'GET').then(res => {
- uni.hideLoading();
- this.shopInfo = res.data.shopInfo;
- this.data = res.data;
-
- uni.setStorage({
- key: 'yyshopInfo',
- data: that.shopInfo,
- success: function() {
- }
- });
-
- this.listBigTags()
- })
- },
- listBigTags() {
- uni.showLoading({
- title: '加载中'
- });
- if(this.naUnionId){
- var unionId=this.naUnionId
- }else{
- //var unionId=this.userInfo.unionId
- var unionId=this.ext.unionId
- }
-
- //openreservation/listBigTags
- this.$http('openreservation/listItemWxCategory', {
- shopId: this.shopInfo.id,
- unionId: unionId
- }, 'GET').then(res => {
- uni.hideLoading();
- this.bizTagId = res.data[0].ID
- this.rightTitle = res.data[0].Name
- this.leftData = res.data;
- this.GetlistItemWxInfo()
- })
- },
- GetlistItemWxInfo() {
- //console.log("listItemWxInfo")
- uni.showLoading({
- title: '加载中'
- });
- console.log("bizTagId" + this.bizTagId)
- this.$http('openreservation/listItemWxInfo', {
- shopId: this.shopInfo.id,
- bizTagId: this.bizTagId
- }, 'GET').then(res => {
- //console.log(res)
- uni.hideLoading();
- // es.data.forEach(mode => {
- // mode.ck=false
- // })
- this.rightData = res.data
- console.log(this.rightData)
- })
- },
- checkItem(item) {
- item.bizTagId=this.bizTagId;
- var bizTagId=this.bizTagId;
- console.log(item)
- let index = this.selectedItems.findIndex(i => i.ID === item.ID)
- if (index !== -1) {
- this.selectedItems.splice(index, 1)
- } else {
- this.selectedItems.push(item);
- this.selectedItems = this.selectedItems.filter(function(i) {
- return i.bizTagId==bizTagId
- })
- /* this.selectedItems.forEach(i=>{
- if(i.bizTagId!=this.bizTagId){
-
- }
- }) */
-
- }
- console.log(this.selectedItems)
- },
- goLocation() {
- var that = this;
- if (!that.shopInfo.lat || !that.shopInfo.lng) {
- uni.showToast({
- title: '该店铺未设置定位',
- icon: 'none',
- duration: 3000
- });
- } else {
- uni.openLocation({
- latitude: Number(that.shopInfo.lat),
- longitude: Number(that.shopInfo.lng),
- name: that.shopInfo.shopName,
- address: that.shopInfo.provinceName + that.shopInfo.cityName + that.shopInfo.areaName +
- that.shopInfo.address,
- success: function() {
- console.log('success');
- },
- fail(err) {
- console.log(err)
- }
- });
- }
- },
- phones() {
- uni.makePhoneCall({
- phoneNumber: this.shopInfo.mobilePhone
- });
- },
- listItemWxInfo(item, index) {
- console.log(item)
- this.leftIndex = index;
- this.bizTagId = item.ID
- if (item.ID == '') {
- this.bizTagId = ''
- }
- this.rightTitle = item.Name;
- this.GetlistItemWxInfo()
- },
- yuyueDetail() {
- this.yydetailShow = true;
- },
- yyqingk() {
- this.selectedItems = []
- },
- yuyue() {
- if(this.shopInfo.shopState!=1){
- uni.showToast({
- title: '当前门店暂未营业',
- icon: 'none',
- duration: 3000
- });
- return false
- }
- if (!this.selectedItems.length) {
- uni.showToast({
- title: '请选择预约项目',
- icon: 'none',
- duration: 3000
- });
- } else {
- this.$store.commit('mutationsyuyueData', this.selectedItems)
- uni.navigateTo({
- url: 'confirmYuyue?totalPrice='+this.totalPrice
- })
- }
- /* if(!this.userInfo){
- this.authorizShow=true
- }else{
-
- } */
-
-
- }
- }
- }
- </script>
- <style scoped lang="less">
- .nodataBox {
- text-align: center;
- }
- .nodataImg {
- width: 400rpx;
- padding-top: 100rpx;
- }
- .noTxt {
- font-size: 32rpx;
- color: #999999;
- padding-top: 50rpx;
- }
- .box {
- background: #F4F5F7;
- min-height: 100vh;
- }
- .swiper-item img {
- width: 750rpx;
- height: 500rpx;
- }
- .swiper-item {
- height: 500rpx;
- }
- .swiper {
- height: 500rpx;
- }
- .shopTop {
- height: 500rpx;
- }
- .newshopNames {
- width: 750rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- margin-top: -60rpx;
- position: relative;
- border-radius: 24rpx 24rpx 0px 0px;
- padding-bottom: 20rpx;
- }
- .newshopDname {
- color: #333333;
- font-size: 30rpx;
- padding-left: 20rpx;
- padding-top: 23rpx;
- font-weight: 500;
- }
- .newshopDtime {
- color: #999999;
- font-size: 24rpx;
- padding-left: 20rpx;
- padding-top: 10rpx;
- font-weight: 400;
- }
- .newshopDstop {
- padding-bottom: 21rpx;
- border-bottom: 1px solid #EEEEEE;
- }
- .newshopDetailtop {
- margin-bottom: 20rpx;
- }
- .newshopDbqbox {
- display: flex;
- flex-wrap: wrap;
- padding-left: 20rpx;
- }
- .newshopDbqline {
- line-height: 30rpx;
- height: 30rpx;
- border-radius: 4rpx;
- border: 1px solid #F19D01;
- color: #f19D01;
- font-size: 24rpx;
- padding: 0 8rpx;
- margin-right: 16rpx;
- margin-top: 10rpx;
- }
- .newshopDbqbox {
- padding-top: 5rpx;
- }
- .shopaddressIcon {
- width: 22rpx;
- height: 30rpx;
- }
- .shopDdistance {
- color: #3C3C3C;
- font-size: 24rpx;
- line-height: 30rpx;
- padding-left: 16rpx;
- font-weight: 500;
- }
- .newshopDaleftTop {
- display: flex;
- }
- .newshopDadressBpx {
- display: flex;
- padding: 20rpx 20rpx;
- background: url(http://dmsphoto.66km.com.cn/thFiles/010748B7-5678-46C3-941B-60B3CD4D10CB.png) no-repeat;
- background-size: 100% 100%;
- margin-left: 24rpx;
- }
- .newshopDadressName {
- color: #999999;
- padding-top: 16rpx;
- font-size: 24rpx;
- line-height: 36rpx;
- width: 480rpx;
- font-weight: 400;
- }
- .newshopDrlineimg {
- width: 44rpx;
- height: 44rpx;
- }
- .newshopDrlineTxt {
- color: #999999;
- font-size: 24rpx;
- text-align: center;
- padding-top: 7rpx;
- font-weight: 400;
- }
- .newright-item .yuyue-item {
- padding-top: 20rpx;
- }
- .newshopDRsx {
- width: 2rpx;
- height: 71rpx;
- background: #EEEEEE;
- }
- .newshopDaright {
- display: flex;
- justify-content: space-between;
- width: 150rpx;
- padding-left: 20rpx;
- }
- .yrTopImg {
- width: 36rpx;
- height: 36rpx;
- }
- .yuyue-container {
- display: flex;
- padding-bottom: 120rpx;
- min-height: 40vh;
- }
- .yuyueLeft {
- background: #F5F5F5;
- width: 154rpx;
- }
- .yuyueRight {
- width: 596rpx;
- background: #FFFFFF;
- }
- .yuyueleftLine {
- font-size: 24rpx;
- padding: 30rpx 24rpx;
- color: #3C3C3C;
-
- }
- .leftActive {
- background: #FFFFFF;
- font-weight: bold;
- }
- .yuyueRightTitle {
- color: #999999;
- font-size: 26rpx;
- background: #F9F9F9;
- padding-left: 24rpx;
- line-height: 62rpx;
- }
- .yrTop {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .ItemName {
- color: #3C3C3C;
- font-size: 28rpx;
- width: 480rpx;
- font-weight: bold;
- margin-top: 20rpx;
- margin-bottom: 10rpx;
- }
- .itemSm {
- color: #999999;
- line-height: 33rpx;
- font-size: 22rpx;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .qianhaospan {
- font-size: 22rpx;
- }
- .yuyue-price {
- color: #FF3B30;
- font-size: 32rpx;
- padding-top: 8rpx;
- border-bottom: 1px solid #EEEEEE;
- padding-bottom: 19rpx;
- }
- .newbottom-container-button {
- width: 203rpx;
- height: 74rpx;
- background: #D53533;
- border-radius: 37rpx;
- color: #FEFFFE;
- font-size: 30rpx;
- line-height: 74rpx;
- text-align: center;
- }
- .newbottom-container {
- display: flex;
- justify-content: space-between;
- padding-left: 32rpx !important;
- width: 696rpx !important;
- z-index: 66;
- padding: 23rpx 32rpx !important;
- height: 76rpx !important;
- position: fixed;
- left: 0;
- bottom: 0;
- background: #FFFFFF;
- box-shadow: 0px -2px 10px 0px rgba(153, 153, 153, 0.1000);
- }
- .yuyue-main .newright-item {
- padding-bottom: 19rpx;
- }
- .yyBleftimg {
- width: 45rpx;
- height: 35rpx;
- margin-top: 2rpx;
- }
- .yyBleft {
- display: flex;
- align-items: center;
- padding-right: 33rpx;
- }
- .newyyBox {
- display: flex;
- }
- .newyyBox .totalPriceBox {
- line-height: 45rpx;
- color: #666666;
- font-size: 24rpx;
- font-weight: 500;
- }
- .newyyBox .totalPrice {
- color: #FF0000;
- font-size: 32rpx;
- }
- .hejishul {
- color: #999999;
- font-size: 24rpx;
- font-weight: 400;
- }
- .yydetailBox {
- position: fixed;
- bottom: 0;
- left: 0;
- height: 100vh;
- width: 100vw;
- background: rgba(0, 0, 0, 0.4);
- z-index: 6;
- }
- .yydetailCont {
- width: 100vw;
- height: calc(50vh + 2rpx);
- overflow-y: scroll;
- background: #F0F0F0;
- position: absolute;
- left: 0;
- bottom: 119rpx;
- }
- .yyDetailTop {
- width: 750rpx;
- height: 90rpx;
- background: #FFFFFF;
- border-radius: 24rpx 24rpx 0px 0px;
- position: absolute;
- left: 0;
- bottom: calc(50vh + 120rpx);
- display: flex;
- justify-content: space-between;
- }
- .yyDetailTopleft {
- color: #3C3C3C;
- font-size: 30rpx;
- line-height: 90rpx;
- padding-left: 24rpx;
- font-weight: 500;
- }
- .yyDetailTopRight {
- display: flex;
- padding-right: 24rpx;
- }
- .yydetailx {
- line-height: 90rpx;
- color: #999999;
- font-size: 30rpx;
- }
- .yydetalqk {
- width: 86rpx;
- height: 41rpx;
- background: #F4F5F7;
- border-radius: 21rpx;
- text-align: center;
- line-height: 41rpx;
- color: #666666;
- font-size: 24rpx;
- margin-top: 25rpx;
- margin-right: 38rpx;
- }
- .yydetailContLine {
- width: 702rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- margin-top: 20rpx;
- margin-left: 24rpx;
- padding: 24rpx 0px;
- }
- .yydlineName {
- color: #3C3C3C;
- font-size: 26rpx;
- padding-left: 24rpx;
- }
- .yydlineCommnt {
- color: #999999;
- font-size: 26rpx;
- padding-left: 22rpx;
- line-height: 30rpx;
- padding-top: 10rpx;
- }
- .yydPrice {
- padding-left: 22rpx;
- padding-top: 10rpx;
- color: #FF3B30;
- font-size: 32rpx;
- }
- .appraiseBg{
- display: flex;
- align-items: center;
- }
- .appraiseBox {
- padding: 5rpx 20rpx;
- padding-right: 30rpx;
- margin-top: 10rpx;
- height: 62rpx;
- background: rgba(255, 0, 0, 0.08);
- border-radius: 0 15rpx 15rpx 0;
- display: flex;
- align-items: center;
- }
- .appraise {
- color: #FF0000;
- font-size: 38rpx;
- font-weight: bold;
- }
- .line {
- margin: 0 20rpx;
- width: 1rpx;
- height: 30rpx;
- background: #E9E8E8;
- }
- .appraiseCount {
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- flex-grow: 1;
- }
- .rightArrow {
- width: 7rpx;
- height: 15rpx;
- margin-left: 16rpx;
- }
- .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: 210rpx;
- height: 66rpx;
- background: #D53533;
- border-radius: 44rpx;
- line-height: 66rpx;
- text-align: center;
- font-size:30rpx;
- color: #FFFFFF;
-
- margin-left:40rpx;
- }
- .sqRefuse{
- width: 210rpx;
- height: 66rpx;
- border: 1px solid #eaeaea;
- line-height: 66rpx;
- border-radius: 36rpx;
- text-align: center;
- font-size:30rpx;
- margin-right:40rpx;
- color: #999999;
- }
- .sqLine{
- margin-top: 62rpx;
- display: flex;
- justify-content: space-between;
- }
- </style>
|