'!'
This commit is contained in:
32
src/components/layout/left-right-cell.scss
Normal file
32
src/components/layout/left-right-cell.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user