mirror of
https://github.com/zerosoul/chinese-colors.git
synced 2025-02-17 21:09:36 +08:00
fix: update style
This commit is contained in:
parent
3eae222f42
commit
ac28698ad3
@ -43,12 +43,11 @@ const Wrapper = styled.section`
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
padding: 0 1rem;
|
||||
z-index: 999;
|
||||
.sets {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
width: 84vw;
|
||||
}
|
||||
}
|
||||
nav {
|
||||
@ -57,6 +56,7 @@ const Wrapper = styled.section`
|
||||
.colors {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
min-width: 3rem;
|
||||
max-width: 20rem;
|
||||
height: 100vh;
|
||||
|
@ -255,7 +255,7 @@
|
||||
{ "hex": "#a29b7c", "name": "苍黄", "intro": "" },
|
||||
{ "hex": "#7397ab", "name": "苍青", "intro": "" },
|
||||
{ "hex": "#395260", "name": "苍黑", "intro": "" },
|
||||
{ "hex": "#d1d9e0", "name": "苍白(", "intro": "准确的说是掺入不同灰度级别的灰色)" }
|
||||
{ "hex": "#d1d9e0", "name": "苍白", "intro": "准确的说是掺入不同灰度级别的灰色" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -9,7 +9,6 @@ const Wrapper = styled.li.attrs(({ color }) => ({
|
||||
color: #fff;
|
||||
border-top: 0.4rem solid;
|
||||
display: flex;
|
||||
align-self: flex-start;
|
||||
flex-direction: row;
|
||||
writing-mode: vertical-lr;
|
||||
padding: 0.5rem 0.2rem 0.4rem 0.2rem;
|
||||
|
Loading…
Reference in New Issue
Block a user