ok-admin/css/user.css

85 lines
1.2 KiB
CSS
Raw Normal View History

2019-05-27 01:24:17 +00:00
form input.layui-input[disabled] {
2019-08-25 07:35:39 +00:00
background: #f2f2f2;
color: #595963 !important;
2019-05-27 01:24:17 +00:00
}
2019-08-25 07:35:39 +00:00
2019-05-27 01:24:17 +00:00
.user_left {
float: left;
2019-08-25 07:35:39 +00:00
margin: 20px 0 0 5%;
2019-05-27 01:24:17 +00:00
}
2019-08-25 07:35:39 +00:00
2019-05-27 01:24:17 +00:00
.user_right {
2019-08-25 07:35:39 +00:00
width: 25%;
2019-05-27 01:24:17 +00:00
float: left;
2019-08-25 07:35:39 +00:00
margin: 20px 0 0 5%;
2019-05-27 01:24:17 +00:00
text-align: center;
}
2019-08-25 07:35:39 +00:00
2019-05-27 01:24:17 +00:00
.user_right p {
2019-08-25 07:35:39 +00:00
margin: 10px 0 25px;
2019-05-27 01:24:17 +00:00
font-size: 12px;
text-align: center;
color: #FF5722;
}
2019-08-25 07:35:39 +00:00
2019-05-27 01:24:17 +00:00
.user_right img#userFace {
2019-08-25 07:35:39 +00:00
width: 200px;
height: 200px;
2019-05-27 01:24:17 +00:00
}
2019-08-25 07:35:39 +00:00
2019-05-27 01:24:17 +00:00
.layui-table, .layui-table th {
2019-08-25 07:35:39 +00:00
text-align: center;
2019-05-27 01:24:17 +00:00
}
2019-08-25 07:35:39 +00:00
2019-05-27 01:24:17 +00:00
.userAddress.layui-form-item .layui-input-inline {
2019-08-25 07:35:39 +00:00
width: 23%;
2019-05-27 01:24:17 +00:00
}
2019-08-25 07:35:39 +00:00
2019-05-27 01:24:17 +00:00
.userAddress.layui-form-item .layui-input-inline:last-child {
2019-08-25 07:35:39 +00:00
margin-right: 0;
2019-05-27 01:24:17 +00:00
}
2019-08-25 07:35:39 +00:00
.relateve {
position: relative !important;
2019-05-27 01:24:17 +00:00
}
2019-08-25 07:35:39 +00:00
.shade {
2019-05-27 01:24:17 +00:00
position: absolute;
z-index: 999;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
}
/*用户列表*/
2019-08-25 07:35:39 +00:00
#page {
text-align: right;
}
2019-05-27 01:24:17 +00:00
/*修改密码*/
2019-08-25 07:35:39 +00:00
.changePwd {
width: 30%;
margin: 3% 0 0 5%;
}
@media screen and (max-width: 750px) {
.user_left, .user_right, .changePwd {
width: 100%;
float: none;
margin-left: 0;
}
2019-05-27 01:24:17 +00:00
2019-08-25 07:35:39 +00:00
.user_right {
margin-bottom: 20px;
}
2019-05-27 01:24:17 +00:00
}
2019-08-25 07:35:39 +00:00
@media screen and (max-width: 450px) {
.userAddress.layui-form-item .layui-input-inline {
width: auto;
}
2019-05-27 01:24:17 +00:00
}