2
schangxiang@126.com
2024-08-16 b47c50a2a514def7374b32d7194b2c599cba5625
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
* { margin: 0; padding: 0;}
body { font: 1.5em "Microsoft Yahei",verdana;}
 
.page {
    z-index: 100;
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #666;
    border-top: 1px solid #ccc;
    padding-top:2px;
    font-size:0.51em;
}
.page .page-down-center {
    /*width: 100%;*/
}
.page .page-up, .page .page-down {
    width: 48%;
    height: 35px;
    margin-top:4px;
    display: inline-block;
    -webkit-tap-highlight-color: #fff;
}
.page .disabled {
    color: #ccc;
}
 
#content {
    position: relative;
    overflow: hidden;
}
.fragment {
    padding:10px;
    text-align: left;
}
p.fragment a {
    line-height: 20px;
    margin-right: 5px;
    text-decoration: none;
}
.section {
    position: absolute; overflow: hidden; text-align:center;
    left:100%; top:0; z-index: 10; margin-top: 10px; font-size:0.51em;
    transition: left 0.5s; 
}
.section table {
    width:95%;
}
.main {
    width: 96%;
    margin-left:2%;
}
@media (orientation : portrait) {
    
}