brief.wxss
914 字节
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
.content_box {
padding: 30rpx;
box-sizing: border-box;
}
.list_img {
width: 187rpx;
height: 187rpx;
}
.item_list {
display: flex;
align-items: center;
}
.list_content_box {
width: 80%;
height: 187rpx;
background: #f5f6fa;
padding: 20rpx;
box-sizing: border-box;
}
.list_content_box textarea {
width: 100%;
height: 100%;
font-size: 26rpx;
position: relative;
}
.currentWordNumber {
position: absolute;
bottom: 0rpx;
right: 0;
color: #999;
}
.list_content {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
color: #282829;
}
.bottom_btn {
width: 320rpx;
height: 80rpx;
background: rgba(0, 0, 0, 1);
box-shadow: 0rpx -8rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
border-radius: 40rpx;
font-size: 30rpx;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
margin: 350rpx auto 0 auto;
}