-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.less
More file actions
99 lines (95 loc) · 1.87 KB
/
style.less
File metadata and controls
99 lines (95 loc) · 1.87 KB
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
/*.body{*/
/*background-image: url("sw.jpg");*/
/*}*/
//#top {
// margin: 51px auto 0 auto;
// height: 300px;
//}
main{
margin-top: 5px;
}
.row a {
display: block;
margin: 5px 48px;
height: 100px;
border-radius: 10px;
background-color: grey;
color: #fff;
text-align: center;
line-height: 100px;
vertical-align: middle;
text-decoration: none;
font-family: "微软雅黑";
font-size: 18px;
-webkit-transition: background 1s, color 1s;
-moz-transition: background 1s, color 1s;
-ms-transition: background 1s, color 1s;
-o-transition: background 1s, color 1s;
transition: background 1s, color 1s;
}
.row a:hover{
background-color: #fff;
color: #000;
border: 2px solid #000;
}
.jumbotron {
background-image: url("sw-2.jpg");
width: 1140px;
height: 300px;
margin: 51px auto 0 auto;
padding: 0;
// background-color: #110145;
// margin: auto 0;
// margin-bottom: 100px;
//background-image: url("smoke.png");
}
.smoke{
position: absolute;
// z-index: 0;
// position: absolute;
width: 1140px;
height: 300px;
left: 50%;
margin-left: -570px;
// margin: auto 0 auto -570px;
padding: 0;
opacity: 0.6;
// background-color: #0000cc;
background-image: url("smoke.png");
// background-opacity: 0.4;
}
.my-position{
position: absolute;
z-index: 99;
margin: 51px 200px;
vertical-align: middle;
// opacity: 1!important;
}
//.smoke{
// h2{
// opacity: 1;
// }
//}
/*.dropdown li a {*/
/*display: inline!important;*/
/*background-color: #0f721e !important;*/
/*}*/
/*.dropdown li a+a{*/
/*display: inline!important;*/
/*background-color: #245269!important;*/
/*}*/
/*.dropdown li a a b {*/
/*display: inline!important;*/
/*position: absolute;*/
/*background-color: #843534!important;*/
/*}*/
.dropdown-toggle{
display: inline;
}
.dropdown-inverse{
background-color: #222;
color: #9d9d9d;
}
.dropdown-inverse li a {
color: #9d9d9d;
}