forked from mtjsoft/wanandroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.wxss
167 lines (145 loc) · 2.37 KB
/
app.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/**app.wxss**/
/**在使用的Wxss中引入WxParse.css,可以在app.wxss**/
@import "colorui/main.wxss";
@import "colorui/icon.wxss";
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
background-color: #f5f5f5;
}
page {
width: 100%;
height: 100%;
background-color: #f5f5f5;
}
.loadmore {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 10px;
margin-bottom: 10px;
}
.stickyClass {
width: 100%;
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: 999;
}
/**字体样式**/
.text_w_w_black16 {
font-size: 16px;
color: #000;
padding: 10px;
}
.text_f_w_black16 {
width: 100%;
height: auto;
font-size: 16px;
color: #000;
padding: 10px;
}
.text_w_w_black14 {
font-size: 14px;
color: #000;
padding: 10px;
}
.toptyperow {
width: auto;
display: flex;
flex-direction: row;
align-items: center;
height: auto;
background-color: #f5f5f5;
padding-bottom: 2px;
}
/**
*类型选中的样式
*/
.typetitlese {
width: auto;
font-size: 14px;
height: 23px;
line-height: 23px;
text-align: center;
color: #1b82d1;
flex-grow: 1;
background-color: #fff;
padding: 10px;
white-space: nowrap;
border-bottom: 2px solid #1b82d1;
}
/**
*类型未选中的样式
*/
.typetitleno {
width: auto;
font-size: 14px;
height: 25px;
line-height: 25px;
text-align: center;
color: #000;
flex-grow: 1;
background-color: #fff;
padding: 10px;
white-space: nowrap;
}
.liststyle{
position: relative;
display: flex;
flex-direction: column;
background-color: #fff;
padding: 10px;
font-size: 16px;
border-bottom: 1px solid #f5f5f5;
}
.listtop {
display: flex;
flex-direction: row;
align-items: center;
justify-items: center;
}
.listtopimage{
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 5px;
}
.listtoptime{
flex: 1;
width: auto;
text-align: right;
color: #9F9F9F;
font-size: 14px;
}
.title{
font-size: 16px;
margin-top: 5px;
margin-bottom: 5px;
}
.chapterName{
flex: 1;
font-size: 12px;
color: #1B82D1;
margin-top: 5px;
}
.collect{
width: 44rpx;
height: 44rpx;
}
.joinSeesion{
width: 100%;
height: 100%;
background-color: transparent;
left: 0px;
top: 0px;
position: absolute;
z-index: 99999999;
}
button::after{
border: none;
}