user_spsy.wxss
1018 Bytes
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
page{
width: 100%;
height: 100%;
background:#f4f5fa;
}
.xc-page{
width: 100%;
height: 100%;
background: #f4f5fa;
}
.xc-page .items{
display: inline-block;
width: 345rpx;
height:450rpx;
margin-left:20rpx;
margin-top: 25rpx;
border-radius: 15rpx;
background:#fff;
}
.xc-page .items .zimg{
width: 120rpx;
height: 120rpx;
left:50%; top:50%;
margin-left: -60rpx; margin-top: -60rpx;
}
.new-product{
width:345rpx;
height:325rpx;
border-radius:15rpx 15rpx 0 0;
}
.product-explain{
width: 90%;
word-break:break-all;
height: 40rpx;
margin-left:15rpx;
}
.xc-bottom{
margin-top: 13rpx;
width: 100%;
margin-left: 15rpx;
}
.xc-bottom .xc-goods-money{
color: #ca4e59;
padding-top: 12rpx;
}
.xc-bottom .xc-money{
color: #ca4e59;
font-size: 40rpx;
height: 100%;
line-height:50rpx
}
.xc-clike-get{
width: 120rpx;
height: 36rpx;
border-radius: 20rpx;
background: #ca4e59;
line-height:28rpx;
font-size:27rpx;
margin-left: 120rpx;
padding-top: 10rpx
}