shop.wxss
1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.box{
padding: 32rpx;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.boxitem{
width:334rpx;
/* height:546rpx; */
background:rgba(255,255,255,1);
opacity:1;
border-radius:24rpx;
margin-bottom:18rpx;
padding-bottom: 24rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.boxitem:nth-child(2n){
margin-left:19rpx;
}
.boxitemtopk{
padding: 32rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.boxitemtop{
width:268rpx;
height:268rpx;
font-size: 0;
margin: 0 auto;
}
.itemname{
color:#06121F;
font-size: 28rpx;
font-weight: bold;
}
.itemprice{
color:#FC5155;
font-size: 20rpx;
font-weight: bold;
margin-top:10rpx;
}
.vip{
height:30rpx;
background:-webkit-gradient(linear,right top, left top,from(rgba(251,186,194,1)),to(rgba(245,132,143,1)));
background:-webkit-linear-gradient(right,rgba(251,186,194,1) 0%,rgba(245,132,143,1) 100%);
background:linear-gradient(270deg,rgba(251,186,194,1) 0%,rgba(245,132,143,1) 100%);
opacity:1;
border-radius:6rpx;
line-height: 30rpx;
padding: 0 10rpx;
color:#fff;
font-size: 22rpx;
display:inline-block
}
.itembot{
padding: 0 20rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.changejifen{
width:168rpx;
height:56rpx;
background:-webkit-linear-gradient(323deg,rgba(255,170,151,1) 0%,rgba(245,132,143,1) 100%);
background:linear-gradient(127deg,rgba(255,170,151,1) 0%,rgba(245,132,143,1) 100%);
-webkit-box-shadow:0rpx 8rpx 24rpx rgba(245,132,143,0.28);
box-shadow:0rpx 8rpx 24rpx rgba(245,132,143,0.28);
opacity:1;
border-radius:29rpx;
margin:28rpx auto 0;
color:#fff;
font-size: 24rpx;
text-align: center;
line-height: 56rpx;
}