29 lines
517 B
Plaintext
29 lines
517 B
Plaintext
/* pages/member/CommodityRelease/CommodityRelease.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.goods-release .btn {
|
|
background-color: #fff;
|
|
width: 100%;
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 100;
|
|
border-top: solid 2rpx #ebebeb;
|
|
padding: 0 28rpx;
|
|
margin-top: 40rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.goods-release .btn .button {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border-radius: 6rpx;
|
|
margin: 12rpx 0;
|
|
width: 100%;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
background-color: #f15353;
|
|
text-align: center;
|
|
}
|