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>
|
<div>
|
||||||
<label>Background</label>
|
<label>Background</label>
|
||||||
<input type="color" defaultValue="#c5a8ff"
|
<input type="color" defaultValue="#00ff99"
|
||||||
onChange={e => this.setState({ bgcolor: e.target.value })} />
|
onChange={e => this.setState({ bgcolor: e.target.value })} />
|
||||||
|
|
||||||
<label>border</label>
|
<label>border</label>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
.cover{
|
.cover{
|
||||||
background-color: #c5a8ff;
|
background-color: #00ff99;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
.title-card{
|
.title-card{
|
||||||
|
|
||||||
border-radius: 10px;
|
border-radius: 2px 2px 20px 20px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color:#676683;
|
color:#676683;
|
||||||
@ -24,6 +24,7 @@
|
|||||||
padding:50px;
|
padding:50px;
|
||||||
font-size:40px;
|
font-size:40px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
border:none;
|
||||||
|
|
||||||
}
|
}
|
||||||
.card{margin:20px;
|
.card{margin:20px;
|
||||||
@ -50,10 +51,10 @@ text-align: center;}
|
|||||||
.cover{
|
.cover{
|
||||||
width:100vw;
|
width:100vw;
|
||||||
height:45vh;
|
height:45vh;
|
||||||
padding:9vh 4vh 8vh 4vh;
|
padding:9vh;
|
||||||
}
|
}
|
||||||
.title-card{
|
.title-card{
|
||||||
padding:2.5vw 3vw 2.5vw 3vw;
|
padding:2.5vw 3vw 2.5vw 3vw;
|
||||||
font-size: 1.7rem;
|
font-size: 1.4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user