提交 | 用户 | 时间
|
58d006
|
1 |
@charset"utf-8" |
A |
2 |
/*登录页面*/ |
|
3 |
body{ |
|
4 |
margin: 0; |
|
5 |
} |
|
6 |
.col-xs-12{ |
|
7 |
float: none; |
|
8 |
} |
|
9 |
.container{ |
|
10 |
margin-left: 0; |
|
11 |
margin-right: 0; |
|
12 |
width: 100%; |
|
13 |
} |
|
14 |
.bg{ |
|
15 |
background: url(../image/bgbg.png) no-repeat; |
|
16 |
background-size: 100%; |
|
17 |
min-height: 450px; |
|
18 |
} |
|
19 |
.container .row{ |
|
20 |
padding-left: 0; |
|
21 |
padding-right: 0; |
|
22 |
margin-left: 0; |
|
23 |
margin-right: 0; |
|
24 |
text-align: center; |
|
25 |
vertical-align: middle; |
|
26 |
/*padding-top: 121px;*/ |
|
27 |
} |
|
28 |
.container .row .head{ |
|
29 |
width: 1208px; |
|
30 |
margin: 20px auto; |
|
31 |
padding-left: 0; |
|
32 |
padding-right: 0; |
|
33 |
} |
|
34 |
.row .head .headbox{ |
|
35 |
margin: 0 auto; |
|
36 |
font-size: 40px; |
|
37 |
color: #ffffff; |
|
38 |
} |
|
39 |
.container .row .content{ |
|
40 |
padding-left: 0; |
|
41 |
padding-right: 0; |
|
42 |
margin-bottom: 50px; |
|
43 |
} |
|
44 |
.row .content .contbox{ |
|
45 |
width: 370px; |
|
46 |
height: 390px; |
|
47 |
/*margin: 0 auto;*/ |
|
48 |
/*border:5px solid #D8FAFB;*/ |
|
49 |
border-radius: 20px; |
|
50 |
float: right; |
|
51 |
background: #fff; |
|
52 |
border-radius:8px; |
|
53 |
background: url(../image/baibg.png); |
|
54 |
margin-top: -75px |
|
55 |
} |
|
56 |
.row .content .contbox .img{ |
|
57 |
float: left; |
|
58 |
margin-top: 10px; |
|
59 |
} |
|
60 |
.row .content .contbox .img img{ |
|
61 |
width: 291px; |
|
62 |
height: 320px; |
|
63 |
} |
|
64 |
|
|
65 |
.form-horizontal{ |
|
66 |
float: left; |
|
67 |
width: 370px; |
|
68 |
margin-top:10px; |
|
69 |
} |
|
70 |
.form-horizontal .form-group{ |
|
71 |
margin-left: 0; |
|
72 |
margin-right: 0; |
|
73 |
margin-bottom: 20px; |
|
74 |
} |
|
75 |
.form-horizontal .control-label{ |
|
76 |
width: 90px; |
|
77 |
float: left; |
|
78 |
font-size: 16px; |
|
79 |
padding-top: 7px; |
|
80 |
margin-bottom: 0; |
|
81 |
color: #333; |
|
82 |
text-align: center; |
|
83 |
} |
|
84 |
|
|
85 |
.form-control{ |
|
86 |
display: block; |
|
87 |
float: left; |
|
88 |
width: 245px; |
|
89 |
height: 35px; |
|
90 |
padding: 4px 5px; |
|
91 |
font-size: 20px; |
|
92 |
line-height: 1.42857143; |
|
93 |
color: #555; |
|
94 |
background-color: #fff; |
|
95 |
background-image: none; |
|
96 |
border: 1px solid #ccc; |
|
97 |
border-radius: 0px; |
|
98 |
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
|
99 |
box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
|
100 |
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; |
|
101 |
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; |
|
102 |
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; |
|
103 |
} |
|
104 |
.form-control{ |
|
105 |
margin-left: 10px; |
|
106 |
} |
|
107 |
.form-horizontal .form-group .btn-lg{ |
|
108 |
padding: 10px 16px; |
|
109 |
font-size: 18px; |
|
110 |
line-height: 1.3333333; |
|
111 |
border-radius: 6px; |
|
112 |
} |
|
113 |
.form-horizontal .form-group .btn{ |
|
114 |
/*margin-left: 35px;*/ |
|
115 |
display: inline-block; |
|
116 |
padding: 0; |
|
117 |
margin-bottom: 0; |
|
118 |
font-size: 14px; |
|
119 |
font-weight: 400; |
|
120 |
line-height: 1.42857143; |
|
121 |
text-align: center; |
|
122 |
white-space: nowrap; |
|
123 |
vertical-align: middle; |
|
124 |
-ms-touch-action: manipulation; |
|
125 |
touch-action: manipulation; |
|
126 |
cursor: pointer; |
|
127 |
-webkit-user-select: none; |
|
128 |
-moz-user-select: none; |
|
129 |
-ms-user-select: none; |
|
130 |
user-select: none; |
|
131 |
background-image: none; |
|
132 |
border: 0px solid transparent; |
|
133 |
border-radius: 6px; |
|
134 |
} |
|
135 |
.form-horizontal .form-group .btn img{ |
|
136 |
/*width: 216px;*/ |
|
137 |
} |
|
138 |
div.err { |
|
139 |
/*display: none;*/ |
|
140 |
/*height: 20px;*/ |
|
141 |
position: relative; |
|
142 |
top: -24px; |
|
143 |
font-weight: bold; |
|
144 |
color: #A2A2A2; |
|
145 |
font-size: 14px; |
|
146 |
margin-left: -100px; |
|
147 |
font-family: sans-serif; |
|
148 |
} |
|
149 |
/*修改*/ |
|
150 |
.bg-new{ |
|
151 |
margin-top: 0px; |
|
152 |
} |
|
153 |
.logo-wrap{ |
|
154 |
overflow: hidden; |
|
155 |
} |
|
156 |
.logo-w{ |
|
157 |
width: 1000px; |
|
158 |
margin: 18px auto; |
|
159 |
} |
|
160 |
.dibu{ |
|
161 |
text-align: center; |
|
162 |
margin-left: 0px; |
|
163 |
margin-right: 0px; |
|
164 |
margin-top: 30px; |
|
165 |
} |
|
166 |
.xbga{ |
|
167 |
width: 400px; |
|
168 |
float: left; |
|
169 |
} |
|
170 |
.title{ |
|
171 |
margin:20px 0px; |
|
172 |
} |
|
173 |
.content-new{ |
|
174 |
width: 1000px; |
|
175 |
margin: 0px auto; |
|
176 |
padding: 110px 0px; |
|
177 |
} |
|
178 |
/*修改结束*/ |