forked from GMory/eos-scholar-testnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
140 lines (116 loc) · 3.34 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
@charset "utf-8";html{background-color:#fff;color:#000;font-size:12px}body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family:tahoma,arial,"Hiragino Sans GB",simsun,sans-serif}h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}address,cite,dfn,em,i,optgroup,var{font-style:normal}table{border-collapse:collapse;border-spacing:0;text-align:left}caption,th{text-align:inherit}ul,ol,menu{list-style:none}fieldset,img{border:0}img,object,input,textarea,button,select{vertical-align:middle}article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}input,textarea,button,select,a{outline:0 none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}mark{background-color:transparent}a,ins,s,u,del{text-decoration:none}sup,sub{vertical-align:baseline}a,a:visited{color:white;}
body {
background-image: linear-gradient(to bottom, #000000 0, #004891 100%);
}
.container {
width: 1200px;
margin: 0 auto;
}
.container .logo {
margin: 0 auto;
padding: 60px 0;
width: 185px;
height: 100px;
}
.container .logo img {
width: 100%;
height: 100%;
}
.container .summary {
position: relative;
height: 60px;
margin-bottom: 50px;
}
.container .summary-item {
width: 300px;
}
.container .summary-item img {
float: left;
margin-right: 20px;
width: 60px;
height: 60px;
}
.container .producers {
float: left;
}
.container .last-block {
position: absolute;
left: 50%;
margin-left: -150px;
}
.container .block-number {
float: right;
}
.container .content {
height: 60px;
color: white;
}
.container .block-number img, .container .block-number .content {
float: right;
}
.container .content .summary-item-name {
line-height: 12px;
font-size: 14px;
}
.container .content .summary-item-value {
font-size: 40px;
}
.container table {
width: 1200px;
color: white;
font-weight: normal;
}
.container table .title {
height: 50px;
color: #006ad3;
border-bottom: solid 1px #006ad3;
}
.container table .item {
height: 50px;
color: white;
font-weight: normal;
}
.container th {
font-weight: normal;
line-height: 50px;
}
.container .producer-logo {
float: left;
width: 36px;
height: 36px;
margin: 7px 10px 0 0;
border-radius: 36px;
background-color: white;
overflow: hidden;
}
.container .producer-logo img {
width: 100%;
height: 100%;
}
.bottom {
width: 1200px;
height: 100px;
line-height: 100px;
font-size: 14px;
color: white;
}
.bottom .sponsor {
float: left;
}
.bottom .sponsor a {
text-decoration: underline;
margin-right: 10px;
}
.bottom .educational-material {
float: right;
width: 200px;
height: 40px;
margin-top: 29px;
line-height: 40px;
text-align: center;
border: solid 1px white;
border-radius: 10px;
cursor: pointer;
}