1项目级看板优化
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
height: 1rem;
|
||||
height: 1.25rem;
|
||||
background-image: url(../images/01/top.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left top;
|
||||
@@ -25,14 +25,14 @@ header {
|
||||
background-size: 100% 100%;
|
||||
|
||||
}
|
||||
.refresh-img{
|
||||
.refresh-img {
|
||||
margin-left: 0.125rem;
|
||||
background: url('../images/sprite.png') no-repeat 0 0;
|
||||
width: 27px;
|
||||
height: 26px;
|
||||
background: url('../images/sprite.png') no-repeat -402px 0;
|
||||
width: 27px;
|
||||
height: 26px;
|
||||
}
|
||||
.navs{
|
||||
width: 100%;
|
||||
.navs {
|
||||
width: calc(100% - 1.9375rem - 40px );
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
@@ -97,7 +97,7 @@ header {
|
||||
.set{
|
||||
position: absolute;
|
||||
left: 0;right: 0;
|
||||
bottom: 0;
|
||||
bottom: .25rem;
|
||||
height: 14px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user