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,32 @@
@import '@/assets/bundle.scss';
.left-right-cell {
// width: 100vw;
@extend %flex-between;
@extend %pdlr;
min-height: 100rpx;
box-sizing: border-box;
font-size: 32rpx;
@extend %bgwhite;
.left, .right {
color: $text1;
}
.left {
flex: none;
margin-right: 20rpx;
}
.right {
@extend %flex-right;
flex: auto;
@extend %oneline;
.icon-right-aw {
flex: none;
@extend %icon-aw-right-slim;
width: 50rpx;
height: 30rpx;
background-position: right center;
background-repeat: no-repeat;
background-size: 30rpx;
}
}
}