no message
This commit is contained in:
parent
1ab6f66436
commit
023ca7147a
@ -266,16 +266,7 @@
|
||||
justify-content: space-between;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.base-footer.isnosave {
|
||||
width: 360px;
|
||||
padding: 0;
|
||||
justify-content: center;
|
||||
}
|
||||
.base-footer.isnosave .save {
|
||||
display: none;
|
||||
}
|
||||
.base-footer .base-box {
|
||||
bottom: 35px;
|
||||
height: 60px;
|
||||
background: -webkit-linear-gradient(189.46232221deg, #dbe3fd 0%, #eef7f5 100%);
|
||||
background: -moz-linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%);
|
||||
@ -286,6 +277,15 @@
|
||||
padding-left: 32px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.base-footer .base-box.isnosave {
|
||||
width: 360px;
|
||||
padding: 0;
|
||||
justify-content: center;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.base-footer .base-box.isnosave .save {
|
||||
display: none;
|
||||
}
|
||||
.base-footer .item {
|
||||
font-size: 15px;
|
||||
color: #000000;
|
||||
|
@ -319,17 +319,8 @@
|
||||
// padding-right: 5px;
|
||||
justify-content: space-between;
|
||||
|
||||
&.isnosave {
|
||||
width: 360px;
|
||||
padding: 0;
|
||||
justify-content: center;
|
||||
.save {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.base-box {
|
||||
bottom: 35px;
|
||||
// bottom: 35px;
|
||||
|
||||
height: 60px;
|
||||
background: -webkit-linear-gradient(189.462322208026deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
|
||||
@ -340,6 +331,15 @@
|
||||
border-radius: 153px;
|
||||
padding-left: 32px;
|
||||
padding-right: 5px;
|
||||
&.isnosave {
|
||||
width: 360px;
|
||||
padding: 0;
|
||||
justify-content: center;
|
||||
padding-left: 5px;
|
||||
.save {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
transition: all 0.3s;
|
||||
|
Loading…
Reference in New Issue
Block a user