13 lines
142 B
SCSS
13 lines
142 B
SCSS
@import "./assets/style/flex.scss";
|
|
|
|
.empty {
|
|
image {
|
|
width: 40vw;
|
|
height: 40vw;
|
|
}
|
|
}
|
|
|
|
.tip {
|
|
font-size: 28rpx;
|
|
color: var(--text-3);
|
|
} |