Sin Descripción

user.css 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @charset "utf-8";
  2. .sys_user_index .tpl-btns .row {
  3. padding-left: 10px;
  4. }
  5. .sys_user_index th.opt-check, .sys_user_index td.opt-check {
  6. width: 35px;
  7. }
  8. .sys_user_new,.sys_user_role,.sys_user_right,.sys_user_menu,.sys_user_edit,.sys_user_cp {
  9. width: 800px;
  10. padding: 0 20px 10px;
  11. }
  12. .sys_user_new .newForm,.sys_user_edit .newForm,.sys_user_cp .newForm{
  13. position: relative;
  14. }
  15. .sys_user_new .newForm .head-ctn,.sys_user_edit .newForm .head-ctn {
  16. position: absolute;
  17. top: 3px;
  18. right: 30px;
  19. width: 190px;
  20. height: 190px;
  21. }
  22. .sys_user_new .newForm .head-ctn .upload-btn,.sys_user_edit .newForm .head-ctn .upload-btn {
  23. position: absolute;
  24. bottom: 10px;
  25. left: 40px;
  26. width: 110px;
  27. height: 36px;
  28. color: rgba(0, 0, 0, 1);
  29. font-size: 14px;
  30. text-align: center;
  31. border: 1px solid #555555;
  32. padding-top: 6px;
  33. }
  34. .sys_user_new .newForm .head-ctn .upload-btn i,.sys_user_edit .newForm .head-ctn .upload-btn i {
  35. font-size: 16px;
  36. color: rgb(95,184,120);
  37. }
  38. .sys_user_new .newForm .head-ctn img,.sys_user_edit .newForm .head-ctn img {
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .sys_user_new .upload-item,.sys_user_edit .upload-item{
  43. position: absolute;
  44. width: 100%;
  45. top:50%;
  46. transform: translateY(-50%);
  47. }
  48. .sys_user_new .upload-item .progress,.sys_user_edit .upload-item .progress{
  49. width: 1px;
  50. height: 30px;
  51. background-color: #3280FC;
  52. }
  53. .sys_user_menu .nav ul{
  54. padding-left: 20px;
  55. }