Feedback.wxss
970 字节
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: #f6f6f6;
}
.mainBox {
padding: 54rpx 30rpx;
}
.mainBox .title {
margin-bottom: 24rpx;
color: rgba(0, 0, 0, 0.9);
font-size: 36rpx;
font-weight: 700;
}
.u-textarea {
min-height: 292rpx;
}
.botImage {
display: flex;
flex-wrap: wrap;
}
.botImage .box {
position: relative;
margin-right: 30rpx;
margin-bottom: 20rpx;
}
.botImage .box:nth-child(3n) {
margin-right: 0;
}
.botImage image {
width: 200rpx;
height: 200rpx;
}
.botImage .close {
width: 36rpx;
height: 36rpx;
position: absolute;
right: 0;
top: 0;
}
.botBtn {
position: fixed;
left: 0;
bottom: 0;
width: 750rpx;
height: 128rpx;
opacity: 1;
background: #ffffff;
}
.botBtn view {
width: 686rpx;
height: 96rpx;
color: rgba(0, 0, 0, 0.9);
font-size: 32rpx;
font-weight: 500;
border-radius: 28rpx;
opacity: 1;
background: linear-gradient(134.8deg, #ffe864 0%, #ffd800 100%);
}
.uni-textarea-wrapper {
height: 100% !important;
}