|
@@ -12,29 +12,59 @@
|
|
|
<swiper class="carousel" autoplay="true" duration="400" interval="5000" @change="swiperChange">
|
|
|
<swiper-item v-for="(item, index) in carouselList" :key="index" class="carousel-item" @click="bannerNavToUrl(item)"><image :src="item.pic" /></swiper-item>
|
|
|
</swiper>
|
|
|
+ <view class="tongz flex">
|
|
|
+ <view>
|
|
|
+ <view class="tongz-bg"><image src="../../static/img/tongz-bg.png" mode=""></image></view>
|
|
|
+ <view class="tongz-left flex">
|
|
|
+ <image class="image-left" src="../../static/img/ling.png" mode=""></image>
|
|
|
+ <u-notice-bar
|
|
|
+ style="width: 100%;"
|
|
|
+ mode="vertical"
|
|
|
+ type="none"
|
|
|
+ :volume-icon="false"
|
|
|
+ :more-icon="true"
|
|
|
+ :list="text"
|
|
|
+ @click="goDetails"
|
|
|
+ @getMore="nav('/pages/index/message')"
|
|
|
+ ></u-notice-bar>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="navbar flex">
|
|
|
<view class="navbar-item" @click="nav('/pages/product/classify')">
|
|
|
- <image class="nitem-image" src="../../static/img/autotrophy.png" mode=""></image>
|
|
|
- <view class="nitem-font">趣豆自营</view>
|
|
|
+ <image class="nitem-image" src="../../static/img/index-inco1.png" mode=""></image>
|
|
|
+ <view class="nitem-font">随意嗨购</view>
|
|
|
</view>
|
|
|
<view class="navbar-item" @click="nav('/pages/product/classify')">
|
|
|
- <image class="nitem-image" src="../../static/img/integral.png" mode=""></image>
|
|
|
- <view class="nitem-font">积分商城</view>
|
|
|
+ <image class="nitem-image" src="../../static/img/index-inco2.png" mode=""></image>
|
|
|
+ <view class="nitem-font">赠艺金券</view>
|
|
|
</view>
|
|
|
<view class="navbar-item" @click="nav('/pages/product/classify')">
|
|
|
- <image class="nitem-image" src="../../static/img/replacement.png" mode=""></image>
|
|
|
- <view class="nitem-font">置换商城</view>
|
|
|
+ <image class="nitem-image" src="../../static/img/index-inco3.png" mode=""></image>
|
|
|
+ <view class="nitem-font">置换</view>
|
|
|
</view>
|
|
|
- <view class="navbar-item" @click="nav('/pages/product/classify')">
|
|
|
- <image class="nitem-image" src="../../static/img/Hang.png" mode=""></image>
|
|
|
- <view class="nitem-font">挂售商城</view>
|
|
|
+ <!-- <view class="navbar-item" @click="nav('/pages/product/classify')">
|
|
|
+ <image class="nitem-image" src="../../static/img/index-inco4.png" mode=""></image>
|
|
|
+ <view class="nitem-font">趣豆购</view>
|
|
|
+ </view> -->
|
|
|
+ <view class="navbar-item" @click="nav('/pages/product/seckill')">
|
|
|
+ <image class="nitem-image" src="../../static/img/index-inco5.png" mode=""></image>
|
|
|
+ <view class="nitem-font">秒杀</view>
|
|
|
+ </view>
|
|
|
+ <!-- <view class="navbar-item" @click="nav('/pages/product/zero')">
|
|
|
+ <image class="nitem-image" src="../../static/img/index-inco6.png" mode=""></image>
|
|
|
+ <view class="nitem-font">0元购</view>
|
|
|
+ </view> -->
|
|
|
+ <view class="navbar-item" @click="nav('/pages/store/store')">
|
|
|
+ <image class="nitem-image" src="../../static/img/index-inco7.png" mode=""></image>
|
|
|
+ <view class="nitem-font">服务专区</view>
|
|
|
</view>
|
|
|
<view class="navbar-item" @click="nav('/pages/hall/hall')">
|
|
|
- <image class="nitem-image" src="../../static/img/offline.png" mode=""></image>
|
|
|
- <view class="nitem-font">线下会馆</view>
|
|
|
+ <image class="nitem-image" src="../../static/img/index-inco8.png" mode=""></image>
|
|
|
+ <view class="nitem-font">大品牌区</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="product"><image class="product-image" src="../../static/img/index-product.png" mode=""></image></view>
|
|
|
+ <!-- <view class="product"><image class="product-image" src="../../static/img/index-product.png" mode=""></image></view> -->
|
|
|
<view class="shingle">
|
|
|
<view class="shingle-top flex">
|
|
|
<view class="shingle-title">艺术品挂牌交易区</view>
|
|
@@ -71,42 +101,90 @@
|
|
|
<image class="right-bottom" src="../../static/img/right-bottom.png" mode=""></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="good-title" v-if="dataList.length > 0"><image src="../../static/img/goodtitle.png" mode=""></image></view>
|
|
|
- <view class="main" v-if="dataList.length > 0">
|
|
|
- <view class="list-box-h">
|
|
|
- <view v-for="(item, index) in dataList" :key="index" class="guess-item" @click="navToDetailPage(item)">
|
|
|
- <image :src="item.image"></image>
|
|
|
- <view class="guess-box">
|
|
|
- <view class="title clamp2">{{ item.store_name }}</view>
|
|
|
- <view class="price-box flex">
|
|
|
- <view class="yuanprice">{{ item.ot_price }}</view>
|
|
|
- <image src="../../static/img/jiantou.png" mode=""></image>
|
|
|
- <view class="jiang">直降{{ (item.ot_price - item.price).toFixed(2) }}元</view>
|
|
|
- </view>
|
|
|
- <view class="price" v-if="item.integral != 0">¥{{ item.price }} + {{ item.integral }}消费补贴券</view>
|
|
|
- <view class="price" v-else>¥{{ item.price }}</view>
|
|
|
- <view class="btn">立即购买</view>
|
|
|
+ <view class="seckill-box">
|
|
|
+ <view class="seckill-title flex">
|
|
|
+ <view class="seckill-left flex">
|
|
|
+ <image class="seckill-inco" src="../../static/img/seckill-inco.png" mode=""></image>
|
|
|
+ <view class="seckill-font">限时秒杀</view>
|
|
|
+ <view class="djs flex">
|
|
|
+ <view>距结束:</view>
|
|
|
+ <uni-countdowns
|
|
|
+ color="#FFFFFF"
|
|
|
+ splitor-color="#000000"
|
|
|
+ background-color="#000000"
|
|
|
+ border-color="#000000"
|
|
|
+ :show-day="false"
|
|
|
+ :hour="stopTime.stopTimeH"
|
|
|
+ :minute="stopTime.stopTimeM"
|
|
|
+ :second="stopTime.stopTimeS"
|
|
|
+ ></uni-countdowns>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="seckill-right" @click="nav('/pages/product/seckill')">
|
|
|
+ <view class="seckill-rfont">更多</view>
|
|
|
+ <image class="seckill-back" src="../../static/img/back.png" mode=""></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="seckill-main-box flex">
|
|
|
+ <view class="seckill-item" v-for="(item, index) in 3" :key="index">
|
|
|
+ <image class="item-price" src="" mode=""></image>
|
|
|
+ <view class="clamp item-title">护肤品套装</view>
|
|
|
+ <view class="jdt"><u-line-progress :percent="bzb" activeColor="#F13A88"></u-line-progress></view>
|
|
|
+ <view class="price-box flex">
|
|
|
+ <view class="new-price">¥69.9</view>
|
|
|
+ <view class="ot-price">¥89.9</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="ge">
|
|
|
+ </view>
|
|
|
+ <view class="serve">
|
|
|
+ <view class="seckill-title flex">
|
|
|
+ <view class="seckill-left flex">
|
|
|
+ <image class="seckill-inco" src="../../static/img/serve.png" mode=""></image>
|
|
|
+ <view class="seckill-font">服务专区推荐</view>
|
|
|
+ </view>
|
|
|
+ <view class="seckill-right" @click="nav('/pages/store/store')">
|
|
|
+ <view class="seckill-rfont">更多</view>
|
|
|
+ <image class="seckill-back" src="../../static/img/back.png" mode=""></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="serve-main flex">
|
|
|
+ <view class="serve-item" @click="nav('/pages/store/store')" v-for="(item, index) in 3" :key="index">
|
|
|
+ <image class="serve-price" src="" mode=""></image>
|
|
|
+ <view class="clamp serve-title">护肤品套装</view>
|
|
|
+ <view class="serve-address flex">
|
|
|
+ <image class="saddress-inco" src="../../static/img/address.png" mode=""></image>
|
|
|
+ <view class="saddress-font">距离0.3KM</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <u-tabbar activeColor="#375AFE" v-model="current" :list="tabbar" :mid-button="true"></u-tabbar>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
import { loadIndexs } from '@/api/index.js';
|
|
|
-import { tabbar } from '@/utils/tabbar.js';
|
|
|
+import uniCountdowns from '@/components/uni-countdown/uni-countdowns.vue';
|
|
|
export default {
|
|
|
+ components: {
|
|
|
+ uniCountdowns
|
|
|
+ },
|
|
|
data() {
|
|
|
return {
|
|
|
titleNViewBackground: '',
|
|
|
swiperCurrent: 0,
|
|
|
swiperLength: 0,
|
|
|
dataList: '',
|
|
|
- carouselList:[],//轮播图列表
|
|
|
- tabbar: tabbar,
|
|
|
- current: 0
|
|
|
+ carouselList: [], //轮播图列表
|
|
|
+ text: ['恭喜黑白灰用户拼团成功¥353元!', '恭喜黑白灰用户拼团成功¥353元!'],
|
|
|
+ stopTime: {
|
|
|
+ stopTimeH: 0,
|
|
|
+ stopTimeM: 24,
|
|
|
+ stopTimeS: 59
|
|
|
+ },
|
|
|
+ bzb: 30
|
|
|
};
|
|
|
},
|
|
|
onLoad() {
|
|
@@ -122,6 +200,12 @@ export default {
|
|
|
})
|
|
|
.catch(e => {});
|
|
|
},
|
|
|
+ goDetails(e){
|
|
|
+ console.log(e,'123456');
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'/pages/index/messageInfo'
|
|
|
+ })
|
|
|
+ },
|
|
|
nav(url) {
|
|
|
uni.navigateTo({
|
|
|
url,
|
|
@@ -144,8 +228,7 @@ export default {
|
|
|
url: '/pages/product/search'
|
|
|
});
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
//详情页
|
|
|
navToDetailPage(item) {
|
|
|
let id = item.id;
|
|
@@ -162,7 +245,7 @@ page,
|
|
|
.center {
|
|
|
min-height: 100%;
|
|
|
height: auto;
|
|
|
- background-color: #ffffff;
|
|
|
+ background: #FFFFFF;
|
|
|
}
|
|
|
.top {
|
|
|
position: relative;
|
|
@@ -201,11 +284,65 @@ page,
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+.carousel {
|
|
|
+ width: 700rpx;
|
|
|
+ height: 300rpx;
|
|
|
+ margin: -260rpx auto 0;
|
|
|
+ image {
|
|
|
+ width: 700rpx;
|
|
|
+ height: 300rpx;
|
|
|
+ }
|
|
|
+}
|
|
|
+.tongz {
|
|
|
+ width: 690rpx;
|
|
|
+ height: 70rpx;
|
|
|
+ margin: 32rpx auto 0;
|
|
|
+ padding: 18rpx 30rpx 18rpx 24rpx;
|
|
|
+ align-items: center;
|
|
|
+ position: relative;
|
|
|
+ .tongz-bg {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 690rpx;
|
|
|
+ height: 70rpx;
|
|
|
+ image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .tongz-left {
|
|
|
+ width: 640rpx;
|
|
|
+ .image-left {
|
|
|
+ width: 28rpx;
|
|
|
+ height: 34rpx;
|
|
|
+ }
|
|
|
+ .tongz-font {
|
|
|
+ margin-left: 22rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #0f253a;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .tongz-right {
|
|
|
+ position: relative;
|
|
|
+ z-index: 11;
|
|
|
+ width: 12rpx;
|
|
|
+ height: 26rpx;
|
|
|
+ image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
.navbar {
|
|
|
- margin-top: 42rpx;
|
|
|
- justify-content: space-around;
|
|
|
+ justify-content: flex-start;
|
|
|
+ flex-wrap: wrap;
|
|
|
.navbar-item {
|
|
|
- width: 20%;
|
|
|
+ margin-top: 42rpx;
|
|
|
+ width: 25%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
@@ -214,7 +351,6 @@ page,
|
|
|
height: 90rpx;
|
|
|
}
|
|
|
.nitem-font {
|
|
|
- margin-top: 16rpx;
|
|
|
font-size: 24rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
@@ -223,39 +359,39 @@ page,
|
|
|
}
|
|
|
}
|
|
|
.product {
|
|
|
- width: 750rpx;
|
|
|
- height: 350rpx;
|
|
|
- margin-top: 50rpx;
|
|
|
+ width: 662rpx;
|
|
|
+ height: 180rpx;
|
|
|
+ margin: 44rpx auto;
|
|
|
.product-image {
|
|
|
- width: 750rpx;
|
|
|
- height: 350rpx;
|
|
|
+ width: 662rpx;
|
|
|
+ height: 180rpx;
|
|
|
}
|
|
|
}
|
|
|
.shingle {
|
|
|
- width: 690rpx;
|
|
|
- background: #efefef;
|
|
|
+ width: 750rpx;
|
|
|
+ background: #f8f8f8;
|
|
|
border-radius: 10rpx;
|
|
|
- margin: 60rpx auto;
|
|
|
- padding: 28rpx 20rpx 40rpx;
|
|
|
+ margin: 60rpx auto 0rpx;
|
|
|
+ padding: 44rpx 50rpx 40rpx;
|
|
|
.shingle-top {
|
|
|
padding-left: 2rpx;
|
|
|
.shingle-title {
|
|
|
font-size: 36rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: bold;
|
|
|
- color: #375afe;
|
|
|
+ color: #dc262b;
|
|
|
}
|
|
|
.shingle-btn {
|
|
|
width: 248rpx;
|
|
|
height: 50rpx;
|
|
|
- border: 2rpx solid #375afe;
|
|
|
+ border: 2rpx solid #dc262b;
|
|
|
border-radius: 10rpx;
|
|
|
padding: 0 16rpx;
|
|
|
text-align: left;
|
|
|
font-size: 24rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
- color: #375afe;
|
|
|
+ color: #dc262b;
|
|
|
line-height: 50rpx;
|
|
|
text {
|
|
|
display: inline-block;
|
|
@@ -348,130 +484,152 @@ page,
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.good-title {
|
|
|
- width: 376rpx;
|
|
|
- height: 34rpx;
|
|
|
- margin: 44rpx auto 0;
|
|
|
- image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+.seckill-left {
|
|
|
+ justify-content: flex-start;
|
|
|
+ .seckill-inco {
|
|
|
+ width: 36rpx;
|
|
|
+ height: 36rpx;
|
|
|
+ flex-shrink: 0;
|
|
|
+ }
|
|
|
+ .seckill-font {
|
|
|
+ margin-left: 8rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #333333;
|
|
|
+ }
|
|
|
+ .djs {
|
|
|
+ margin-left: 12rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #dc262b;
|
|
|
}
|
|
|
}
|
|
|
-.guess-item {
|
|
|
+.seckill-right {
|
|
|
display: flex;
|
|
|
- width: 710rpx;
|
|
|
- height: 300rpx;
|
|
|
- background: #ffffff;
|
|
|
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
|
|
|
- border-radius: 10rpx;
|
|
|
- padding: 15rpx;
|
|
|
- padding-bottom: 150rpx;
|
|
|
- margin: 20rpx auto 0;
|
|
|
- position: relative;
|
|
|
- image {
|
|
|
- width: 200rpx;
|
|
|
- height: 200rpx;
|
|
|
- border-radius: 10rpx;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
+ .seckill-rfont {
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #999999;
|
|
|
+ margin-right: 8rpx;
|
|
|
}
|
|
|
- .guess-box {
|
|
|
- padding: 12rpx 0 0 24rpx;
|
|
|
- width: 436rpx;
|
|
|
- .title {
|
|
|
- font-size: 36rpx;
|
|
|
- padding-left: 4rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #333333;
|
|
|
- width: 368rpx;
|
|
|
- line-height: 36rpx;
|
|
|
- .tuanF {
|
|
|
- display: inline-block;
|
|
|
- margin-right: 4rpx;
|
|
|
- position: relative;
|
|
|
- top: -6rpx;
|
|
|
- .tuan {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- padding: 10rpx;
|
|
|
- height: 36rpx;
|
|
|
- background: #ffebe9;
|
|
|
- border-radius: 18rpx;
|
|
|
- .tuan-image {
|
|
|
- width: 18rpx;
|
|
|
- height: 18rpx;
|
|
|
- }
|
|
|
- .tuan-font {
|
|
|
- display: inline;
|
|
|
- font-size: 20rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #ff1135;
|
|
|
- margin-left: 2rpx;
|
|
|
- }
|
|
|
+ .seckill-back {
|
|
|
+ width: 10rpx;
|
|
|
+ height: 20rpx;
|
|
|
+ }
|
|
|
+}
|
|
|
+.seckill-box {
|
|
|
+ padding: 40rpx 30rpx;
|
|
|
+ background: #ffffff;
|
|
|
+
|
|
|
+ .seckill-main-box {
|
|
|
+ margin-top: 24rpx;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: flex-start;
|
|
|
+ .seckill-item:first-child {
|
|
|
+ margin-left: 0rpx;
|
|
|
+ }
|
|
|
+ .seckill-item {
|
|
|
+ margin-left: 14rpx;
|
|
|
+ width: 220rpx;
|
|
|
+ background: #ffffff;
|
|
|
+ border: 4rpx solid #f2e6a5;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ padding: 40rpx 14rpx 34rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ .item-price {
|
|
|
+ width: 126rpx;
|
|
|
+ height: 108rpx;
|
|
|
+ background: #2979ff;
|
|
|
+ }
|
|
|
+ .item-title {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ text-align: left;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .jdt {
|
|
|
+ margin-top: 14rpx;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .price-box {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ .new-price {
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 800;
|
|
|
+ color: #dc262b;
|
|
|
+ }
|
|
|
+ .ot-price {
|
|
|
+ margin-left: 8rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ text-decoration: line-through;
|
|
|
+ color: #969696;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .ping-box {
|
|
|
- margin-top: 15rpx;
|
|
|
- justify-content: flex-start;
|
|
|
- .ping {
|
|
|
- margin-left: 10rpx;
|
|
|
- height: 39rpx;
|
|
|
- background: #fdf7eb;
|
|
|
- border-radius: 5rpx;
|
|
|
- font-size: 22rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #ff911f;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- padding: 0 10rpx;
|
|
|
- }
|
|
|
+ }
|
|
|
+}
|
|
|
+.ge {
|
|
|
+ height: 20rpx;
|
|
|
+ width: 750rpx;
|
|
|
+ background: #F8F8F8;
|
|
|
+}
|
|
|
+.serve {
|
|
|
+ padding: 32rpx 30rpx;
|
|
|
+ background: #ffffff;
|
|
|
+ .serve-main {
|
|
|
+ margin-top: 24rpx;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: flex-start;
|
|
|
+ .serve-item:first-child {
|
|
|
+ margin-left: 0rpx;
|
|
|
}
|
|
|
- .price-box {
|
|
|
- margin-top: 50rpx;
|
|
|
- justify-content: flex-start;
|
|
|
- .yuanprice {
|
|
|
+ .serve-item {
|
|
|
+ width: 220rpx;
|
|
|
+ background: #f6f6f6;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ margin-left: 14rpx;
|
|
|
+ padding-bottom: 22rpx;
|
|
|
+ .serve-price {
|
|
|
+ width: 220rpx;
|
|
|
+ height: 220rpx;
|
|
|
+ border-radius: 10rpx 10rpx 0px 0px;
|
|
|
+ background: #03a9f4;
|
|
|
+ }
|
|
|
+ .serve-title {
|
|
|
+ margin-top: 16rpx;
|
|
|
+ padding: 0 14rpx;
|
|
|
font-size: 26rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
- text-decoration: line-through;
|
|
|
- color: #999999;
|
|
|
- padding-right: 6rpx;
|
|
|
- }
|
|
|
- image {
|
|
|
- width: 14rpx;
|
|
|
- height: 16rpx;
|
|
|
+ color: #0a122b;
|
|
|
}
|
|
|
- .jiang {
|
|
|
- padding-left: 2rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: bold;
|
|
|
- color: #b59467;
|
|
|
+ .serve-address {
|
|
|
+ justify-content: flex-start;
|
|
|
+ margin-top: 10rpx;
|
|
|
+ padding: 0 14rpx;
|
|
|
+ .saddress-inco {
|
|
|
+ width: 18rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ }
|
|
|
+ .saddress-font {
|
|
|
+ margin-left: 4rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #666666;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .price {
|
|
|
- font-size: 36rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: bold;
|
|
|
- color: #ff1135;
|
|
|
- }
|
|
|
- .btn {
|
|
|
- width: 137rpx;
|
|
|
- height: 56rpx;
|
|
|
- background: linear-gradient(0deg, rgba(60, 237, 237, 0.99), #04b8ff, #375afe);
|
|
|
- border-radius: 28rpx;
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #ffffff;
|
|
|
- line-height: 56rpx;
|
|
|
- text-align: center;
|
|
|
- position: absolute;
|
|
|
- bottom: 10rpx;
|
|
|
- right: 25rpx;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
</style>
|