|
|
@@ -8,14 +8,14 @@
|
|
|
</config>
|
|
|
<template>
|
|
|
<div class="container">
|
|
|
- <div><img src="../static/imgs/home_top_bg.png" alt="" /></div>
|
|
|
+ <div><img src="../static/imgs/home_top_bg@3x.png" alt="" /></div>
|
|
|
<div class="box-tit">1105皇权破晓 卡包拼箱 全80种</div>
|
|
|
<div class="box-live">
|
|
|
<img src="../native/imgs/icon_kapai_zhibo@3x.png" alt="" />
|
|
|
<p>直播未开始</p>
|
|
|
</div>
|
|
|
<div class="box-money">
|
|
|
- <img src="../static/imgs/icon_jiage.png" alt="" />
|
|
|
+ <img src="../static/imgs/icon_jiage@3x.png" alt="" />
|
|
|
<p>320</p>
|
|
|
</div>
|
|
|
<div class="box-con">
|
|
|
@@ -31,13 +31,13 @@
|
|
|
<div class="box-con2">
|
|
|
<div class="box-con2-shop">
|
|
|
<div class="box-con2-tit">
|
|
|
- <img src="../static/imgs/icon_jiage.png" alt="" />
|
|
|
+ <img src="../native/tabbar/mine_on.png" alt="" />
|
|
|
<div class="logo-shop">
|
|
|
<p>光之城官方卡牌店铺</p>
|
|
|
<span>浙江 杭州</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="logo-btn" @click="address">进入店铺</div>
|
|
|
+ <div class="logo-btn">进入店铺</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<h3>拼箱详情</h3>
|
|
|
@@ -46,7 +46,7 @@
|
|
|
其中1种有HR版本,UR卡有UTR版本,UR卡和SR卡有SER版本和PSER版本
|
|
|
本卡包是1105初回生产限定版的盒内特典包(1盒1包) UR卡8种盒SR卡10种都与1105收录相同,而PSER卡1种是旧卡复刻
|
|
|
</div>
|
|
|
- <img class="container-img" src="../static/imgs/home_top_bg.png" alt="" />
|
|
|
+ <img class="container-img" src="../static/imgs/home_top_bg@3x.png" alt="" />
|
|
|
<h3>拼箱规则</h3>
|
|
|
<div class="box-details">
|
|
|
1.拼箱是一种类似拼团的玩法,用户选号后支付,当箱中的全部号码都被购买完毕,才算拼箱成功。如果在有限时间内拼箱没有成团,系统会把钱退回给买家
|
|
|
@@ -54,13 +54,31 @@
|
|
|
3.拼箱商品支付成功后不支持退款退货,请谨慎、理智购买
|
|
|
</div>
|
|
|
<!-- <van-button disabled type="info">禁用状态</van-button> -->
|
|
|
- <van-goods-action>
|
|
|
- <van-goods-action-icon icon="chat-o" text="客服" dot />
|
|
|
- <van-goods-action-icon icon="cart-o" text="购物车" info="5" />
|
|
|
- <van-goods-action-icon icon="shop-o" text="店铺" />
|
|
|
- <van-goods-action-button text="加入购物车" type="warning" />
|
|
|
- <van-goods-action-button text="立即购买" />
|
|
|
- </van-goods-action>
|
|
|
+ <!-- <van-goods-action>
|
|
|
+ <van-goods-action-icon icon="chat-o" text="客服" />
|
|
|
+ <van-goods-action-icon icon="shop-o" text="关注" />
|
|
|
+ <van-goods-action-button @click="address" text="立即购买" type="warning" />
|
|
|
+ </van-goods-action> -->
|
|
|
+ <div class="box-footer">
|
|
|
+ <!-- <van-goods-action-icon icon="chat-o" text="客服" />
|
|
|
+ <van-goods-action-icon icon="shop-o" text="关注" /> -->
|
|
|
+ <div>请选择卡包</div>
|
|
|
+ <div class="box-footer-con">
|
|
|
+ <div class="box-footer-left">
|
|
|
+ <div>
|
|
|
+ <img src="../static/imgs/icon_kefu@3x.png" alt="" />
|
|
|
+ <p>客服</p>
|
|
|
+ </div>
|
|
|
+ <div class="box-follow">
|
|
|
+ <img src="../static/imgs/icon_guanzhu@3x.png" alt="" />
|
|
|
+ <p>关注</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="box-footer-right">
|
|
|
+ <van-button type="warning" @click="address">立即购买</van-button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
@@ -79,7 +97,17 @@ export default {
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
.container {
|
|
|
- padding: 15px 20px 0 20px;
|
|
|
+ /deep/ .van-button {
|
|
|
+ width: 210px;
|
|
|
+ height: 48px;
|
|
|
+ background: #ff6c00;
|
|
|
+ border-radius: 12px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
+ padding: 15px 20px 145px 20px;
|
|
|
img {
|
|
|
width: 335px;
|
|
|
height: 335px;
|
|
|
@@ -272,5 +300,53 @@ export default {
|
|
|
height: 193px;
|
|
|
border-radius: 12px;
|
|
|
}
|
|
|
+ .box-footer {
|
|
|
+ width: 100%;
|
|
|
+ height: 82px;
|
|
|
+ background: #ffffff;
|
|
|
+ position: fixed;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ // display: flex;
|
|
|
+ padding: 22px 20px;
|
|
|
+ p {
|
|
|
+ height: 28px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #000000;
|
|
|
+ line-height: 28px;
|
|
|
+ margin-bottom: 16px;
|
|
|
+ }
|
|
|
+ .box-footer-con {
|
|
|
+ display: flex;
|
|
|
+ // justify-content: space-between;
|
|
|
+ margin-top: 22px;
|
|
|
+ .box-footer-left {
|
|
|
+ display: flex;
|
|
|
+ text-align: center;
|
|
|
+ img {
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ }
|
|
|
+ p {
|
|
|
+ height: 14px;
|
|
|
+ font-size: 10px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #1a1a1a;
|
|
|
+ line-height: 14px;
|
|
|
+ }
|
|
|
+ .box-follow {
|
|
|
+ margin-left: 30px;
|
|
|
+ // text-align: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .box-footer-right {
|
|
|
+ margin-left: 46px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|