You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

44 lines
676 B

/* pages/rentManagement/rentManagement.wxss */
.loglist {
padding: 20upx;
box-sizing: border-box;
margin-top: 115px;
}
.lockli {
margin-bottom: 10upx;
padding: 20upx;
border-bottom: 2upx solid #f2f3f5;
line-height: 50upx;
}
.blue {
color: #02BFFF;
}
.box{
margin-bottom: 10px;
box-sizing: border-box;
margin: 30rpx;
box-shadow: 2px 2px 10px #eeee;
}
.d-fixed{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
.groupRadio{
margin: 0 40rpx;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin-top: 10px;
}
.groupRadio .radioView{
display: inline-block;
width: 50%;
margin-bottom: 10px;
}