61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
page {
|
|
background-color: #f6f6f6;
|
|
}
|
|
|
|
.page-container {
|
|
background-color: #f6f6f6;
|
|
padding: 0 24rpx;
|
|
box-sizing: border-box;
|
|
|
|
.empty {
|
|
height: 190rpx;
|
|
}
|
|
|
|
.wrapper {
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
padding: 24rpx;
|
|
box-shadow: 0 3rpx 4rpx rgba(0, 0, 0, 0.15);
|
|
margin: 30rpx 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.wrapper-title {
|
|
font-size: 32rpx;
|
|
color: #141414;
|
|
margin-bottom: 24rpx;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.btn-area {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.shape-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
column-gap: 50rpx;
|
|
row-gap: 24rpx;
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
|
|
.bottom-btn-box {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 120rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
box-shadow: 0px -3.9rpx 5.2rpx rgba(0, 0, 0, 0.15);
|
|
padding: 0 24rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 16rpx 16rpx 0 0;
|
|
} |