...
|
...
|
@@ -91,7 +91,7 @@ a{ |
|
|
/* 大图 */
|
|
|
.swper img{
|
|
|
width: 100%;
|
|
|
height: 28.125rem;
|
|
|
height: 31.25rem;
|
|
|
}
|
|
|
.login{
|
|
|
width: 16.25rem;
|
...
|
...
|
@@ -101,7 +101,7 @@ a{ |
|
|
background-color: #ffffff;
|
|
|
position: absolute;
|
|
|
top: 9.375rem;
|
|
|
left: 60rem;
|
|
|
left: 70%;
|
|
|
/* display: flex;
|
|
|
flex-direction: column; */
|
|
|
}
|
...
|
...
|
@@ -139,4 +139,108 @@ h3{ |
|
|
|
|
|
.btn:hover {
|
|
|
background: #0069b7;
|
|
|
} |
|
|
\ No newline at end of file |
|
|
}
|
|
|
.login form a{
|
|
|
color: #000;
|
|
|
font-size: .8125rem;
|
|
|
margin-left: 12.5rem;
|
|
|
position: absolute;
|
|
|
top: 14.375rem;
|
|
|
}
|
|
|
form{
|
|
|
position: relative;
|
|
|
}
|
|
|
.login form a:hover{
|
|
|
color: #884dd1;
|
|
|
}
|
|
|
/* footer */
|
|
|
.footer {
|
|
|
margin-top: .8333rem;
|
|
|
height: 16.6667rem;
|
|
|
padding: 0 8.3333rem;
|
|
|
}
|
|
|
|
|
|
.footer .main {
|
|
|
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.footer .main .row {
|
|
|
height: 9.35rem;
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.footer .main .row .col {
|
|
|
flex: 1;
|
|
|
}
|
|
|
|
|
|
.footer .main .row .col h4::after {
|
|
|
content: '';
|
|
|
display: block;
|
|
|
margin: .4167rem 0;
|
|
|
width: 1.6667rem;
|
|
|
height: .1667rem;
|
|
|
background-color: #000;
|
|
|
border-top-right-radius: 5px;
|
|
|
border-bottom-right-radius: 5px;
|
|
|
}
|
|
|
|
|
|
.footer .main .row .col span,
|
|
|
.footer .main .row .col p {
|
|
|
color: #8e8e8e;
|
|
|
font-size: 0.35rem;
|
|
|
font-weight: 400;
|
|
|
font-family: "Source Sans Pro";
|
|
|
text-align: left;
|
|
|
}
|
|
|
|
|
|
.footer .main .row .col span a {
|
|
|
text-decoration: underline;
|
|
|
color: #8e8e8e;
|
|
|
}
|
|
|
|
|
|
.footer .main .row .col img {
|
|
|
width: 9rem;
|
|
|
height: 9rem;
|
|
|
}
|
|
|
|
|
|
.zyzx {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
|
|
|
.zyzx .row {
|
|
|
flex: 1;
|
|
|
}
|
|
|
|
|
|
.zyzx .row .col {
|
|
|
color: #666666;
|
|
|
font-size: 0.35rem;
|
|
|
font-weight: 400;
|
|
|
font-family: "Source Sans Pro";
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.zyzx .row .col div {
|
|
|
width: auto;
|
|
|
margin-right: .8333rem;
|
|
|
height: auto;
|
|
|
border-radius: 0.05rem;
|
|
|
opacity: 1;
|
|
|
background: #f7f7f7;
|
|
|
}
|
|
|
|
|
|
.footer2 {
|
|
|
text-align: center;
|
|
|
height: 4.1667rem;
|
|
|
opacity: 1;
|
|
|
background: #252525;
|
|
|
color: #ffffff;
|
|
|
font-size: 0.35rem;
|
|
|
font-weight: 400;
|
|
|
font-family: "Source Sans Pro";
|
|
|
line-height: 4.1667rem;
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|