|
|
@@ -102,15 +102,11 @@
|
|
102
|
102
|
padding-bottom: 25px;
|
|
103
|
103
|
padding-left: 45px;
|
|
104
|
104
|
padding-right: 45px;
|
|
105
|
|
- box-shadow: 0px 0px 70px #e1e6eb;
|
|
|
105
|
+ box-shadow: 0px 0px 70px #ffffff;
|
|
106
|
106
|
border-radius: 5px;
|
|
107
|
|
- position: absolute;
|
|
108
|
|
- right: 15%;
|
|
109
|
|
- top: 20%;
|
|
110
|
|
- /* background:rgb(0,0,0): ; */
|
|
111
|
|
- /* background: rgb(65,208,242,0.8); */
|
|
|
107
|
+ background:rgb(0,0,0);background: rgb(4,93,136,0.8);
|
|
112
|
108
|
filter: alpha(opacity=80);
|
|
113
|
|
- /* border: 1px solid #909090;*/
|
|
|
109
|
+ border: 1px solid #909090
|
|
114
|
110
|
}
|
|
115
|
111
|
|
|
116
|
112
|
.larry-main .title {
|
|
|
@@ -130,7 +126,7 @@
|
|
130
|
126
|
width: 100%;
|
|
131
|
127
|
height: 35px;
|
|
132
|
128
|
line-height: 35px;
|
|
133
|
|
- color: #222;
|
|
|
129
|
+ color: #ffffff;
|
|
134
|
130
|
font-size: 24px;
|
|
135
|
131
|
text-align: center;
|
|
136
|
132
|
padding-bottom: 15px
|
|
|
@@ -150,7 +146,7 @@
|
|
150
|
146
|
width: 96px;
|
|
151
|
147
|
height: 96px;
|
|
152
|
148
|
margin: 0 auto;
|
|
153
|
|
- margin-bottom: 50px
|
|
|
149
|
+ margin-bottom: 25px
|
|
154
|
150
|
}
|
|
155
|
151
|
|
|
156
|
152
|
.layui-form {
|
|
|
@@ -170,7 +166,7 @@
|
|
170
|
166
|
height: 40px;
|
|
171
|
167
|
border: none;
|
|
172
|
168
|
position: relative;
|
|
173
|
|
- margin-bottom: 50px
|
|
|
169
|
+ margin-bottom: 20px
|
|
174
|
170
|
}
|
|
175
|
171
|
|
|
176
|
172
|
.layui-form .layui-form-item label.layui-form-label {
|
|
|
@@ -185,11 +181,10 @@
|
|
185
|
181
|
left: 10px;
|
|
186
|
182
|
font-size: 14px;
|
|
187
|
183
|
font-weight: 600;
|
|
188
|
|
- color: gray;
|
|
|
184
|
+ color: #ffffff;
|
|
189
|
185
|
padding-right: 10px;
|
|
190
|
|
- border-right: dotted 1px #e1e6eb;
|
|
191
|
|
- text-align: right;
|
|
192
|
|
- z-index:1;
|
|
|
186
|
+ border-right: dotted 1px #FFF;
|
|
|
187
|
+ text-align: right
|
|
193
|
188
|
}
|
|
194
|
189
|
|
|
195
|
190
|
.layui-form .layui-form-item input.larry-input {
|
|
|
@@ -204,11 +199,11 @@
|
|
204
|
199
|
left: 0px;
|
|
205
|
200
|
font-size: 14px;
|
|
206
|
201
|
font-family: "Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
|
|
207
|
|
- color: #222!important;
|
|
208
|
|
- /* background: #2d2d2d; */
|
|
209
|
|
- background: #fff;
|
|
210
|
|
- /* border: 1px solid #3d3d3d; */
|
|
211
|
|
- border: 1px solid #e1e6eb;
|
|
|
202
|
+ color: #ffffff!important;
|
|
|
203
|
+ background: #2d2d2d;
|
|
|
204
|
+ background: rgba(15,15,15,.15);
|
|
|
205
|
+ border: 1px solid #3d3d3d;
|
|
|
206
|
+ border: 1px solid rgba(255,255,255,.15);
|
|
212
|
207
|
-moz-border-radius: 5px;
|
|
213
|
208
|
-webkit-border-radius: 5px;
|
|
214
|
209
|
border-radius: 5px;
|
|
|
@@ -331,13 +326,13 @@ input:-ms-input-placeholder {
|
|
331
|
326
|
font-family: "Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
|
|
332
|
327
|
font-weight: 600;
|
|
333
|
328
|
letter-spacing: 1px;
|
|
334
|
|
- background: #1cb5ef!important;
|
|
|
329
|
+ background: #ef4300;
|
|
335
|
330
|
width: 170px;
|
|
336
|
331
|
height: 40px;
|
|
337
|
332
|
line-height: 40px;
|
|
338
|
333
|
vertical-align: middle;
|
|
339
|
334
|
margin: 0 auto!important;
|
|
340
|
|
- border: 1px solid #1cb5ef;
|
|
|
335
|
+ border: 1px solid #ff730e;
|
|
341
|
336
|
-moz-border-radius: 5px;
|
|
342
|
337
|
-webkit-border-radius: 5px;
|
|
343
|
338
|
border-radius: 5px;
|