no message
This commit is contained in:
parent
023ca7147a
commit
1e693fe897
@ -2,7 +2,7 @@
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
margin-bottom: 98px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.body .item:not(:last-of-type) .head {
|
.body .item:not(:last-of-type) .head {
|
||||||
border-bottom: 1px solid #6c79ba;
|
border-bottom: 1px solid #6c79ba;
|
||||||
@ -262,7 +262,7 @@
|
|||||||
}
|
}
|
||||||
.base-footer {
|
.base-footer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 35px;
|
bottom: 15px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background: rgb(255, 255, 255);
|
background: rgb(255, 255, 255);
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
margin-bottom: 98px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
@ -311,7 +311,7 @@
|
|||||||
|
|
||||||
.base-footer {
|
.base-footer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 35px;
|
bottom: 15px;
|
||||||
// left: 50%;
|
// left: 50%;
|
||||||
// transform: translateX(-50%);
|
// transform: translateX(-50%);
|
||||||
// width: 700px;
|
// width: 700px;
|
||||||
|
Loading…
Reference in New Issue
Block a user