@@ -4078,8 +4078,8 @@ a {
.home-slider {
- // width: 1920px;
- width: 100%;
+ max-width: 1920px;
+ // width: 100%;
margin: 0 auto;
position: relative;
height: 520px;
@@ -1,14 +1,14 @@
@import "./theme.scss";
.sld_login {
.sld_login_header {
- height: 50px;
- background: #fff;
+ height: 88px;
+ background: #F6F8FA;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
.content {
height: 100%;
display: flex;
-
+ position: relative;
align-items: center;
width: 1440px;
@@ -16,13 +16,12 @@
.l_logo {
cursor: pointer;
- width: 50%;
+ width: 200px;
.img {
- display: inline-block;
- vertical-align: top;
- max-width: 160px;
+ width: 100%;
+ object-fit: cover;
}
.text {
@@ -36,8 +35,9 @@
.r_register_wrap {
font-size: 14px;
text-align: right;
+ position: absolute;
+ right: 0;
.go_login_btn, .go_register_btn {
font-size: 13px;
display: inline-block;
@@ -146,6 +146,7 @@ getCopyrightData();
justify-content: space-between;
.link_wrap {
text-align: left;
p {
@@ -157,6 +158,9 @@ getCopyrightData();
li {
line-height: 25px;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap;
a {
font-weight: 400;
@@ -1342,7 +1342,8 @@ onMounted(() => {
.sld_diy {
.el-carousel {
@@ -306,8 +306,9 @@ a:visited {
height: 38px;
border: 2px solid $colorMain;
.form {
- background-color: $colorMain;
- height: 34px;
+ // background-color: $colorMain;
+ // height: 34px;
+ height: 100%;
overflow: hidden;
height: 36px;
@@ -373,6 +374,7 @@ a:visited {
background: $colorMain;
font-size: $fontE;
font-weight: 600;
color: #fff;
float: right;
@@ -23,6 +23,7 @@
</div>
+ <NavTopBar/>
<div class="sld_login_content">
<img
class="bg"
@@ -22,6 +22,7 @@