/* pages/addperson/addperson.wxss */
|
|
.page{position: relative;}
|
|
.left{
|
|
position: fixed;
|
|
left: 0;
|
|
width: 160rpx;
|
|
height: 100%;
|
|
border-right: 2rpx solid rgb(247, 248, 250);
|
|
background: rgb(247, 248, 250);
|
|
overflow: hidden;
|
|
}
|
|
.right{
|
|
position: absolute;
|
|
right: 0;
|
|
width: calc(100% - 160rpx);
|
|
height: auto;
|
|
overflow-y: auto;
|
|
}
|
|
.add{
|
|
font-size: 32rpx;
|
|
color: #e54d42;
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
.list{
|
|
margin-top: 30rpx;
|
|
}
|
|
.personli{border-bottom: 2rpx solid #e3e4e5;display: flex;flex-wrap: nowrap;align-items: center;color: #333;font-size: 32rpx;padding: 20rpx 30rpx;justify-content: space-between;}
|
|
.red{color: #e54d42;}
|
|
.green{color: #07c160;}
|
|
.radioGroup{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-around;
|
|
}
|
|
.weui-cell{display: inline-block;line-height: 70rpx;}
|
|
.weui-cell .weui-cell__hd,.weui-cell .weui-cell__bd{display: inline-block;font-size: 32rpx;}
|
|
.weui-cell radio{
|
|
transform: scale(.8);
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.flexbox{
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
margin-top: 20rpx;
|
|
}
|
|
.flexbox .buttonBox{
|
|
width: 48%;
|
|
}
|