forked from qq865738120/easyUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticle.wxss
51 lines (50 loc) · 881 Bytes
/
article.wxss
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
/* article/article.wxss */
/* @import "/common/quill-core.wxss";
@import "/common/quill-bubble.wxss"; */
@import '/towxml/style/main.wxss';
@import '/towxml/style/theme/light.wxss';
page {
background-color: white;
height: 100%;
}
.loading {
width: 100%;
height: 80%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sub {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 30rpx;
}
.title {
font-size: 46rpx;
font-weight: bold;
margin: 80rpx 30rpx 40rpx 30rpx;
}
.author {
margin: 0 30rpx 10rpx 30rpx;
font-size: 30rpx;
color: #455488;
}
.author::before {
content: '作者';
color: #999;
margin-right: 20rpx;
}
.icon-chakan {
font-size: 34rpx;
color: #999;
}
.suspension {
z-index: 1000;
}
.icon-fenxiangkaobei,
.icon-shouye1 {
color: white;
font-size: 46rpx;
}