no message
This commit is contained in:
parent
5695f94e22
commit
e8083a3a60
@ -57,13 +57,12 @@ body {
|
|||||||
.base {
|
.base {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
height: 54px;
|
height: 54px;
|
||||||
background-color: #7b8cd3;
|
|
||||||
background: linear-gradient(264.64417496deg, #dbe3fd 0%, #eef7f5 100%);
|
background: linear-gradient(264.64417496deg, #dbe3fd 0%, #eef7f5 100%);
|
||||||
box-shadow: 0px 0px 7px #7b8cd3;
|
box-shadow: 0px 0px 7px #7b8cd3;
|
||||||
border-radius: 153px;
|
border-radius: 153px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
left: calc((100vw - 640px) / 2);
|
left: calc((100% - 640px) / 2);
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.base .left {
|
.base .left {
|
||||||
|
@ -72,15 +72,12 @@ body {
|
|||||||
.base {
|
.base {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
height: 54px;
|
height: 54px;
|
||||||
background-color: rgba(123, 140, 211, 1);
|
|
||||||
background: linear-gradient(264.644174957145deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
|
background: linear-gradient(264.644174957145deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
|
||||||
box-shadow: 0px 0px 7px rgba(123, 140, 211, 1);
|
box-shadow: 0px 0px 7px rgba(123, 140, 211, 1);
|
||||||
border-radius: 153px;
|
border-radius: 153px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
// left: 50%;
|
left: calc((100% - 640px) / 2);
|
||||||
// transform: translateX(-50%);
|
|
||||||
left: calc((100vw - 640px) / 2);
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
.left {
|
.left {
|
||||||
width: 450px;
|
width: 450px;
|
||||||
|
Loading…
Reference in New Issue
Block a user