generated from duanshuwen/webapp-vue-frontend
feat: 颜色调整
This commit is contained in:
@@ -283,11 +283,11 @@ const handleStyleChange = (id) => {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
border: none;
|
border: none;
|
||||||
background: linear-gradient(90deg, #C5FF94, #87F1FF);
|
background: linear-gradient(90deg, #D9FBC8 0%, #8BE2FF 100%);
|
||||||
|
box-shadow: 0px 0px 20px 0px rgba(217, 251, 200, 0.3);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #000;
|
color: #000;
|
||||||
box-shadow: 0 5px 15px rgba(135, 241, 255, 0.3);
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user