9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
/* pages/order/index.wxss */
|
|
.bottom {
|
|
position: fixed;
|
|
bottom:0;
|
|
left:0;
|
|
right: 0;
|
|
padding: 32rpx;
|
|
background-color: white;
|
|
} |