Skip to content

Commit 094c2db

Browse files
committed
Update 营销活动三种样式商品卡片
1 parent 9538502 commit 094c2db

File tree

23 files changed

+136
-97
lines changed

23 files changed

+136
-97
lines changed

eaterplanet_ecommerce/components/comming-spu-disabled/index.wxss

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
}
9797

9898
.comming-spu-content .spu-price .sale-price {
99+
font-family: DIN;
99100
color: #ff758c;
100101
margin-right: 8rpx;
101102
}

eaterplanet_ecommerce/components/diy-pintuan/index.wxss

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
}
5454

5555
.pin-spec-item .price {
56-
color: #ff5041;
56+
font-family: DIN;
57+
color: #ff758c;
58+
font-size: 36rpx;
59+
font-weight: bold;
5760
}
5861

5962
.pin-spec-item .act-end {

eaterplanet_ecommerce/components/guess-like/index.wxss

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
}
6363

6464
.new-comers-item .price {
65-
font-family: DIN;
66-
color: #ff758c;
65+
font-family: DIN;
66+
color: #ff758c;
6767
}
6868

6969
.new-comers-item {

eaterplanet_ecommerce/components/new-comer/index.wxss

+13-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/* 新人专享 */
22
.new-comers {
33
position: relative;
4-
padding: 20rpx 0;
5-
margin: 20rpx;
6-
background: #fff;
7-
border-radius: 10rpx;
4+
padding-bottom: 10rpx;
5+
/* margin: 0 20rpx; */
6+
border-radius: 20rpx;
87
overflow: hidden;
98
z-index: 0;
109
}
@@ -23,11 +22,11 @@
2322
left: 0;
2423
top: 0;
2524
bottom: 0;
26-
border-left: 8rpx solid #4facfe;
25+
border-left: 8rpx solid #ff758c;
2726
}
2827

2928
.new-comers-scroll {
30-
max-height: 320rpx;
29+
max-height: 340rpx;
3130
}
3231

3332
.new-comers-wrap {
@@ -46,14 +45,16 @@
4645

4746
.new-comers-item .new-img {
4847
width: 200rpx;
49-
height: 180rpx;
50-
margin-bottom: 20rpx;
48+
height: 200rpx;
49+
margin-bottom: 10rpx;
50+
border-radius: 20rpx;
5151
}
5252

5353
.new-comers-item .title {
5454
overflow: hidden;
5555
text-overflow: ellipsis;
5656
white-space: nowrap;
57+
font-weight: bold;
5758
}
5859

5960
.new-comers-item .new-bot {
@@ -77,7 +78,10 @@
7778
}
7879

7980
.new-comers-item .price {
80-
color: #ff758c;
81+
font-family: DIN;
82+
color: #ff758c;
83+
font-size: 36rpx;
84+
font-weight: bold;
8185
}
8286

8387
.new-comers-item {

eaterplanet_ecommerce/components/new-rush-spu/index.wxss

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
}
163163

164164
.spu .spu-content .item-right .spu-price .sale-price {
165-
font-family: 'DIN';
165+
font-family: DIN;
166166
color: #ff758c;
167167
margin-right: 14rpx;
168168
font-weight: bold;

eaterplanet_ecommerce/components/order/orderInfoExpress.wxss

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
}
5858

5959
.footer .money {
60-
font-family: DIN;
61-
color: #ff758c;
62-
font-size: 40rpx;
63-
font-weight: bold;
60+
font-family: DIN;
61+
color: #ff758c;
62+
font-size: 40rpx;
63+
font-weight: bold;
6464
}

eaterplanet_ecommerce/components/orderInfo/index.wxss

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
}
3737

3838
.footer .money {
39-
font-family: DIN;
40-
color: #ff758c;
41-
font-weight: bold;
42-
font-size: 40rpx;
39+
font-family: DIN;
40+
color: #ff758c;
41+
font-weight: bold;
42+
font-size: 40rpx;
4343
}

eaterplanet_ecommerce/components/rush-spu-big/index.wxss

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
}
129129

130130
.spu .spu-content .item-bottom .spu-price .sale-price {
131+
font-family: DIN;
131132
color: #ff758c;
132133
margin-right: 12rpx;
133134
}

eaterplanet_ecommerce/components/seckillItem/seckillItem.wxss

