-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcup.css
94 lines (87 loc) · 1.76 KB
/
cup.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
@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, th, td ,p{
list-style: none;
margin: 0;
padding: 0;
}
*{
font-family: 微软雅黑;
color: rgb(163, 163, 163);
}
.clearfix{
overflow:hidden;
zoom:1;
}
.main {
height: 2990px;
background: url(images/history/mainbg.jpg) top center no-repeat;
overflow: hidden;
z-index:0;
}
.part1 {
width: 1000px;
margin:0 auto;
margin-top:700px;
margin-bottom:250px;
line-height: 20px;
color:#fff;
}
.main .part1.clearfix a {
color: #FFF;
text-decoration: none;
}
.part2 {
width: 1000px;
margin: 0 auto;
margin-top: 400px;
}
.main .part2.clearfix .more-agenda {
padding: 25px 5px;
text-align: center;
}
#J_popup_matchrules .btn-close {
width: 32px;
height: 32px;
display: block;
position: absolute;
right: 15px;
top: 15px;
}
#J_popup_matchrules {
border: 1px solid #434343;
background-color: #161616;
padding: 85px 65px;
width: 600px;
display: none;
position: absolute;
z-index: 1004;
margin: 0 auto;
}
#J_popup_matchrules .content .matchrules-title {
text-align: center;
font-size: 26px;
}
#J_popup_matchrules .content .matchrules-title-saizhi {
font-size: 24px;
margin-bottom: 15px;
}
#J_popup_matchrules .content dl dt {
color: #fff;
font-weight: 700;
font-size: 18px;
padding-bottom: 15px;
}
.main .part2.clearfix .more-agenda #J_lnk-more-agenda {
font-size: 14px;
color: #999;
padding: 10px 35px;
display: inline-block;
text-decoration: none;
background-color: #1b1b1c;
background: rgba(255, 255, 255, 0.05);
}
.main .part3 {
width: 1000px;
margin: 0 auto;
margin-top: 180px;
}