add_comment.wxss
2.44 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
page{
overflow-x: hidden;
}
/* 商品详情和评价 */
.commoditymax{
overflow-x: hidden;
}
.commodity {
height: 715rpx;
border-top: 6rpx solid rgb(245, 245, 245);
border-bottom: 6rpx solid rgb(245, 245, 245);
padding: 0rpx 30rpx;
}
.commodity .information {
height: 286rpx;
}
.commodity .information image {
width: 186rpx;
height: 186rpx;
}
.information .goods_name {
width: 480rpx;
margin-left: 25rpx;
height: 186rpx;
}
.information .goods_name .ellipsis-2 {
line-height: 40rpx;
height: 80rpx;
}
.information .goods_name .jc_sb {
margin-top: 60rpx;
color: rgb(212, 28, 52);
margin-right: 7rpx;
}
.information .goods_name .jc_sb .fs32 {
line-height: 40rpx;
}
.information .goods_name .jc_sb .sum {
margin-right: 5rpx;
}
.balin {
align-items: baseline;
}
.addComment {
height: 345rpx;
width: 690rpx;
background-color: rgb(248, 248, 248);
padding: 32rpx 0rpx 21rpx 0rpx;
}
.addComment textarea {
padding: 0rpx 18rpx;
height: 175rpx;
width: 654rpx;
}
.addComment .addimages {
padding: 0rpx 18rpx;
margin-top: 20rpx;
align-items: flex-end;
width: 652rpx;
}
.addComment .addimages .images {
height: 140rpx;
}
.addComment .addimages .images .rel {
width: 140rpx;
height: 100%;
overflow: visible;
margin-right: 15rpx;
}
.addComment .addimages .images image .abs {
width: 30rpx;
height: 30rpx;
top: -7rpx;
right: -7rpx;
}
.addComment .addimage {
width: 139rpx;
height: 139rpx;
border: 2rpx dashed rgb(196, 196, 196);
font-size: 16rpx;
margin-left: 6rpx;
}
.addComment .addimage image {
width: 60rpx;
height: 58rpx;
}
.Grade {
width: 100%;
height: 310rpx;
border-bottom: 6rpx solid rgb(245, 245, 245);
padding-left: 45rpx;
}
.Grade .title {
width: 100%;
height: 105rpx;
}
.Grade .title .column {
height: 30rpx;
border-left: 6rpx solid rgb(211, 27, 58);
margin-right: 12rpx;
}
.Grade .score-item {
height: 55rpx;
line-height: 55rpx;
}
.Grade .score-item .stars {
margin-left: 83rpx;
}
.Grade .score-item .stars view{
width: 60rpx;
height: 55rpx;
}
.Grade .score-item .stars image {
width: 35rpx;
height: 35rpx;
}
.Whether {
padding:0rpx 31rpx;
}
.Whether .flex-right-vertical {
height: 67rpx;
}
.Whether .flex-right-vertical .radio {
margin-right: 15rpx;
}
.Whether .Submission {
margin-top: 40rpx;
}
.Whether .white {
width: 364rpx;
height: 58rpx;
background-color: rgb(212, 28, 52);
border-radius: 40rpx;
line-height: 58rpx;
}