70 lines
1.1 KiB
Plaintext
70 lines
1.1 KiB
Plaintext
/* pages/copyright/createBuy/createBuy.wxss */
|
|
page {
|
|
background-color: gray;
|
|
}
|
|
|
|
.buy-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.buy-title {
|
|
height: 100rpx;
|
|
background-color: blanchedalmond;
|
|
}
|
|
|
|
.buy-all-box {
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 20rpx;
|
|
border-radius: 10rpx;
|
|
background-color: white;
|
|
}
|
|
|
|
.buy-all-title {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.buy-all-txt {
|
|
font-size: 42rpx;
|
|
color: black;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.buy-all-btn {
|
|
padding: 5rpx 20rpx;
|
|
background-color: gray;
|
|
}
|
|
|
|
.buy-desc-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.buy-desc-txt {
|
|
font-size: 28rpx;
|
|
color: #3b3b3b;
|
|
}
|
|
|
|
.buy-desc-title {
|
|
font-size: 28rpx;
|
|
color: #3b3b3b;
|
|
}
|
|
|
|
.buy-desc-item {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.buy-desc-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
font-size: 28rpx;
|
|
align-items: center;
|
|
} |