feedback.wxss
876 字节
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
page{
line-height: 1;
}
.container{
width: 750rpx;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
.top{
margin-top: 27rpx;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.top textarea{
width:686rpx;
height:300rpx;
background:rgba(247,247,247,1);
border-radius:10rpx;
font-size: 28rpx;
box-sizing: border-box;
padding: 23rpx 25rpx;
}
.text_num{
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(153,153,153,1);
position: absolute;
bottom: 23rpx;
right: 25rpx
}
.bottom{
margin-top: 40rpx;
width:686rpx;
height:80rpx;
line-height: 80rpx;
text-align: center;
background:rgba(255,129,44,1);
border-radius:5rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,1);
}