-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathP1.css
121 lines (113 loc) · 1.71 KB
/
P1.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
body{
padding:0;
margin:0;
}
.header{
background-color: #3A4051;
color: white;
height: 60px;
width: 100%;
}
.hcontain{
padding-left: calc((100% - 960px) / 2);
width: 960px;
}
.left{
float: left;
position: relative;
top:15px;
}
.right{
position:relative;
top:0;
float: right;
}
.right li{
display: inline;
}
.right a{
list-style-type: none;
}
.right a:link,a:hover{
color: white;
}
.banner{
background-color: #5ECC3F;
height: 200px;
width:100%;
}
.bcontain{
padding: 2px;
position: relative;
top:160px;
left:70%;
width: 20px;
height: 25px;
z-index: 1;
float: left;
margin-right: 5px;
text-align: center;
font-size: 15px;
background-color: #FFFFFF;
opacity: 0.3;
color: #258F0A;
border:#258F0A solid 1px;
}
.bcontain.chosen{
padding-top: 20px;
width: 20px;
height: 25px;
top:142px;
opacity: 0.6;
}
.nav{
height: 50px;
border-bottom: #DEDCDC solid 0.5px;
width: 100%;
overflow: hidden;
}
.menu{
width: 960px;
padding-left: calc((100% - 960px) / 2);
border-bottom: #DEDCDC solid 0.5px;
}
.part{
position: relative;
top: 20px;
font-size: 10px;
border-radius: 10px;
background-color: #EBEBEB;
border-bottom:none;
border: #DEDCDC solid 0.5px;
width: 70px;
height: 25px;
padding-top: 10px;
text-align: center;
float:left;
}
.part.chosen{
background-color: white;
}
.content
{
max-width: 960px;
margin: 0 auto;
display: flex;
flex-flow: row wrap;
}
.card{
flex: 1;
border:#DEDCDC solid 0.5px;
padding: 80px;
text-align: center;
margin:5px ;
}
.bottom{
clear: both;
background-color: #575C6A;
color: white;
height: 60px;
width: 100%;
font-size: 13px;
text-align: center;
}