no message
This commit is contained in:
21
common/index.scss
Normal file
21
common/index.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
view {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
page {
|
||||
background: #f7f7f7;
|
||||
}
|
||||
.p30 {
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
.mt10 {
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
.flex-acsb {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.flex1 {
|
||||
flex: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user