|
|
@@ -215,12 +215,13 @@
|
|
|
@click="addFlag"
|
|
|
/>
|
|
|
<div>
|
|
|
- <div class="box-con-num">
|
|
|
+ <div class="box-num">
|
|
|
<img
|
|
|
src="https://ticket-exchange.oss-cn-hangzhou.aliyuncs.com/image/2021-09-02-16-03-40cShzZQEk.png"
|
|
|
alt=""
|
|
|
/>
|
|
|
- <p>{{ tal }}.00</p>
|
|
|
+ <p>{{ tal }}</p>
|
|
|
+ <div class="text1">.00</div>
|
|
|
</div>
|
|
|
<div class="text1">另外配送费2元</div>
|
|
|
</div>
|
|
|
@@ -230,7 +231,8 @@
|
|
|
<van-popup :show="show" position="bottom" @close="show = false">
|
|
|
<div class="popupTop">
|
|
|
<div class="text1">已选商品</div>
|
|
|
- <div class="text2">(包装费 ¥5)</div>
|
|
|
+ <div class="text2">(包装费 </div>
|
|
|
+ <div class="text3">¥5)</div>
|
|
|
</div>
|
|
|
<div
|
|
|
@click="navigateTo('/pages/storedetails')"
|
|
|
@@ -403,15 +405,7 @@ export default {
|
|
|
.container {
|
|
|
padding-bottom: 150px;
|
|
|
/deep/ .van-button {
|
|
|
- width: 120px;
|
|
|
- height: 44px;
|
|
|
- background: @prim;
|
|
|
- border-radius: 8px;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 400;
|
|
|
- color: #ffffff;
|
|
|
- margin-right: 16px;
|
|
|
- border: 0;
|
|
|
+ .button();
|
|
|
}
|
|
|
/deep/ .van-popup {
|
|
|
margin-bottom: 73px;
|
|
|
@@ -449,14 +443,8 @@ export default {
|
|
|
.top {
|
|
|
padding: 96px 16px 0;
|
|
|
.mytest {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- margin: auto;
|
|
|
- width: 100%;
|
|
|
height: 155px;
|
|
|
- z-index: -1;
|
|
|
+ .mytest();
|
|
|
img {
|
|
|
width: 100vw;
|
|
|
display: block;
|
|
|
@@ -499,10 +487,7 @@ export default {
|
|
|
margin: 2px 0 10px;
|
|
|
}
|
|
|
.text2 {
|
|
|
- font-size: 13px;
|
|
|
- font-weight: 400;
|
|
|
- color: #939599;
|
|
|
- line-height: 22px;
|
|
|
+ .text12();
|
|
|
}
|
|
|
img {
|
|
|
width: 80px;
|
|
|
@@ -538,10 +523,7 @@ export default {
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
.text2 {
|
|
|
- font-size: 13px;
|
|
|
- font-weight: 400;
|
|
|
- color: #939599;
|
|
|
- line-height: 24px;
|
|
|
+ .text13();
|
|
|
}
|
|
|
}
|
|
|
.search {
|
|
|
@@ -562,10 +544,8 @@ export default {
|
|
|
margin: 0 10px 0 14px;
|
|
|
}
|
|
|
.text1 {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: bold;
|
|
|
+ .span();
|
|
|
color: #1c1c1c;
|
|
|
- line-height: 24px;
|
|
|
}
|
|
|
.text2 {
|
|
|
font-size: 13px;
|
|
|
@@ -579,19 +559,10 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
width: 172px;
|
|
|
.price {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 400;
|
|
|
- color: #ff7f1f;
|
|
|
- line-height: 24px;
|
|
|
+ .price();
|
|
|
}
|
|
|
.add {
|
|
|
- width: 24px;
|
|
|
- height: 24px;
|
|
|
- background: @prim;
|
|
|
- line-height: 24px;
|
|
|
- text-align: center;
|
|
|
- font-weight: bold;
|
|
|
- color: #fff;
|
|
|
+ .add();
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -635,9 +606,7 @@ export default {
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
.text2 {
|
|
|
- font-size: 13px;
|
|
|
- color: #939599;
|
|
|
- line-height: 22px;
|
|
|
+ .text12();
|
|
|
}
|
|
|
}
|
|
|
.give {
|
|
|
@@ -648,10 +617,7 @@ export default {
|
|
|
height: 16px;
|
|
|
}
|
|
|
.text1 {
|
|
|
- font-size: 13px;
|
|
|
- font-weight: 400;
|
|
|
- color: #939599;
|
|
|
- line-height: 24px;
|
|
|
+ .text13();
|
|
|
margin-left: 4px;
|
|
|
}
|
|
|
}
|
|
|
@@ -674,17 +640,11 @@ export default {
|
|
|
}
|
|
|
.characteristic {
|
|
|
.title {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: bold;
|
|
|
- color: #000000;
|
|
|
- line-height: 24px;
|
|
|
+ .span();
|
|
|
margin: 20px 0 6px;
|
|
|
}
|
|
|
.text1 {
|
|
|
- font-size: 13px;
|
|
|
- font-weight: 400;
|
|
|
- color: #939599;
|
|
|
- line-height: 22px;
|
|
|
+ .text12();
|
|
|
}
|
|
|
.border {
|
|
|
border-bottom: 1px solid @bg;
|
|
|
@@ -693,16 +653,10 @@ export default {
|
|
|
.text {
|
|
|
.flex();
|
|
|
.text1 {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: bold;
|
|
|
- color: #000000;
|
|
|
- line-height: 24px;
|
|
|
+ .span();
|
|
|
}
|
|
|
.text2 {
|
|
|
- font-size: 13px;
|
|
|
- font-weight: 400;
|
|
|
- color: #939599;
|
|
|
- line-height: 22px;
|
|
|
+ .text12();
|
|
|
margin-left: 9px;
|
|
|
}
|
|
|
}
|
|
|
@@ -717,14 +671,9 @@ export default {
|
|
|
.box-total {
|
|
|
.bottom();
|
|
|
.flex();
|
|
|
- height: 56px;
|
|
|
z-index: 101;
|
|
|
- justify-content: space-between;
|
|
|
- background: #ffffff;
|
|
|
box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.04);
|
|
|
- width: 100%;
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
+ .btn();
|
|
|
.ImgBox {
|
|
|
.flex();
|
|
|
img {
|
|
|
@@ -732,13 +681,10 @@ export default {
|
|
|
height: 72px;
|
|
|
margin-bottom: 6px;
|
|
|
}
|
|
|
- .box-con-num {
|
|
|
+ .box-num {
|
|
|
.flex();
|
|
|
span {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: bold;
|
|
|
- color: #000000;
|
|
|
- line-height: 24px;
|
|
|
+ .span();
|
|
|
}
|
|
|
img {
|
|
|
width: 13px;
|
|
|
@@ -746,11 +692,10 @@ export default {
|
|
|
margin-top: 16px;
|
|
|
}
|
|
|
p {
|
|
|
- font-family: 'OSP';
|
|
|
- font-size: 34px;
|
|
|
- font-weight: normal;
|
|
|
- color: #ff7f1f;
|
|
|
- line-height: 34px;
|
|
|
+ .p();
|
|
|
+ }
|
|
|
+ .text1 {
|
|
|
+ .text10();
|
|
|
}
|
|
|
}
|
|
|
.text1 {
|
|
|
@@ -774,6 +719,9 @@ export default {
|
|
|
.text2 {
|
|
|
color: #939599;
|
|
|
}
|
|
|
+ .text3 {
|
|
|
+ color: #ff7f1f;
|
|
|
+ }
|
|
|
}
|
|
|
.popup {
|
|
|
padding: 0 16px 0 16px;
|
|
|
@@ -787,10 +735,8 @@ export default {
|
|
|
margin: 0 10px 0 0;
|
|
|
}
|
|
|
.text1 {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: bold;
|
|
|
+ .span();
|
|
|
color: #1c1c1c;
|
|
|
- line-height: 24px;
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
.text2 {
|
|
|
@@ -805,19 +751,10 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
width: 252px;
|
|
|
.price {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 400;
|
|
|
- color: #ff7f1f;
|
|
|
- line-height: 24px;
|
|
|
+ .price();
|
|
|
}
|
|
|
.add {
|
|
|
- width: 24px;
|
|
|
- height: 24px;
|
|
|
- background: @prim;
|
|
|
- line-height: 24px;
|
|
|
- text-align: center;
|
|
|
- font-weight: bold;
|
|
|
- color: #fff;
|
|
|
+ .add();
|
|
|
}
|
|
|
}
|
|
|
}
|