|
@@ -1,6 +1,4 @@
|
|
.wrappper{
|
|
.wrappper{
|
|
- background: url("../images/bg2.png");
|
|
|
|
- background-size: cover;
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
min-width: 1200px;
|
|
min-width: 1200px;
|
|
.content{
|
|
.content{
|
|
@@ -14,7 +12,7 @@
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
height: 44px;
|
|
height: 44px;
|
|
line-height: 44px;
|
|
line-height: 44px;
|
|
- border-bottom: 1px solid #E6E6E6;
|
|
|
|
|
|
+ border-bottom: 1px solid #6794A8;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
color: #fff;
|
|
position: relative;
|
|
position: relative;
|
|
@@ -47,7 +45,7 @@
|
|
// outline: none;
|
|
// outline: none;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
background: #0D2C53;
|
|
background: #0D2C53;
|
|
- border: 1px solid #ccc;
|
|
|
|
|
|
+ border: 1px solid #6794A8;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 15px 0 0 0;
|
|
margin: 15px 0 0 0;
|
|
}
|
|
}
|
|
@@ -70,17 +68,17 @@
|
|
filter: alpha(opacity=50);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
}
|
|
input::-webkit-input-placeholder{
|
|
input::-webkit-input-placeholder{
|
|
- color: #ccc;
|
|
|
|
|
|
+ color: #c3ebf5;
|
|
}
|
|
}
|
|
|
|
|
|
input:-moz-placeholder,textarea:-moz-placeholder{
|
|
input:-moz-placeholder,textarea:-moz-placeholder{
|
|
- color: #ccc;
|
|
|
|
|
|
+ color: #c3ebf5;
|
|
}
|
|
}
|
|
input::-moz-placeholder,textarea::-moz-placeholder{
|
|
input::-moz-placeholder,textarea::-moz-placeholder{
|
|
- color: #ccc;
|
|
|
|
|
|
+ color: #c3ebf5;
|
|
}
|
|
}
|
|
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
|
|
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
|
|
- color: #ccc;
|
|
|
|
|
|
+ color: #c3ebf5;
|
|
}
|
|
}
|
|
|
|
|
|
.btnBox{
|
|
.btnBox{
|
|
@@ -104,10 +102,10 @@ input::-webkit-input-placeholder{
|
|
}
|
|
}
|
|
.resultBox{
|
|
.resultBox{
|
|
white-space: pre-wrap;
|
|
white-space: pre-wrap;
|
|
- min-height: 155px;
|
|
|
|
|
|
+ min-height: 185px;
|
|
line-height: 21px;
|
|
line-height: 21px;
|
|
padding: 10px 0 20px;
|
|
padding: 10px 0 20px;
|
|
- width: 1160px;
|
|
|
|
|
|
+ width: 100%;
|
|
position: relative;
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
color: #333;
|
|
@@ -116,8 +114,6 @@ input::-webkit-input-placeholder{
|
|
}
|
|
}
|
|
.empty{
|
|
.empty{
|
|
position: absolute;
|
|
position: absolute;
|
|
- // display: none;
|
|
|
|
- width: 120px;
|
|
|
|
height: 140px;
|
|
height: 140px;
|
|
top: 50%;
|
|
top: 50%;
|
|
left: 50%;
|
|
left: 50%;
|
|
@@ -125,15 +121,13 @@ input::-webkit-input-placeholder{
|
|
// display: none;
|
|
// display: none;
|
|
.emptyImg{
|
|
.emptyImg{
|
|
position: relative;
|
|
position: relative;
|
|
- width: 100px;
|
|
|
|
left: 10px;
|
|
left: 10px;
|
|
}
|
|
}
|
|
.emptyTxt{
|
|
.emptyTxt{
|
|
- width: 120px;
|
|
|
|
font-size:12px;
|
|
font-size:12px;
|
|
margin: 20px 0 0 0;
|
|
margin: 20px 0 0 0;
|
|
text-align: center;
|
|
text-align: center;
|
|
- color: #aaa;
|
|
|
|
|
|
+ color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.footer{
|
|
.footer{
|