This commit is contained in:
wtq
2025-11-28 10:19:58 +08:00
commit 3e6f452aa5
275 changed files with 47800 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
@import '@/assets/bundle.scss';
.mine-address {
$bottomH: 100rpx;
#{&}-top {
height: calc(100vh - 100rpx);
overflow-y: auto;
box-sizing: border-box;
border-top: 1rpx solid $border2;
}
#{&}-bottom {
height: $bottomH;
box-sizing: border-box;;
background-color: $maincolor;
color: white;
@extend %flex-center;
font-size: 36rpx;
}
}