mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
fix:修复首页内容部分间距问题
This commit is contained in:
parent
513c7dbd85
commit
f33be18be3
89
resources/assets/sass/pages/page-index.scss
vendored
89
resources/assets/sass/pages/page-index.scss
vendored
@ -21,36 +21,37 @@
|
|||||||
font-family: PingFangSC-Regular, PingFang SC;
|
font-family: PingFangSC-Regular, PingFang SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
.logo {
|
||||||
|
width: 65px;
|
||||||
|
height: 36px;
|
||||||
|
background: url("../images/index/indexlogo.png")
|
||||||
|
no-repeat center center;
|
||||||
|
background-size: contain;
|
||||||
|
margin: 0 20px 0 20px;
|
||||||
|
}
|
||||||
|
.header-right-one {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: end;
|
||||||
|
font-size: 12px;
|
||||||
|
min-width: 75px;
|
||||||
|
.header-right-one-language {
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
.header-right-one-dropdown {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.header-right-two {
|
||||||
|
font-size: 12px;
|
||||||
|
margin: 0 20px 0 20px;
|
||||||
|
cursor: pointer;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
@media(max-width:414px){
|
@media(max-width:414px){
|
||||||
.logo {
|
|
||||||
width: 65px;
|
|
||||||
height: 36px;
|
|
||||||
background: url("../images/index/indexlogo.png")
|
|
||||||
no-repeat center center;
|
|
||||||
background-size: contain;
|
|
||||||
margin: 0 20px 0 20px;
|
|
||||||
}
|
|
||||||
.header-right-one {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: end;
|
|
||||||
font-size: 12px;
|
|
||||||
min-width: 75px;
|
|
||||||
.header-right-one-language {
|
|
||||||
margin-right: 4px;
|
|
||||||
}
|
|
||||||
.header-right-one-dropdown {
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.header-right-two {
|
|
||||||
font-size: 12px;
|
|
||||||
margin: 0 20px 0 20px;
|
|
||||||
cursor: pointer;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
.header-right-three {
|
.header-right-three {
|
||||||
max-width: 50px;
|
max-width: 50px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -68,35 +69,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(min-width:414px){
|
@media(min-width:414px){
|
||||||
.logo {
|
|
||||||
width: 65px;
|
|
||||||
height: 36px;
|
|
||||||
background: url("../images/index/indexlogo.png")
|
|
||||||
no-repeat center center;
|
|
||||||
background-size: contain;
|
|
||||||
margin: 0 20px 0 20px;
|
|
||||||
}
|
|
||||||
.header-right-one {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: end;
|
|
||||||
font-size: 12px;
|
|
||||||
min-width: 75px;
|
|
||||||
.header-right-one-language {
|
|
||||||
margin-right: 4px;
|
|
||||||
}
|
|
||||||
.header-right-one-dropdown {
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.header-right-two {
|
|
||||||
font-size: 12px;
|
|
||||||
margin: 0 20px 0 20px;
|
|
||||||
cursor: pointer;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
.header-right-three {
|
.header-right-three {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user