+6-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.img {
88
width: 240rpx;
99
height: 240rpx;
10-
border-radius: 10rpx;
10+
border-radius: 20rpx;
1111
overflow: hidden;
1212
}
1313

@@ -42,7 +42,7 @@
4242
.seckill-item .item-right .desc {
4343
font-size: 26rpx;
4444
line-height: 32rpx;
45-
color: #999;
45+
color: #666;
4646
width: 400rpx;
4747
height: 32rpx;
4848
margin-bottom: 12rpx;
@@ -61,6 +61,7 @@
6161
}
6262

6363
.seckill-item .spu-price .sale-price {
64+
font-family: DIN;
6465
color: #ff5344;
6566
margin-right: 12rpx;
6667
}
@@ -73,8 +74,9 @@
7374
}
7475

7576
.seckill-item .spu-price .market-price {
77+
font-family: DIN;
7678
text-decoration: line-through;
77-
color: #999;
79+
color: #666;
7880
margin-right: 30rpx;
7981
}
8082

@@ -101,7 +103,7 @@
101103

102104
.progress-box {
103105
display: flex;
104-
color: #999;
106+
color: #666;
105107
font-size: 22rpx;
106108
margin-top: auto;
107109
margin-bottom: 20rpx;

eaterplanet_ecommerce/components/sku/index.wxss

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
}
8686

8787
.sku-card .sku-header .sku-price .sale-price {
88+
font-family: DIN;
8889
color: #ff758c;
8990
margin-right: 12rpx;
9091
margin-bottom: -4rpx;

eaterplanet_ecommerce/components/topic/topic.wxss

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.topic {
44
margin: 20rpx;
5-
background: #fff;
6-
border-radius: 10rpx;
5+
background: #ffffff86;
6+
border-radius: 20rpx;
77
overflow: hidden;
88
}
99

eaterplanet_ecommerce/components/tworow/index.wxss

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
}
105105

106106
.comming-spu-content .spu-price .sale-price {
107-
font-family: 'DIN';
107+
font-family: DIN;
108108
color: #ff758c;
109109
font-weight: bold;
110110
margin-right: 8rpx;

eaterplanet_ecommerce/moduleA/components/img-box/img-box.wxss

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
width: 100%;
66
margin-bottom: 20rpx;
77
background: #fff;
8-
border-radius: 10rpx;
8+
border-radius: 20rpx;
99
overflow: hidden;
10-
box-shadow: 0 0 3px #ccc;
10+
box-shadow: 0 0 5px #ccc;
1111
}
1212

1313
.img-box .img {

eaterplanet_ecommerce/moduleA/components/menuGoodsItem.wxss

+11-8
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
width: 580rpx;
44
box-sizing: border-box;
55
display: block;
6-
border: .1rpx solid #eee;
7-
border-radius: 10rpx;
6+
border-radius: 20rpx;
87
margin-left: 20rpx;
9-
padding: 20rpx 10rpx;
8+
9+
box-shadow: 0 0 5px #ccc;
1010
}
1111

1212
.spu .spu-content {
1313
display: flex;
1414
}
1515

1616
.spu .img-class {
17-
width: 160rpx;
18-
height: 160rpx;
19-
border-radius: 10rpx;
17+
width: 170rpx;
18+
height: 170rpx;
19+
border-radius: 20rpx 0 0 20rpx;
2020
image-rendering: crisp-edges;
2121
margin-right: 20rpx;
2222
overflow: hidden;
@@ -29,8 +29,8 @@
2929
}
3030

3131
.spu-desc {
32-
font-size: 26rpx;
33-
color: #666;
32+
font-size: 20rpx;
33+
color: #888;
3434
}
3535

3636
.item-bottom {
@@ -39,6 +39,7 @@
3939
display: flex;
4040
flex-direction: column;
4141
justify-content: space-between;
42+
padding: 20rpx 10rpx;
4243
}
4344

4445
.spu .spu-content .item-bottom .spu-price {
@@ -53,6 +54,7 @@
5354
}
5455

5556
.spu .spu-content .item-bottom .spu-price .sale-price {
57+
font-family: DIN;
5658
color: #ff758c;
5759
margin-right: 12rpx;
5860
}
@@ -66,6 +68,7 @@
6668

6769
.spu .spu-content .item-bottom .spu-price .market-price {
6870
text-decoration: line-through;
71+
font-family: DIN;
6972
color: #999;
7073
margin-right: 20rpx;
7174
}

0 commit comments

Comments
 (0)