Suggest.wxss
817 字节
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
/* pages/Suggest/Suggest.wxss */
.line_box {
width: 100%;
height: 16rpx;
background: #e5e5e5;
}
.content_box {
/* margin-top: 16rpx; */
background: #fff;
}
.list_title {
font-size: 30rpx;
font-weight: bold;
color: #1a1a1a;
padding: 25rpx 30rpx;
border-bottom: 1rpx solid #ebebeb;
}
.list_input {
padding: 30rpx;
}
.list_input textarea {
width: 100%;
border: 0;
outline: none;
font-size: 28rpx;
color: #1a1a1a;
}
.pl_style {
font-size: 28rpx;
color: #1a1a1a;
}
.bottom_box {
width: 100%;
padding: 30rpx;
position: fixed;
bottom: 0;
left: 0;
box-sizing: border-box;
}
.save_btn {
width: 100%;
height: 88rpx;
background: #0286ff;
border-radius: 44rpx;
font-size: 32rpx;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}