11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
.footer {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: sticky;
|
|
bottom: 0;
|
|
background: #fff;
|
|
z-index: 1;
|
|
padding-top: 24rpx;
|
|
}
|