oak-general-business/lib/pages/userRelation/listTwo/index.less

55 lines
790 B
Plaintext

/** index.wxss **/
@import "../../../config/styles/_base.less";
@import "../../../config/styles/_mixins.less";
page {
height: 100%;
background-color: @bg-color;
}
.page-body {
height: 100%;
display: flex;
flex: 1;
flex-direction: column;
box-sizing: border-box;
align-items: stretch;
padding: 0;
.safe-area-inset-bottom();
}
.search-bar {
background-color: #fff;
padding: 10rpx;
z-index: 1;
}
.description {
display: flex;
flex-direction: column;
}
.col {
display: flex;
flex: 1;
flex-direction: column;
}
.name {
font-size: @font-size-base;
color: @text-level-2-color;
}
.mobile {
font-size: @font-size-base;
color: @text-level-2-color;
}
.avatar {
height: 160rpx;
width: 160rpx;
}
.relation {
display: flex;
flex-wrap: wrap;
}