You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.0 KiB
87 lines
2.0 KiB
5 years ago
|
|
||
|
.search-container {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 109.7%;
|
||
|
overflow: hidden;
|
||
|
margin-top: -84px;
|
||
|
.search-header {
|
||
|
width: 100%;
|
||
|
height: 90px;
|
||
|
padding: 0 20px;
|
||
|
// background:rgba(255,255,255,0.1);
|
||
|
.logo {
|
||
|
display: inline-block;
|
||
|
margin-top: 10px;
|
||
|
// width: 580px;
|
||
|
height: 70px;
|
||
|
border: 0;
|
||
|
}
|
||
|
.white-button {
|
||
|
position: relative;
|
||
|
float: right;
|
||
|
top: 30px;
|
||
|
background:transparent;
|
||
|
color: #fff;
|
||
|
border: 1px solid #fff;
|
||
|
&:active {
|
||
|
background-color: rgba(255, 255, 255, 0.3);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.el-footer {
|
||
|
position: fixed;
|
||
|
bottom: 0px;
|
||
|
width: 100%;
|
||
|
// background-color:rgba(255,255,255,0.1);
|
||
|
line-height: 60px;
|
||
|
font-size:14px;
|
||
|
font-family:PingFang-SC-Regular;
|
||
|
color:#fff;
|
||
|
z-index: 5;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.el-footer .copyright {
|
||
|
position: relative;
|
||
|
}
|
||
|
}
|
||
|
.search-form {
|
||
|
position: absolute;
|
||
|
left: 50%;
|
||
|
top: 50%;
|
||
|
transform: translate(-50%,-50%);
|
||
|
width: 773px;
|
||
|
height: 100px;
|
||
|
label {
|
||
|
display: inline-block;
|
||
|
color: #fff;
|
||
|
margin: 10px;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
}
|
||
|
.search-form {
|
||
|
.el-input-group__append {
|
||
|
background-color: rgba(205,36,29,1);
|
||
|
color: #fff;
|
||
|
border: none;
|
||
|
&:active {
|
||
|
background-color: rgba(205,36,29,0.8);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.el-input {
|
||
|
box-shadow: 0px 0px 15px #888888;
|
||
|
&::before {
|
||
|
position: absolute;
|
||
|
content: ' ';
|
||
|
width: 14px;
|
||
|
height: 14px;
|
||
|
top: -13px;
|
||
|
left: 30px;
|
||
|
border-bottom: 7px solid #fff;
|
||
|
border-top: 7px solid transparent;
|
||
|
border-left: 7px solid transparent;
|
||
|
border-right: 7px solid transparent;
|
||
|
}
|
||
|
}
|
||
|
}
|