This commit is contained in:
nyoung 2024-08-23 19:21:09 +08:00
parent ad029e6f75
commit b35d3a7b7e
2 changed files with 5 additions and 5 deletions

View File

@ -429,7 +429,7 @@
border-radius: 10px; border-radius: 10px;
color: #151515; color: #151515;
background: white; background: white;
box-shadow: 0 0 8px -5px #888888; box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.1);
} }
.c-box1 { .c-box1 {
background: linear-gradient(91deg, #FFAD3F 0%, rgba(255,173,63,0.4) 100%); background: linear-gradient(91deg, #FFAD3F 0%, rgba(255,173,63,0.4) 100%);
@ -706,7 +706,7 @@ border-radius: 10px;
box-sizing: border-box; box-sizing: border-box;
padding: 10px; padding: 10px;
background-color: white; background-color: white;
box-shadow: 0px 0px 34px 6px rgba(224,224,224,0.8); box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.1);
border-radius: 6px; border-radius: 6px;
transform: translate(-50%); transform: translate(-50%);
left: 50%; left: 50%;

View File

@ -473,7 +473,7 @@
background-color: white; background-color: white;
padding: 20px; padding: 20px;
height: 60px; height: 60px;
box-shadow: 0 0 8px -5px #888888; box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.1);
border-radius: 10px; border-radius: 10px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -692,7 +692,7 @@
background-color: white; background-color: white;
border-radius: 8px; border-radius: 8px;
margin-top: 15px; margin-top: 15px;
box-shadow: 0px 0px 8px -5px #888888; box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.1);
} }
.dai-box { .dai-box {
@ -701,7 +701,7 @@
border-radius: 8px; border-radius: 8px;
margin-top: 15px; margin-top: 15px;
background: white; background: white;
box-shadow: 0px 0px 8px -5px #888888; box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.1);
} }
.b-title { .b-title {