complain.wxss
2.1 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
/* pages/order/complain/complain.wxss */
@import '../order-detail/order-detail.wxss';
.order-info {
display: flex;
flex-direction: column;
padding: 40rpx 20rpx 0 20rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.order-info .top {
display: flex;
align-items: center;
position: relative;
}
.order-info .text {
color: #666666;
font-size: 24rpx;
margin-bottom: 34rpx;
}
.top image {
margin-bottom: 34rpx;
margin-left: 10rpx;
}
.top .sex-icon {
position: absolute;
top:-6rpx;
left:152rpx;
width: 20rpx;
height: 20rpx;
}
.address {
padding: 28rpx 0 0 0;
}
.upload_box {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 0 32rpx;
margin-top: 30rpx;
padding-bottom: 100rpx;
}
.upload_img {
width: 132rpx;
height: 132rpx;
background: rgba(250, 250, 250, 1);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
.upload_img text {
color:#999;
font-size: 20rpx;
}
.upload_img:nth-child(5), .upload_img:nth-child(10){
margin-right: 0;
}
.upload_img image {
width: 100%;
height: 100%;
}
.icon_box {
display: block;
align-items: center;
justify-content: center;
border-radius: 50%;
width: 2rpx;
height: 2rpx;
background-color: #fff;
position: absolute;
left: -12rpx;
top: -12rpx;
}
.icon-jia {
font-size: 60rpx;
color:#999;
}
.icon-shanchu1 {
display: block;
font-size: 44rpx;
color: rgba(0,0,0,0.4);
}
.bottom text {
width: 100%;
}
textarea {
width: 80%;
height:280rpx;
font-size: 26rpx;
color: #666666;
padding: 20rpx;
border:1rpx solid #f2f2f2;
border-radius: 6rpx;
}
.placeholder {
font-size: 20rpx;
color: #999999;
}
.bottom .gray {
background-color: #CCCCCC;
color: #ffffff;
}