background color of the iftram finished color of the book (not finished)demo
parent
741b12261b
commit
78f4b96430
9 changed files with 245 additions and 74 deletions
@ -1,4 +1,34 @@ |
||||
@import './colors'; |
||||
|
||||
.icons-disable { |
||||
opacity: 0.3; |
||||
cursor: auto; |
||||
} |
||||
|
||||
.nav-footer { |
||||
background-color: #fff; |
||||
position: fixed; |
||||
left: 0; |
||||
bottom: 0; |
||||
width: 100%; |
||||
|
||||
.footer-item { |
||||
display: flex; |
||||
justify-content: space-evenly; |
||||
padding: 0 5px; |
||||
align-items: center; |
||||
margin-bottom: 5px; |
||||
} |
||||
} |
||||
|
||||
.active{ |
||||
border-radius: 20%; |
||||
width: 65px; |
||||
background-color: #009aa873; |
||||
} |
||||
|
||||
.icon{ |
||||
width: 65px; |
||||
} |
||||
|
||||
|
||||
|
@ -0,0 +1,48 @@ |
||||
.root { |
||||
width: 900px; |
||||
} |
||||
|
||||
@media screen and (max-width: 1024px) { |
||||
.root { |
||||
width: 800px; |
||||
} |
||||
} |
||||
|
||||
@media screen and (max-width: 768px) { |
||||
.root { |
||||
width: 600px; |
||||
} |
||||
} |
||||
|
||||
@media screen and (max-width: 530px) { |
||||
.root { |
||||
width: 280px; |
||||
} |
||||
} |
||||
|
||||
@media screen and (max-width: 425px) { |
||||
.root { |
||||
width: 295px; |
||||
} |
||||
} |
||||
|
||||
@media screen and (max-width: 375px) { |
||||
.root { |
||||
width: 230px; |
||||
} |
||||
} |
||||
|
||||
@media screen and (max-width: 320px) { |
||||
.root { |
||||
width: 175px; |
||||
} |
||||
} |
||||
|
||||
|
||||
|
||||
//1024 => 800 |
||||
//768 => 600 |
||||
//530 => 390 |
||||
//425 => 285 |
||||
//375 => 245 |
||||
//320 => 175 |
Loading…
Reference in new issue