32 lines
620 B
Plaintext
32 lines
620 B
Plaintext
/* packageF/storeManagement/releaseStoreGoods/releaseStoreGoods.wxss */
|
|
|
|
.sticky {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 9;
|
|
padding-bottom: 10rpx;
|
|
border-bottom: 1rpx solid #efefef;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.seat {
|
|
height: calc(100rpx + env(safe-area-inset-bottom));
|
|
}
|
|
|
|
.btn-confirm {
|
|
position: fixed;
|
|
left: 50%;
|
|
bottom: calc(31rpx + env(safe-area-inset-bottom));
|
|
transform: translateX(-50%);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 660rpx;
|
|
height: 74rpx;
|
|
border-radius: 37rpx;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
background-color: #f15353;
|
|
z-index: 10;
|
|
}
|