|
|
|
@ -7,13 +7,15 @@
|
|
|
|
|
<!-- <text class="icon"></text> --> |
|
|
|
|
<image v-if="navStyle" class="icon" src="../../static/images/earth-white.png"></image> |
|
|
|
|
<image v-else class="icon" src="../../static/images/earth.png"></image> |
|
|
|
|
<image v-if="navStyle" class="title-image" src="../../static/images/yanjie-logo-white.png"></image> |
|
|
|
|
<image v-if="navStyle" class="title-image" src="../../static/images/yanjie-logo-white.png"> |
|
|
|
|
</image> |
|
|
|
|
<text class="nav-title shopro-selector-rect" v-else>{{ '中国·武汉' }}</text> |
|
|
|
|
</view> |
|
|
|
|
</block> |
|
|
|
|
<block slot="right"> |
|
|
|
|
<view class="icon-box acea-row row-middle"> |
|
|
|
|
<image v-if="navStyle" src="../../static/images/search-white.png" @click="goGoodSearch()"></image> |
|
|
|
|
<image v-if="navStyle" src="../../static/images/search-white.png" @click="goGoodSearch()"> |
|
|
|
|
</image> |
|
|
|
|
<image v-else src="../../static/images/search.png" @click="goGoodSearch()"></image> |
|
|
|
|
<!-- <image v-if="navStyle" src="../../static/images/scan-white.png" mode=""></image> |
|
|
|
|
<image v-else src="../../static/images/scan.png" mode=""></image> --> |
|
|
|
@ -48,7 +50,8 @@
|
|
|
|
|
<view class="selections"> |
|
|
|
|
<scroll-view scroll-x="true" class="scroll"> |
|
|
|
|
<view class="item-box"> |
|
|
|
|
<view class="" v-for="(item,index) in info.evaluationList" :key="index" @click="goEvaluationDetail(item)"> |
|
|
|
|
<view class="" v-for="(item,index) in info.evaluationList" :key="index" |
|
|
|
|
@click="goEvaluationDetail(item)"> |
|
|
|
|
<view class="item"> |
|
|
|
|
<!-- <view :class="'item ' + (index%2 == 0?'':'black')"> --> |
|
|
|
|
<image :src="item.homeImage" mode="aspectFill"></image> |
|
|
|
@ -62,11 +65,15 @@
|
|
|
|
|
<view class="tab-box"> |
|
|
|
|
<view class="scroll-box"> |
|
|
|
|
<swiper :previous-margin="'32rpx'" :current="tabType" @change="changeCurrent"> |
|
|
|
|
<swiper-item :class="'title-box ' + (tabType?'':'on')" :style="tabType?'transform: translate(75%, 0px) translateZ(0px) !important;':'transform: translate(0%, 0px) translateZ(0px) !important;'" @click="changeTab(0)"> |
|
|
|
|
<swiper-item :class="'title-box ' + (tabType?'':'on')" |
|
|
|
|
:style="tabType?'transform: translate(75%, 0px) translateZ(0px) !important;':'transform: translate(0%, 0px) translateZ(0px) !important;'" |
|
|
|
|
@click="changeTab(0)"> |
|
|
|
|
<view class="tip">{{tabType?'':'PICK FOR YOU'}}</view> |
|
|
|
|
<view class="title">推荐好物</view> |
|
|
|
|
</swiper-item> |
|
|
|
|
<swiper-item :class="'title-box ' + (tabType?'on':'')" :style="!tabType?'transform: translate(151%, 0px) translateZ(0px) !important;':'transform: translate(79%, 0px) translateZ(0px) !important;'" @click="changeTab(1)"> |
|
|
|
|
<swiper-item :class="'title-box ' + (tabType?'on':'')" |
|
|
|
|
:style="!tabType?'transform: translate(151%, 0px) translateZ(0px) !important;':'transform: translate(79%, 0px) translateZ(0px) !important;'" |
|
|
|
|
@click="changeTab(1)"> |
|
|
|
|
<view class="tip">{{tabType?'HOT LIST':''}}</view> |
|
|
|
|
<view class="title">热门榜单</view> |
|
|
|
|
</swiper-item> |
|
|
|
@ -90,7 +97,8 @@
|
|
|
|
|
<!-- 为您推荐 推荐好物 benefit v-show="!tabType" --> |
|
|
|
|
<!-- <PromotionGood :benefit="bastList" /> --> |
|
|
|
|
<view class="goods-list acea-row row-between"> |
|
|
|
|
<view class="goods-item" v-for="(item, promotionGoodIndex) in bastList" :key="promotionGoodIndex" @tap="goGoodsCon(item)"> |
|
|
|
|
<view class="goods-item" v-for="(item, promotionGoodIndex) in bastList" |
|
|
|
|
:key="promotionGoodIndex" @tap="goGoodsCon(item)"> |
|
|
|
|
<view class="img-box"> |
|
|
|
|
<image class="img" :src="item.image" lazy-load mode="aspectFill"></image> |
|
|
|
|
</view> |
|
|
|
@ -106,10 +114,13 @@
|
|
|
|
|
<!-- <HotCommodity :detail="hotList" /> --> |
|
|
|
|
<view class="hot-list"> |
|
|
|
|
<view class="classify-tab-box acea-row"> |
|
|
|
|
<view :class="'classify-item ' + (classifyType == index?'on':'')" v-for="(item,index) in hotList" :key="index" @click="changeClassify(index)">{{item.listName}}</view> |
|
|
|
|
<view :class="'classify-item ' + (classifyType == index?'on':'')" |
|
|
|
|
v-for="(item,index) in hotList" :key="index" @click="changeClassify(index)"> |
|
|
|
|
{{item.listName}}</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="top-box"> |
|
|
|
|
<view class="top-item acea-row" v-for="(item,index) in topList" :key="index" @tap="goGoodsCon(item)"> |
|
|
|
|
<view class="top-item acea-row" v-for="(item,index) in topList" :key="index" |
|
|
|
|
@tap="goGoodsCon(item)"> |
|
|
|
|
<view class="top-num-box"> |
|
|
|
|
<view class="">{{index+1}}</view> |
|
|
|
|
<view class="tip">{{index===0?'ST':index===1?'ND':index===2?'RD':'TH'}}</view> |
|
|
|
@ -123,7 +134,8 @@
|
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="goods-list acea-row row-between" v-if="goodsList.length"> |
|
|
|
|
<view class="goods-item" v-for="(item, promotionGoodIndex) in goodsList" :key="promotionGoodIndex" @tap="goGoodsCon(item)"> |
|
|
|
|
<view class="goods-item" v-for="(item, promotionGoodIndex) in goodsList" |
|
|
|
|
:key="promotionGoodIndex" @tap="goGoodsCon(item)"> |
|
|
|
|
<view class="img-box"> |
|
|
|
|
<image class="img" :src="item.image" lazy-load mode="aspectFill"></image> |
|
|
|
|
</view> |
|
|
|
@ -202,7 +214,11 @@
|
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
<script> |
|
|
|
|
import { mapState, mapMutations, mapActions } from 'vuex' |
|
|
|
|
import { |
|
|
|
|
mapState, |
|
|
|
|
mapMutations, |
|
|
|
|
mapActions |
|
|
|
|
} from 'vuex' |
|
|
|
|
// import GoodList from '@/components/GoodList' |
|
|
|
|
// import PromotionGood from '@/components/PromotionGood' |
|
|
|
|
// import CouponWindow from '@/components/CouponWindow' |
|
|
|
@ -218,11 +234,21 @@ import Banner from './components/Banner'
|
|
|
|
|
// import Live from './components/Live' |
|
|
|
|
import Tabbar from '@/components/Tabbar'; |
|
|
|
|
|
|
|
|
|
import { getHomeData, getShare, getCanvas, getHotList } from '@/api/public' |
|
|
|
|
import { |
|
|
|
|
getHomeData, |
|
|
|
|
getShare, |
|
|
|
|
getCanvas, |
|
|
|
|
getHotList |
|
|
|
|
} from '@/api/public' |
|
|
|
|
import cookie from '@/utils/store/cookie' |
|
|
|
|
import { isWeixin, handleUrlParam } from '@/utils/index' |
|
|
|
|
import { |
|
|
|
|
isWeixin, |
|
|
|
|
handleUrlParam |
|
|
|
|
} from '@/utils/index' |
|
|
|
|
|
|
|
|
|
import { openShareAll } from '@/libs/wechat' |
|
|
|
|
import { |
|
|
|
|
openShareAll |
|
|
|
|
} from '@/libs/wechat' |
|
|
|
|
|
|
|
|
|
const HAS_COUPON_WINDOW = 'has_coupon_window' |
|
|
|
|
|
|
|
|
@ -377,6 +403,7 @@ export default {
|
|
|
|
|
// this.homeData = JSON.parse(error.data.json) |
|
|
|
|
// console.log('225',this.homeData) |
|
|
|
|
// }) |
|
|
|
|
|
|
|
|
|
getHomeData().then(res => { |
|
|
|
|
this.logoUrl = res.data.logoUrl |
|
|
|
|
// res.data.banner.forEach(item => (item.bgcolor = item.color || '')) |
|
|
|
@ -417,6 +444,7 @@ export default {
|
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
|
|
|
|
|
...mapActions(['getLocation']), |
|
|
|
|
onShareTimeline: function() { |
|
|
|
|
return { |
|
|
|
@ -638,6 +666,7 @@ export default {
|
|
|
|
|
.head_box.active { |
|
|
|
|
background-image: linear-gradient(33deg, #2EB5AE 0%, #1B8DCC 100%); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.head_box { |
|
|
|
|
position: fixed; |
|
|
|
|
top: 0; |
|
|
|
@ -657,11 +686,13 @@ export default {
|
|
|
|
|
// background-color: aquamarine; |
|
|
|
|
margin-left: 22rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title-image { |
|
|
|
|
width: 184rpx; |
|
|
|
|
height: 46rpx; |
|
|
|
|
// background-color: bisque; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.nav-title { |
|
|
|
|
// font-size: 38rpx; |
|
|
|
|
// font-family: PingFang SC; |
|
|
|
@ -672,6 +703,7 @@ export default {
|
|
|
|
|
color: #3A3A3C; |
|
|
|
|
line-height: 38rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// .right-icon { |
|
|
|
|
// width: 62rpx; |
|
|
|
|
// height: 62rpx; |
|
|
|
@ -683,6 +715,7 @@ export default {
|
|
|
|
|
// height: 62rpx; |
|
|
|
|
// background-color: aquamarine; |
|
|
|
|
margin-right: 14rpx; |
|
|
|
|
|
|
|
|
|
image { |
|
|
|
|
width: 62rpx; |
|
|
|
|
height: 62rpx; |
|
|
|
@ -703,6 +736,7 @@ export default {
|
|
|
|
|
padding: 32rpx 32rpx 20rpx; |
|
|
|
|
margin-bottom: -48rpx; |
|
|
|
|
box-shadow: 0rpx -12rpx 12rpx 0rpx rgba(0, 0, 0, 0.1); |
|
|
|
|
|
|
|
|
|
.item { |
|
|
|
|
.img-box { |
|
|
|
|
width: 108rpx; |
|
|
|
@ -711,11 +745,13 @@ export default {
|
|
|
|
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.15); |
|
|
|
|
border-radius: 16rpx; |
|
|
|
|
padding: 24rpx; |
|
|
|
|
|
|
|
|
|
image { |
|
|
|
|
width: 64rpx; |
|
|
|
|
height: 64rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
padding-top: 16rpx; |
|
|
|
|
font-size: 22rpx; |
|
|
|
@ -728,26 +764,31 @@ export default {
|
|
|
|
|
|
|
|
|
|
.selections-box { |
|
|
|
|
padding-top: 24rpx; |
|
|
|
|
|
|
|
|
|
.top { |
|
|
|
|
padding: 0rpx 32rpx; |
|
|
|
|
|
|
|
|
|
.tip { |
|
|
|
|
font-size: 20rpx; |
|
|
|
|
font-family: Futura; |
|
|
|
|
color: #999999; |
|
|
|
|
line-height: 22rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
font-size: 50rpx; |
|
|
|
|
font-weight: 600; |
|
|
|
|
color: #3A3A3C; |
|
|
|
|
line-height: 68rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.more { |
|
|
|
|
font-size: 20rpx; |
|
|
|
|
font-weight: 300; |
|
|
|
|
color: #2DB5AE; |
|
|
|
|
line-height: 26rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.jiantou { |
|
|
|
|
width: 0rpx; |
|
|
|
|
height: 0rpx; |
|
|
|
@ -761,16 +802,19 @@ export default {
|
|
|
|
|
|
|
|
|
|
.selections { |
|
|
|
|
padding-top: 6rpx; |
|
|
|
|
|
|
|
|
|
.scroll { |
|
|
|
|
width: 100%; |
|
|
|
|
overflow: hidden; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item-box { |
|
|
|
|
display: flex; |
|
|
|
|
flex-wrap: nowrap; |
|
|
|
|
// width: 2144rpx; |
|
|
|
|
padding: 10rpx 0rpx 24rpx 32rpx; |
|
|
|
|
|
|
|
|
|
.item { |
|
|
|
|
width: 684rpx; |
|
|
|
|
height: 240rpx; |
|
|
|
@ -779,11 +823,13 @@ export default {
|
|
|
|
|
border-radius: 16rpx; |
|
|
|
|
margin-right: 20rpx; |
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
|
image { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// .black { |
|
|
|
|
// background: #4F4E53; |
|
|
|
|
// } |
|
|
|
@ -793,19 +839,23 @@ export default {
|
|
|
|
|
|
|
|
|
|
.tab-box { |
|
|
|
|
padding-bottom: 16rpx; |
|
|
|
|
|
|
|
|
|
.scroll-box { |
|
|
|
|
width: 382rpx; |
|
|
|
|
height: 90rpx; |
|
|
|
|
|
|
|
|
|
swiper { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title-box { |
|
|
|
|
width: 108rpx !important; |
|
|
|
|
position: absolute; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
|
|
.tip { |
|
|
|
|
opacity: 0; |
|
|
|
|
height: 22rpx; |
|
|
|
@ -815,6 +865,7 @@ export default {
|
|
|
|
|
color: #999999; |
|
|
|
|
line-height: 22rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
height: 68rpx; |
|
|
|
|
font-size: 26rpx; |
|
|
|
@ -824,8 +875,10 @@ export default {
|
|
|
|
|
padding-top: 22rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title-box.on { |
|
|
|
|
width: 200rpx !important; |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
font-size: 50rpx; |
|
|
|
|
line-height: 68rpx; |
|
|
|
@ -839,6 +892,7 @@ export default {
|
|
|
|
|
// // 兼容写法 |
|
|
|
|
// -webkit-backface-visibility: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tip { |
|
|
|
|
opacity: 1; |
|
|
|
|
transition: opacity 1s cubic-bezier(.18, .89, .17, .88); |
|
|
|
@ -847,9 +901,11 @@ export default {
|
|
|
|
|
-o-transition: opacity 1s cubic-bezier(.18, .89, .17, .88); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title-box:first-child { |
|
|
|
|
// padding-left: 32rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title-box:last-child { |
|
|
|
|
transform: translate(151%, 0px) translateZ(0px) !important; |
|
|
|
|
padding-left: 24rpx; |
|
|
|
@ -857,6 +913,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
.tab-line-box { |
|
|
|
|
padding-left: 32rpx; |
|
|
|
|
|
|
|
|
|
.tab-line { |
|
|
|
|
width: 92rpx; |
|
|
|
|
height: 4rpx; |
|
|
|
@ -865,6 +922,7 @@ export default {
|
|
|
|
|
// border: 4rpx solid #CCEDEB; |
|
|
|
|
margin-right: 12rpx; |
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
.active { |
|
|
|
|
width: 0rpx; |
|
|
|
|
height: 4rpx; |
|
|
|
@ -879,6 +937,7 @@ export default {
|
|
|
|
|
-moz-transition: all .6s cubic-bezier(.18, .89, .17, .88); |
|
|
|
|
-o-transition: all .6s cubic-bezier(.18, .89, .17, .88); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.active.on2 { |
|
|
|
|
width: 92rpx; |
|
|
|
|
transition: all .6s cubic-bezier(.18, .89, .17, .88); |
|
|
|
@ -887,11 +946,13 @@ export default {
|
|
|
|
|
-o-transition: all .6s cubic-bezier(.18, .89, .17, .88); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tab-line:first-child { |
|
|
|
|
.active { |
|
|
|
|
// width: 92rpx; |
|
|
|
|
left: 92rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.active.on { |
|
|
|
|
width: 92rpx; |
|
|
|
|
left: 0; |
|
|
|
@ -906,6 +967,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
.list-box { |
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
swiper { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
@ -913,23 +975,27 @@ export default {
|
|
|
|
|
|
|
|
|
|
.list-box .goods-list { |
|
|
|
|
padding: 0rpx 32rpx 8rpx; |
|
|
|
|
|
|
|
|
|
.goods-item { |
|
|
|
|
width: 332rpx; |
|
|
|
|
background: #F5F6F8; |
|
|
|
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.15); |
|
|
|
|
border-radius: 16rpx; |
|
|
|
|
margin-bottom: 20rpx; |
|
|
|
|
|
|
|
|
|
.img-box { |
|
|
|
|
width: 332rpx; |
|
|
|
|
height: 316rpx; |
|
|
|
|
border-radius: 16rpx 16rpx 0rpx 0rpx; |
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
|
.img { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
background-color: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.name { |
|
|
|
|
font-size: 26rpx; |
|
|
|
|
font-family: PingFang SC; |
|
|
|
@ -939,17 +1005,20 @@ export default {
|
|
|
|
|
height: 76rpx; |
|
|
|
|
margin: 10rpx 16rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.price-box { |
|
|
|
|
padding: 0rpx 16rpx 26rpx; |
|
|
|
|
width: 100%; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
|
|
.current { |
|
|
|
|
font-size: 30rpx; |
|
|
|
|
font-family: Futura; |
|
|
|
|
font-weight: 600; |
|
|
|
|
color: #3A3A3C; |
|
|
|
|
line-height: 40rpx; |
|
|
|
|
|
|
|
|
|
text { |
|
|
|
|
padding-left: 10rpx; |
|
|
|
|
font-size: 20rpx; |
|
|
|
@ -965,6 +1034,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
.list-box .classify-tab-box { |
|
|
|
|
padding: 4rpx 32rpx 22rpx; |
|
|
|
|
|
|
|
|
|
.classify-item { |
|
|
|
|
width: 124rpx; |
|
|
|
|
height: 40rpx; |
|
|
|
@ -977,6 +1047,7 @@ export default {
|
|
|
|
|
text-align: center; |
|
|
|
|
margin-right: 20rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.on { |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
background: #2DB5AE; |
|
|
|
@ -985,6 +1056,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
.list-box .top-box { |
|
|
|
|
padding: 0rpx 32rpx 12rpx; |
|
|
|
|
|
|
|
|
|
.top-item { |
|
|
|
|
width: 686rpx; |
|
|
|
|
height: 174rpx; |
|
|
|
@ -992,6 +1064,7 @@ export default {
|
|
|
|
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.15); |
|
|
|
|
border-radius: 16rpx; |
|
|
|
|
margin-bottom: 20rpx; |
|
|
|
|
|
|
|
|
|
.top-num-box { |
|
|
|
|
width: 146rpx; |
|
|
|
|
height: 174rpx; |
|
|
|
@ -1002,6 +1075,7 @@ export default {
|
|
|
|
|
color: #2DB5AE; |
|
|
|
|
line-height: 106rpx; |
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
|
|
.tip { |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
line-height: 42rpx; |
|
|
|
@ -1009,16 +1083,19 @@ export default {
|
|
|
|
|
top: -22rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.img { |
|
|
|
|
width: 168rpx; |
|
|
|
|
height: 162rpx; |
|
|
|
|
border-radius: 8rpx; |
|
|
|
|
margin: 6rpx 0rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.info-box { |
|
|
|
|
width: 370rpx; |
|
|
|
|
height: 174rpx; |
|
|
|
|
padding: 16rpx 18rpx 16rpx 10rpx; |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
height: 76rpx; |
|
|
|
|
font-size: 26rpx; |
|
|
|
@ -1026,12 +1103,14 @@ export default {
|
|
|
|
|
color: #3A3A3C; |
|
|
|
|
line-height: 38rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.price-box { |
|
|
|
|
font-size: 30rpx; |
|
|
|
|
font-family: Futura; |
|
|
|
|
font-weight: 600; |
|
|
|
|
color: #3A3A3C; |
|
|
|
|
line-height: 40rpx; |
|
|
|
|
|
|
|
|
|
text { |
|
|
|
|
font-size: 20rpx; |
|
|
|
|
font-weight: 500; |
|
|
|
@ -1041,6 +1120,7 @@ export default {
|
|
|
|
|
padding-left: 10rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.original { |
|
|
|
|
font-size: 20rpx; |
|
|
|
|
color: #999999; |
|
|
|
@ -1049,6 +1129,7 @@ export default {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// .menus-box { |
|
|
|
|
// position: relative; |
|
|
|
|
// top: ; |
|
|
|
|