app.wxss
2.9 KB
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
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.menu_bottom{
padding-bottom: 110rpx;
}
/*底部菜单按钮*/
.menu_items{
height: 100rpx;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: flex;
align-items: center;
background-color: #FFF;
z-index: 99;
}
.menu_item{
flex:1;
align-items: center;
justify-content: center;
display: flex;
flex-flow: column;
font-size: 20rpx;
}
.menu_item.active{
color: #696969;
}
.icon{
width: 40rpx;
height: 40rpx;
position: relative;
}
.icon::after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.article:after{
background:url('http://fdjc.wx.bronet.cn/public/images/icon7.png');
background-size: cover;
}
.active .article:after{
background: url(http://fdjc.wx.bronet.cn/public/images/icon8.png);
background-size: cover;
}
.book:after{
background:url('http://fdjc.wx.bronet.cn/public/images/icon9.png');
background-size: cover;
}
.active .book:after{
background: url(http://fdjc.wx.bronet.cn/public/images/icon10.png);
background-size: cover;
}
.person:after{
background:url('http://fdjc.wx.bronet.cn/public/images/icon11.png');
background-size: cover;
}
.active .person:after{
background: url(http://fdjc.wx.bronet.cn/public/images/icon12.png);
background-size: cover;
}
.nomoredata{
font-size:26rpx;
color: #CFCFCF;
align-items: center;
justify-content: center;
padding:30rpx 0;
background-color: #F1F1F1;
display: none;
}
.nomoredata.active{
display: flex
}
.nodata{
height: 60%;
background-color: #F1F1F1;
display:none;
align-items:center;
justify-content:center;
flex-flow: column;
font-size: 26rpx;
color: #C1C1C1;
}
.nodatsImage{
width:205rpx;
height: 223rpx;
margin-bottom: 145rpx;
}
.gray_container{
height: 100vh;
background-color: #F1F1F1;
}
.has_bottom{
padding-bottom: 100rpx;
overflow: auto;
}
/*公共字体*/
@font-face {
font-family: 'iconfont'; /* project id 590930 */
src: url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.eot');
src: url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.woff') format('woff'),
url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.ttf') format('truetype'),
url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.svg#iconfont') format('svg');
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
color: #FFF;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-xiala:before { content: "\e6b9"; }
.icon-wode001:before { content: "\e634"; }
.icon-xingxing:before { content: "\e642"; }
.icon-shangla:before { content: "\e61d"; }
.icon-wenzhang1:before { content: "\e659"; }
.icon-yuyuezidongtoubiao:before { content: "\e63d"; }
.icon-duigou:before { content: "\e730"; }