jhwxapp/miniprogram/pages/Information-review/index.wxss

104 lines
1.8 KiB
Plaintext

/* 信息审核 */
/* tab栏切换 */
.information-review{
padding: 20rpx ;
}
.information-review-tab{
display: flex;
justify-content: space-around;
align-items: center;
height: 130rpx;
color: #5e626d;
}
.active{
color: #848fce;
}
/* 筛选 */
.screen-style{
display: flex;
justify-content: space-between;
width: 100%;
height: 100rpx;
}
/* 左部分 */
.screen-style-left{
width: 400rpx;
height: 50rpx;
}
/* 右部分 */
.screen-style-right{
width: 240rpx;
height: 50rpx;
}
/* 下面对应内容 */
.information-review-content{
}
.information-review-show{
display: none;
}
.shows{
display: block;
}
/* 已通过 */
.information-review-Audit{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.information-review-Audit-box{
display: flex;
flex-direction: column;
justify-content: space-around;
border: 1px solid #171e28;
box-sizing: border-box;
width: 710rpx;
height: 240rpx;
margin-bottom: 44rpx;
border-radius: 20rpx;
padding: 26rpx;
background-color: #222943;
}
/* 待审核 */
.information-review-Audit-box-Not{
position: relative;
display: flex;
flex-direction: column;
justify-content: space-around;
border: 1px solid #171e28;
box-sizing: border-box;
width: 710rpx;
height: 240rpx;
margin-bottom: 44rpx;
border-radius: 20rpx;
padding: 26rpx;
padding-left: 62rpx;
background-color: #222943;
}
.information-review-Audit-Not{
margin-bottom: 152rpx;
}
/* 单选框 */
/* 未选中样式 */
.wx-radio-input {
width: 33rpx !important;
height: 33rpx !important;
background-color: #222943;
}
/* 全选框 */
.information-review-Audit-footer{
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 110rpx;
border: 1px solid #222943;
box-sizing: border-box;
background-color:#222943 ;
padding: 0 40rpx;
}