idea-feedback.wxss
1.8 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
/* pages/idea-feedback/idea-feedback.wxss */
page {
background-color: #f1f2f4;
}
.container {
width: 100%;
padding: 0 4%;
background-color: #fff;
height: 538rpx;
box-sizing: border-box;
margin-top: 2rpx;
height: auto;
}
.title {
height: 88rpx;
display: flex;
align-items: center;
font-size: 28rpx;
color: #323233;
}
textarea {
width: 100%;
height: 160rpx;
font-size: 28rpx;
font-weight: 400;
text-align: left;
color: #999999;
line-height: 40rpx;
letter-spacing: 0px;
}
.length {
width: 100%;
font-size: 24rpx;
font-weight: 400;
text-align: right;
color: #999999;
}
/* 上传凭证 */
.photoText {
height: 40rpx;
display: flex;
justify-content: space-between;
}
.photoText .lefttext {
font-size: 32rpx;
font-weight: 500;
color: #323233;
}
.photoText .right {
font-size: 28rpx;
font-weight: 400;
color: #969799;
}
.photo {
display: flex;
margin-top: 24rpx;
}
.photoOne {
width: 150rpx;
height: 150rpx;
margin-right: 14rpx;
position: relative;
}
.photoOne image {
width: 150rpx;
height: 150rpx;
}
.delBox {
width: 32rpx;
height: 32rpx;
background: #c8c9cc;
border-radius: 0px 4rpx 0px 4rpx;
position: absolute;
top: 0;
right: 0;
box-sizing: border-box;
text-align: center;
vertical-align: middle;
}
.delBox image {
width: 26rpx;
height: 26rpx;
}
.btnBox {
width: 100%;
height: 120rpx;
background: #fff;
position: absolute;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
.btn {
width: 622rpx;
height: 88rpx;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(270deg, #fb7900 -100%, #ff4903);
border-radius: 22px;
font-size: 32rpx;
color: #fff;
}
.phone{
border-top: 2rpx solid #f1f2f4;
margin-top: 26rpx;
}