order-item.wxss
1.87 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
@import "../../../iconfont.wxss";
.goods-item {
height: 200rpx;
padding: 20rpx;
padding-left: 180rpx;
border-top: 1rpx solid #e0e0e0;
font-size: 24rpx;
position: relative;
}
.goods-item .red {
color: #d0021b;
}
.goods-item.top-none {
border-top: 0;
}
.goods-item .thumb {
width: 150rpx;
height: 200rpx;
background-color: #f3f3f3;
position: absolute;
left: 0;
}
.goods-item .thumb image {
display: block;
width: 100%;
height: 100%;
}
.goods-item .thumb .goods-type {
width: 100%;
height: 30rpx;
line-height: 30rpx;
font-size: 20rpx;
background-color: #444;
color: #fff;
text-align: center;
position: absolute;
left: 0;
bottom: 0;
}
.goods-item .thumb .price-gift-tag {
background-color: #fc1261;
}
.goods-item .thumb .gift-tag {
background-color: #85c45c;
}
.goods-item .thumb .virtual-tag {
background-color: #c80813;
}
.goods-item .name-price {
font-size: 28rpx;
height: 80rpx;
line-height: 40rpx;
margin-bottom: 10rpx;
overflow: hidden;
}
.goods-item .price {
text-align: right;
}
.goods-item .price .mark-price {
color: #b0b0b0;
text-decoration: line-through;
display: block;
}
.goods-item .color-size-num {
color: #b0b0b0;
margin-bottom: 20rpx;
}
.goods-item .color-size .size {
margin-left: 40rpx;
}
.goods-item .warn-tip .iconfont {
margin-right: 10rpx;
}
.goods-item .item-left {
display: inline-block;
max-width: 70%;
}
.goods-item .item-right {
float: right;
}
.frame.goods-item .name,
.frame.goods-item .price,
.frame.goods-item .color-size,
.frame.goods-item .num {
width: 100%;
height: 36rpx;
background-color: #f3f3f3;
color: #f3f3f3;
}
.frame.goods-item .price {
width: 100rpx;
}
.frame.goods-item .color-size {
width: 50%;
}
.frame.goods-item .num {
width: 60rpx;
}