15 lines
206 B
Plaintext
15 lines
206 B
Plaintext
/* pages/add/info.wxss */
|
|
page {
|
|
background-color: #F6F6F6;
|
|
}
|
|
|
|
|
|
.bottom {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
padding-top: 16rpx;
|
|
padding-bottom: 32rpx;
|
|
background-color: white;
|
|
} |