user_info.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .user-info-head {
  2. width: 110px;
  3. height: 110px;
  4. position: relative;
  5. display: inline-block;
  6. }
  7. .user-info-head:hover:after {
  8. content: '\e65d';
  9. position: absolute;
  10. left: 0;
  11. right: 0;
  12. top: 0;
  13. bottom: 0;
  14. color: #eee;
  15. background: rgba(0, 0, 0, 0.5);
  16. font-family: layui-icon;
  17. font-size: 24px;
  18. font-style: normal;
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. cursor: pointer;
  22. line-height: 110px;
  23. border-radius: 50%;
  24. }
  25. .user-info-head img {
  26. width: 110px;
  27. height: 110px;
  28. border-radius: 50%;
  29. }
  30. .info-list-item {
  31. position: relative;
  32. padding-bottom: 8px;
  33. }
  34. .info-list-item > .layui-icon {
  35. position: absolute;
  36. }
  37. .info-list-item > p {
  38. padding-left: 30px;
  39. }
  40. .dash {
  41. border-bottom: 1px dashed #ccc;
  42. margin: 15px 0;
  43. }
  44. .layui-badge-list .layui-badge {
  45. margin-right: 6px;
  46. }
  47. .layui-badge-list .layui-badge {
  48. padding: 2px 7px;
  49. border: 1px solid #ccc;
  50. margin-bottom: 8px;
  51. background-color: #fafafa !important;
  52. }
  53. .bd-list-item {
  54. padding: 14px 0;
  55. border-bottom: 1px solid #e8e8e8;
  56. position: relative;
  57. }
  58. .bd-list-item .bd-list-item-img {
  59. width: 48px;
  60. height: 48px;
  61. line-height: 48px;
  62. margin-right: 12px;
  63. display: inline-block;
  64. vertical-align: middle;
  65. }
  66. .bd-list-item .bd-list-item-content {
  67. display: inline-block;
  68. vertical-align: middle;
  69. }
  70. .bd-list-item .bd-list-item-lable {
  71. margin-bottom: 4px;
  72. color: #333;
  73. }
  74. .bd-list-item .bd-list-item-oper {
  75. position: absolute;
  76. right: 0;
  77. top: 50%;
  78. text-decoration: none !important;
  79. cursor: pointer;
  80. transform: translateY(-50%);
  81. }
  82. .user-info-form .layui-form-item {
  83. margin-bottom: 25px;
  84. }