-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfstyle_.css
94 lines (79 loc) · 1.21 KB
/
fstyle_.css
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
.upper {
background-color: #7B68EE;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 75px;
z-index:99999999;
text-align: center;
vertical-align: middle;
}
.upper a {
color: #D3D3D3;
text-decoration: none;
font-size: 200%;
font-weight: 700;
line-height: 75px;
}
.navbar {
background-color: #333;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index:99999999;
margin-top:75px;
height: 50px;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a:hover {
background: #ddd;
color: black;
}
.main {
position: relative;
padding: 3px;
margin-top: 125px;
width: 50%;
}
.right-element {
position: absolute;
background: silver;
display: inline-block;
left: 100%;
width: 80%;
height: 95%;
margin-top: 0;
overflow: hidden;
font-size: 120%;
}
.swiper-button-prev{
left: 2%;
}
.swiper-button-next{
left: 92%;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
width: 100%;
bottom: -25%;
position: relative;
}
.qh2{
position: absolute;
}
.span_class {
color: #7B68EE;
font-size: 120%;
}
img{
width: 100%;
height: 100%;
}