26 lines
395 B
Plaintext
26 lines
395 B
Plaintext
@import "../../../styles/base.less";
|
|
|
|
.panel {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 10rpx;
|
|
}
|
|
|
|
.btn-container {
|
|
padding: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.btn-icon {
|
|
color: @primary-color;
|
|
}
|
|
|
|
.btn-label {
|
|
color: @primary-color;
|
|
font-size: 24rpx;
|
|
} |