forked from DuHouAn/Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (49 loc) · 713 Bytes
/
Copy pathstyle.css
File metadata and controls
73 lines (49 loc) · 713 Bytes
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
/*ÕâÊÇ×Ô¶¨ÒåÑùʽµÄcssÎļþ*/
body {
margin-top: 20px;
margin: 0 auto;
width: 100%;
}
.carousel-inner .item img {
width: 100%;
height: 300px;
}
.clear{
clear:both;
}
.top{
width:1210px;
margin:20px auto;
overflow:hidden;
}
.top div{
}
.search{
background-color: #FCFDEF;
padding:10px 200px 10px 0px;
}
.content{
width:1210px;
margin:0 auto;
}
.news{
border:1px solid #E7E7E7;
height:auto;
height:300px;
}
.mynav{
width:1210px;
margin:0 auto;
}
.myrow .col-md-10 div{
border-bottom:1px solid #E7E7E7;
border-left:1px solid #E7E7E7;
padding:0px;
}
.row p{margin:0;}
.myrow .yes-right-border{
border-right:1px solid #E7E7E7;
}
.myrow .no-left-border{
border-left:0px;
}