user.css 1.0 KB

12345678910111213141516171819202122232425262728
  1. form input.layui-input[disabled]{ background:#f2f2f2; color:#595963!important; }
  2. .user_left{ width:45%; float: left; margin:20px 0 0 5%; }
  3. .user_right{ width:25%; float: left; margin:20px 0 0 5%; text-align: center; }
  4. .user_right p{ margin:10px 0 25px; font-size: 12px; text-align: center; color: #FF5722;}
  5. .user_right img#userFace{ width:200px; height:200px; }
  6. .layui-table,.layui-table th{ text-align:center; }
  7. /*用户列表*/
  8. .news_list .layui-btn,.news_list .layui-btn+.layui-btn{ margin:2px 5px; }
  9. #page{ text-align:right; }
  10. /*适配*/
  11. @media screen and (max-width:1050px){
  12. /*用户信息*/
  13. .user_left,.user_right,.changePwd{ width:100%; float:none; margin-left: 0; }
  14. .user_right{ margin-bottom: 20px; }
  15. }
  16. @media screen and (max-width: 750px){
  17. /*用户信息*/
  18. .user_left,.user_right,.changePwd{ width:100%; float:none; margin-left: 0; }
  19. .user_right{ margin-bottom: 20px; }
  20. }
  21. @media screen and (max-width:432px){
  22. /*用户信息*/
  23. .user_left,.user_right,.changePwd{ width:100%; float:none; margin-left: 0; }
  24. .user_right{ margin-bottom: 20px; }
  25. }