comment.wxss
2.0 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
page {
background-color: #f5f9fa;
padding-bottom: 100rpx;
}
.goodsbox {
display: flex;
justify-content: space-between;
padding: 32rpx 32rpx 42rpx 32rpx;
background-color: #fff;
}
.goodsbox image {
height: 170rpx;
width: 170rpx;
margin-right: 20rpx;
}
.goods {
display: flex;
flex: 2;
flex-direction: column;
justify-content: space-between;
}
.goodsname {
display: flex;
justify-content: space-between;
font-size: 36rpx;
font-weight: 600;
align-items: center;
}
.goodsname .comment {
color: #ff000e;
font-size: 24rpx;
}
.goodstype {
font-size: 28rpx;
color: #999;
}
.pricebox {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 36rpx;
color: #000;
}
.goodsprice {
color: #f00;
font-size: 30rpx;
}
.content {
height: 330rpx;
background-color: #f5f5f5;
padding: 24rpx 33rpx;
font-size: 24rpx;
}
.content textarea {
height: 330rpx;
width: 100%;
line-height: 44rpx;
font-size:28rpx;
}
.comments {
color: #ccc;
font-size: 24rpx;
}
.imglist {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 32rpx;
}
.img_itembox {
display: flex;
justify-content: center;
align-items: center;
width: 33%;
color: #afb0b3;
font-size: 26rpx;
overflow: hidden;
height: 180rpx;
position: relative;
margin-bottom: 20rpx;
}
.img_itembox .icon-quxiao {
position: absolute;
right: 0;
top: 0;
z-index: 99;
}
.img_item image {
height: 180rpx;
width: 180rpx;
}
.addbgc {
background-color: #f0f1f5;
border-radius: 5rpx;
}
.img_item .icon-tianjia {
margin-bottom: 20rpx;
}
.img_item {
display: flex;
flex-direction: column;
align-items: center;
}
.subtn {
background-color: #e51617;
box-shadow: 1rpx 0 2rpx rgba(0,0,0,0.08);
color: #fff;
text-align: center;
padding: 35rpx 0;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
font-size: 32rpx;
}