jhwxapp/miniprogram/pages/components/user-infos/index.wxss

207 lines
2.6 KiB
Plaintext

.header_img {
padding-left: 30rpx;
padding-top: 10rpx;
}
.header_img image {
width: 33rpx;
height: 33rpx;
}
/* 左侧菜单 */
.left_max {
padding-top: 180rpx;
}
.left_head {
width: 140rpx;
height: 140rpx;
margin: auto;
background: #2b345b;
border-radius: 50%;
}
.left_head image {
width: 140rpx;
height: 140rpx;
border-radius: 50%;
}
.left_info {
font-size: 28rpx;
padding-top: 10rpx;
}
.left_info_name {
padding: 10rpx;
}
.left_info_dept {
text-align: center;
margin-bottom: 40rpx;
}
.left_manage_max {
padding: 50rpx 0;
}
.left_manage_min {
padding: 0 5%;
margin-top: 40rpx;
}
.message-title{
color: #FFFFFF;
font-weight: 600;
text-align: center;
}
.color_blue {
color: #45affb;
}
.left_manage {
padding: 20rpx 20rpx 15rpx;
background: #2b345b;
border-radius: 100rpx;
font-size: 28rpx;
text-align: center;
}
.left_manage:active {
background: #232a4a;
}
.left_pro {
position: relative;
top: -10rpx;
padding-left: 20rpx;
}
.left_icon {
width: 40rpx;
height: 40rpx;
float: left;
}
.left_flaot {
width: 40rpx;
height: 40rpx;
float: right;
}
.left_password {
text-align: center;
padding-bottom: 5rpx;
}
.left_binding {
text-align: center;
padding-bottom: 5rpx;
color: #45affb;
}
.left_sign {
text-align: center;
padding-bottom: 5rpx;
color: #F56C6C;
}
.left_begin {
text-align: center;
padding-bottom: 5rpx;
color: #faf8ff;
}
.left_manage2 {
float: left;
width: 50%;
margin-bottom: 35rpx;
color: #ffffff;
}
.password-icon {
width: 40rpx;
height: 40rpx;
position: absolute;
right: 60rpx;
margin-top: -60rpx;
z-index: 999;
}
.bg_bg {
text-align: center;
margin-top: 80rpx;
}
.bg_bg image {
width: 320rpx;
height: 320rpx;
}
.inspect_input_fill_in {
height: 90rpx;
background: #212737;
border-radius: 10rpx;
padding: 0 30rpx;
}
.problem_submit_to {
padding: 40rpx;
display: flex;
align-items: center;
justify-content: space-around;
}
.problem_submit_to_btn {
padding: 20rpx 0;
width: 220rpx;
text-align: center;
border-radius: 10rpx;
background: #3e4148;
}
.problem_submit_to_btn:active {
background: #292d35;
}
.problem_submit_to_save {
background: #513ea7;
}
.problem_submit_to_save:active {
background: #372a70;
}
.inspect_info {
padding: 30rpx;
margin-bottom: 30rpx;
}
.inspect_info_list {
padding: 10rpx 0;
}
.inspect_info_title {
padding: 10rpx 0;
color: #83a5ef
}
.inspect_info_type {
padding: 20rpx 0;
display: flex;
justify-content: space-around;
}
.inspect_info_type view {
width: 30%;
padding: 18rpx 0;
background: #262c3c;
text-align: center;
border-radius: 10rpx;
color: #6a77a3;
}
.inspect_info_type .active {
color: #ffffff;
background: #576691;
}