addLog.wxss
955 字节
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
62
63
/* pages/indexs/add_logs/add_logs.wxss */
page {
background-color: #f5f6fa;
}
.content_box {
margin: 30rpx auto 36rpx auto;
width: 686rpx;
border-radius: 10rpx;
background-color: #fff;
}
.content_title {
height: 88rpx;
width: 100%;
text-align: center;
line-height: 88rpx;
color: #487aff;
font-size: 28rpx;
border-bottom: solid 1rpx #ebe9e8;
}
.icon-wenjian {
margin: 0 14rpx 0 0;
font-size: 36rpx;
}
.content_input {
width: 100%;
background-color: #fff;
min-height: 370rpx;
}
.content_input textarea {
padding: 30rpx;
color: #1a1a1a;
font-size: 30rpx;
height: 100%;
min-height: 370rpx;
position: relative;
}
.currentWordNumber {
position: absolute;
bottom: 30rpx;
right: 0;
color: #999;
}
.bottom_btn {
margin: 0 auto;
width: 686rpx;
height: 100rpx;
text-align: center;
line-height: 100rpx;
border-radius: 50rpx;
background-color: #487aff;
color: #fff;
font-size: 36rpx;
}