Files
oil-client-wechat/pages/userManagement/userManagement.wxss
2025-12-19 11:20:59 +08:00

78 lines
1.1 KiB
Plaintext

page {
height: 100% !important;
}
.add {
margin-bottom: 37px;
}
.BoxLine {
display: flex;
font-size: 28rpx;
margin: 24rpx 34rpx 0 34rpx;
padding: 24rpx;
justify-content: space-between;
align-items: flex-start;
border-radius: 8px;
background: #FFF;
box-shadow: 0 0 4px 0 #F3F5F7;
}
.name {
flex: 1;
}
.phone {
flex: 3;
}
.editBtn {
width: 16px;
height: 16px;
}
.deleteBtn {
width: 16px;
height: 16px;
margin-left: 8px;
}
.BoxLine:last-child {
margin-bottom: 70px;
}
.wrap {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.footer {
width: 287px;
line-height: 40px;
justify-content: center;
align-items: center;
text-align: center;
gap: 10px;
flex-shrink: 0;
border-radius: 8px;
border: 1px solid #367DF9;
background: #FFF;
color: #367df9;
font-size: 16px;
margin: 0 auto;
}
.main {
flex: 1;
width: 100%;
overflow: hidden;
}
.lyric-list {
height: 100%;
box-sizing: border-box;
overflow: hidden;
}