app.wxss
1.41 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
/**app.wxss**/
page {
background-color: #F8F8F8;
height: 100%;
font-size: 32rpx;
line-height: 1.6;
box-sizing: border-box;
display: -webkit-flex; /* Safari */
display: flex;
width: 100%;
flex-direction: column;
}
body{
font-size: 12px;
line-height: 1.5;
color:#333 ;
font-family:'Microsoft YaHei', Verdana, sans-serif, 'SimSun';
background:#f3f4f5;
overflow: hidden;
}
view{
box-sizing: border-box;
}
.xn-text-center{
text-align: center;
}
.xn-text-right{
text-align: right;
}
.xn-text-left{
text-align: left;
}
.xn-input-line{
margin-bottom: 10px;
}
.clearfix:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
overflow: hidden;
}
.xn-footer{
margin-top: 2.4rem;
}
.xn-footer .foot-layout{
height: 2.4rem;
position: fixed;
bottom: 0;
left: 0;
right: 0;
border-top: 1px solid #dcdcdc;
background: #fff;
display: flex;
display: -webkit-flex; /* Safari */
}
.xn-footer .foot-layout .foot-item{
width: 25%;
height: 100%;
padding: 0.2rem 0;
}
.xn-footer .foot-layout .foot-item .icon{
display: block;
margin:0 auto;
width: 80%;
height: 1rem;
margin-bottom:0.2rem;
}
.xn-footer .foot-layout .foot-item text{
display: block;
width: 100%;
height: 0.8rem;
line-height: 0.8rem;
font-size: 12px;
text-align: center;
color: #999;
}
.xn-footer .foot-layout .active text{
color: #39f;
}