30 lines
492 B
Plaintext
30 lines
492 B
Plaintext
@import "../../../config/styles/mp/index.less";
|
|
@import "../../../config/styles/mp/mixins.less";
|
|
|
|
.block {
|
|
width: 176rpx;
|
|
height: 176rpx;
|
|
background: transparent;
|
|
color: #333;
|
|
display: flex;
|
|
}
|
|
|
|
.block--bottom {
|
|
width: 100vw;
|
|
height: 35vh;
|
|
border-top-left-radius: 16rpx;
|
|
border-top-right-radius: 16rpx;
|
|
}
|
|
|
|
.btn-box {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.label {
|
|
margin-top: 16rpx;
|
|
font-size: xx-small;
|
|
color: @oak-color-primary;
|
|
} |