no message
This commit is contained in:
parent
85a629ecf0
commit
6f6ecf7668
@ -372,6 +372,7 @@ body {
|
||||
height: 640px;
|
||||
background-color: #f6f6f6;
|
||||
border-radius: 0 0 12px 0;
|
||||
overflow: hidden;
|
||||
animation: contrastRightShow 0.3s;
|
||||
border-left: 1px solid #ebebeb;
|
||||
}
|
||||
|
@ -424,6 +424,7 @@ body {
|
||||
height: 640px;
|
||||
background-color: rgba(246, 246, 246, 1);
|
||||
border-radius: 0 0 12px 0;
|
||||
overflow: hidden;
|
||||
animation: contrastRightShow 0.3s;
|
||||
border-left: 1px solid #ebebeb;
|
||||
|
||||
|
@ -273,7 +273,7 @@
|
||||
}
|
||||
.base-footer .base-box {
|
||||
pointer-events: all;
|
||||
height: 60px;
|
||||
height: 54px;
|
||||
background: linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%);
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #dbe0f2;
|
||||
@ -306,7 +306,7 @@
|
||||
}
|
||||
.base-footer .save {
|
||||
width: 406px;
|
||||
height: 50px;
|
||||
height: 42px;
|
||||
background-color: #f6f6f6;
|
||||
border-radius: 158px;
|
||||
font-size: 14px;
|
||||
@ -321,7 +321,7 @@
|
||||
}
|
||||
.base-footer .save .btn {
|
||||
width: 140px;
|
||||
height: 50px;
|
||||
height: 100%;
|
||||
background-color: #7b8cd3;
|
||||
border-radius: 158px;
|
||||
font-size: 16px;
|
||||
|
@ -326,7 +326,7 @@
|
||||
.base-box {
|
||||
// bottom: 35px;
|
||||
pointer-events: all;
|
||||
height: 60px;
|
||||
height: 54px;
|
||||
background: linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
|
||||
box-sizing: border-box;
|
||||
border: 1px solid rgba(219, 224, 242, 1);
|
||||
@ -371,7 +371,7 @@
|
||||
|
||||
.save {
|
||||
width: 406px;
|
||||
height: 50px;
|
||||
height: 42px;
|
||||
background-color: rgba(246, 246, 246, 1);
|
||||
border-radius: 158px;
|
||||
font-size: 14px;
|
||||
@ -386,7 +386,7 @@
|
||||
|
||||
.btn {
|
||||
width: 140px;
|
||||
height: 50px;
|
||||
height: 100%;
|
||||
background-color: rgba(123, 140, 211, 1);
|
||||
border-radius: 158px;
|
||||
font-size: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user