-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
147 lines (143 loc) · 2.56 KB
/
style.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
141
142
143
144
145
146
147
header{
display: block;
margin: 4px;
padding: 5px;
min-height: 570px;
width:100%;
/*border: 1px solid #eebb55;*/
border-radius: 7pt;
background-image:url('1.jpg')
/*background-color: #ffeebb;*/
}
footer{
display: block;
margin: 4px;
padding: 5px;
min-height: 100px;
width:100%;
margin-top:100px;
/*border: 1px solid #eebb55;*/
border-radius: 7pt;
/*background-color: #ffeebb;*/
}
.main {
min-height: 300px;
width:100%;
margin: 0;
padding: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row;
flex-flow: row;
}
/*.main > nav {
margin: 4px;
padding: 5px;
border: 1px solid #8888bb;
border-radius: 7pt;
background-color: #ccccff;
-webkit-flex: 1 6 20%;
flex: 1 6 20%;
}*/
/*.main > aside {
margin: 4px;
padding: 5px;
border: 1px solid #8888bb;
border-radius: 7pt;
background-color: #ccccff;
-webkit-flex: 1 6 20%;
flex: 1 6 20%;
}*/
/*.main > article {
margin: 4px;
padding: 5px;
border: 1px solid #cccc33;
border-radius: 7pt;
background-color: #dddd88;
-webkit-flex: 3 1 60%;
flex: 3 1 60%;
} */
/* Home page part*/
/* set the header style*/
.top{
margin-top:20px;
width: 100%;
min-height: 50px;
}
.title {
min-width: 10px;
min-height:20px;
float: left;
margin-left:3%;
padding:10px;
}
.logo_home {
float: left;
min-width: 10px;
min-height:20px;
}
.navigation{
margin-left:20%;
min-width: 10px;
min-height:20px;
}
/*set the home page menu style*/
header li{
display: inline-block;
padding: 8px;
font-size: 20px;
font-family:'Times New Roman', Times, serif;
/*margin-top: 100px;
background-color: #FFFF99;*/
}
.signincontainer{
float: left;
margin-top:140px;
margin-left:8%;
min-height: 100px;
width:100%;
}
.signinname{
float:left;
min-height:100px;
margin-top:40px;
width:40%;
}
.main_comment{
float: right;
margin-top:40px;
margin-right:20%;
min-height: 100px;
width:30%;
text-align:center;
}
/*set the main style*/
.detail_one{
width:25%;
min-height:100px;
margin-left:10%;
margin-top:70px;
padding:20px;
}
.detail_two{
width:25%;
min-height:100px;
margin-left:5%;
margin-top:70px;
padding:20px;
}
.detail_three{
width:25%;
min-height:100px;
margin-left:5%;
margin-top:70px;
padding:20px;
}
/*set the footer style*/
.footer_home{
width:100%;
min-height:80px;
}
footer li{
margin-left:27%;
}