48 lines
600 B
SCSS
48 lines
600 B
SCSS
![]() |
.cl-button {
|
||
|
&.is-custom {
|
||
|
height: 80rpx;
|
||
|
font-size: 30rpx;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.cl-empty {
|
||
|
&__icon {
|
||
|
height: 300rpx;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
background-color: #ffffff;
|
||
|
padding: 14rpx 24rpx;
|
||
|
margin-bottom: 24rpx;
|
||
|
border-radius: 24rpx;
|
||
|
|
||
|
.label {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
font-size: 28rpx;
|
||
|
line-height: 1;
|
||
|
font-weight: 500;
|
||
|
padding: 10rpx 0 14rpx 0;
|
||
|
}
|
||
|
|
||
|
:deep(.cl-list-item) {
|
||
|
.cl-list-item__label {
|
||
|
font-size: 26rpx;
|
||
|
}
|
||
|
|
||
|
.cl-list-item__container {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.cl-list-item__content {
|
||
|
min-height: auto;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&:last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|