gift.wxss
1.21 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
page{ background-color:#f0f0f0 }
.gd_content{
background-color: #fff; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx;
}
.order-item {
display: flex;
height: 246rpx;
border-top: 3rpx solid rgb(245, 245, 245);
align-items: center;
padding-right: 30rpx;
}
.goods-img {
float: left;
width: 200rpx;
height: 200rpx;
margin: 0 20rpx;
}
.goods-cont {
width: 420rpx;
height: 165rpx;
font-size: 28rpx;
margin-left: 35rpx;
padding-top: 7rpx;
padding-bottom: 5rpx;
}
.goods-name{
max-height: 60rpx;
line-height: 30rpx;
margin-bottom: 16rpx;
font-size:26rpx;
width: 490rpx;
display: -webkit-box;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
overflow: hidden;
text-overflow:ellipsis;
height: 30rpx;
color: #1d1d1d;
}
.specifications {
padding: 3rpx 8rpx;
margin-top: 8rpx;
font-size: 22rpx;
max-width: 356rpx;
width: auto;
height: 30rpx;
line-height: 29rpx;
background-color: rgb(236, 236, 236);
border-radius: 8rpx;
white-space: nowrap;
color: rgb(63, 63, 63);
display: inline-block;
}
.line_th {
text-decoration: line-through;
}