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
| body,ul,li,p,h1,h2,h3,h4,h5{
margin:0;
padding:0;
font-size:100%;
}
body{
font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
background: #6f0b02;
}
img{
border:0;
}
.content{
position: relative;
margin: 40px 0 0 -21px;
width: 500px;
height: 460px;
}
.l-pic-index{
position: absolute;
left: 200px;
top: 1px;
z-index:2;
width:50px;
height:460px;
background: url("https://i.imgur.com/muLgAEn.png") no-repeat right 0;
}
.r-pic-index{
position: absolute;
right: 200px;
top: 0;
z-index: 2;
width:50px;
*width:82px;
height:460px;
background: url("https://i.imgur.com/C1a5S59.png") no-repeat left 0;
}
.l-bg-index{
position: absolute;
// top: 20px;/*中间转轴位置*/
left: 230px;
z-index: 1;
width: 25px;
height: 459px;
background: url("https://i.imgur.com/ospnj28.png") right 0 no-repeat;
}
.r-bg-index{
position: absolute;
right: 230px;
z-index: 1;
width: 25px;
height: 459px;
background: url("https://i.imgur.com/9Kl8d5Y.png") 0 0 no-repeat;
}
.main-index{
display: none;
overflow: hidden;
zoom:1;
position: absolute;
z-index: 5;
width:900px;
height:250px;
left:95px;
top:75px;
color: #2e2e2e;
}
.intro-text{
writing-mode: vertical-rl;
font-size:32px;
}
.first
{
text-indent:1em;
}
|
0 意見:
張貼留言