oak-general-business/lib/pages/userRelation/upsert/byMobile/index.less

31 lines
541 B
Plaintext

@import "../../../../config/styles/mp/index.less";
@import "../../../../config/styles/mp/mixins.less";
page {
height: 100%;
background-color: @oak-bg-color-page;
}
.page-body {
height: 100%;
display: flex;
flex: 1;
flex-direction: column;
box-sizing: border-box;
align-items: stretch;
padding: 0;
background-color: @oak-bg-color-container;
.safe-area-inset-bottom();
.r-o-u {
flex: 1;
display: flex;
flex-direction: column;
}
}
.search-bar {
padding: 10rpx;
z-index: 1;
margin-bottom: 20rpx;
}