myfeedback_list.wxss
980 字节
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
.list {
margin: 24rpx 32rpx;
}
.list image {
width: 100%;
height: 446rpx;
}
.list_post {
margin-top: -402rpx;
}
.list_status {
margin-bottom: 114rpx;
font-size: 48rpx;
font-family: PingFangSC, PingFangSC-Semibold;
font-weight: 600;
text-align: center;
line-height: 98rpx;
color: #ffffff;
}
.list_num{
margin-left: 40rpx;
margin-bottom: 48rpx;
color: #969799;
display: flex;
align-items: center;
}
.list_num image{
width: 44rpx;
height: 44rpx;
margin-right: 16rpx;
}
.answer {
width: 100%;
height: 122rpx;
position: fixed;
bottom: 0;
box-shadow: 0px -6px 15px 0px rgba(0, 67, 26, 0.06);
display: flex;
align-items: center;
}
button {
width: 622rpx;
height: 88rpx;
color: #ffffff;
font-size: 32rpx;
background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%);
border-radius: 22px;
box-shadow: 0px 9px 19px 0px rgba(0, 116, 45, 0.42);
}