-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
48 lines (47 loc) · 717 Bytes
/
app.css
File metadata and controls
48 lines (47 loc) · 717 Bytes
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
/**
* @file app.css
* @author swan
*/
.g-top-border{
border-top:10rpx solid #e2e2e2;
}
.g-title{
font-size:32rpx;
}
.f-fr{
float:right;
}
.f-fl{
float:left;
}
.clear-both {*zoom:1}
.clear-both:before,.clear-both:after {
display:table;
line-height:0;
content:" "
}
.clear-both:after {clear:both}
*{
font-family: Arial, sans-serif;
}
.g-tltie {
position: relative;
text-align: center;
}
.g-tltie image{
width:231rpx;
height: 22rpx;
position: absolute;
left:50%;
margin: 13rpx 0 0 -115rpx;
}
.g-tltie text.f-title{
font-size: 32rpx;
line-height: 1.5;
font-weight: bold;
color: #333;
}
.preloading{
width: 750rpx;
height: 1206rpx;
}