no message
This commit is contained in:
parent
5eff67f244
commit
5d582f25d9
@ -46,7 +46,7 @@ body {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: #7b8cd3;
|
background-color: #7b8cd3;
|
||||||
border-radius: 153px;
|
border-radius: 153px;
|
||||||
position: fixed;
|
position: sticky;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
@ -56,7 +56,7 @@ body {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: rgba(123, 140, 211, 1);
|
background-color: rgba(123, 140, 211, 1);
|
||||||
border-radius: 153px;
|
border-radius: 153px;
|
||||||
position: fixed;
|
position: sticky;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
@ -262,7 +262,6 @@
|
|||||||
}
|
}
|
||||||
.boxbox .body .right .list .item {
|
.boxbox .body .right .list .item {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: 36px;
|
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
@ -283,7 +283,7 @@
|
|||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: 36px;
|
// height: 36px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(255, 255, 255, 1);
|
background-color: rgba(255, 255, 255, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user