mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
fix: changed favicon
This commit is contained in:
parent
3ebf6368e3
commit
8ff30f685b
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB |
@ -35,7 +35,7 @@ class ConfigCover extends React.Component {
|
||||
|
||||
<div>
|
||||
<label>Background</label>
|
||||
<input type="color" defaultValue="#c5a8ff"
|
||||
<input type="color" defaultValue="#00ff99"
|
||||
onChange={e => this.setState({ bgcolor: e.target.value })} />
|
||||
|
||||
<label>border</label>
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
.cover{
|
||||
background-color: #c5a8ff;
|
||||
background-color: #00ff99;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
.title-card{
|
||||
|
||||
border-radius: 10px;
|
||||
border-radius: 2px 2px 20px 20px;
|
||||
background-color: #ffffff;
|
||||
text-align: center;
|
||||
color:#676683;
|
||||
@ -24,6 +24,7 @@
|
||||
padding:50px;
|
||||
font-size:40px;
|
||||
font-weight: 600;
|
||||
border:none;
|
||||
|
||||
}
|
||||
.card{margin:20px;
|
||||
@ -50,10 +51,10 @@ text-align: center;}
|
||||
.cover{
|
||||
width:100vw;
|
||||
height:45vh;
|
||||
padding:9vh 4vh 8vh 4vh;
|
||||
padding:9vh;
|
||||
}
|
||||
.title-card{
|
||||
padding:2.5vw 3vw 2.5vw 3vw;
|
||||
font-size: 1.7rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user