no message
This commit is contained in:
parent
ce9cf21e3d
commit
73441b4361
@ -266,9 +266,11 @@
|
||||
position: sticky;
|
||||
bottom: 15px;
|
||||
justify-content: space-between;
|
||||
pointer-events: none;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.base-footer .base-box {
|
||||
pointer-events: all;
|
||||
height: 60px;
|
||||
background: -webkit-linear-gradient(189.46232221deg, #dbe3fd 0%, #eef7f5 100%);
|
||||
background: -moz-linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%);
|
||||
|
@ -320,10 +320,11 @@
|
||||
// padding-left: 32px;
|
||||
// padding-right: 5px;
|
||||
justify-content: space-between;
|
||||
pointer-events: none;
|
||||
|
||||
.base-box {
|
||||
// bottom: 35px;
|
||||
|
||||
pointer-events: all;
|
||||
height: 60px;
|
||||
background: -webkit-linear-gradient(189.462322208026deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
|
||||
background: -moz-linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
|
||||
|
Loading…
Reference in New Issue
Block a user