content.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .admin-content {
  2. background: #fff;
  3. padding: 20px;
  4. color: #666;
  5. .admin-content-title {
  6. font-size: 16px;
  7. }
  8. .admin-content-warp {
  9. padding: 10px;
  10. .admin-content-header {
  11. margin-bottom: 10px;
  12. line-height: 28px;
  13. >span {
  14. font-size: 14px
  15. }
  16. >button {
  17. float: right;
  18. }
  19. }
  20. .admin-content-search {
  21. margin-bottom: 10px;
  22. >* {
  23. margin-top: 10px;
  24. margin-right: 10px;
  25. }
  26. }
  27. }
  28. }
  29. .ant-modal-body {
  30. .modal-box {
  31. overflow: hidden;
  32. line-height: 28px;
  33. margin-bottom: 10px;
  34. .modal-box-title {
  35. float: left;
  36. width: 84px;
  37. text-align: right;
  38. margin-right: 20px;
  39. }
  40. .modal-box-detail {
  41. float: left;
  42. width: 400px;
  43. >span {
  44. margin-right: 6px;
  45. }
  46. }
  47. >button {
  48. margin-right: 20px;
  49. }
  50. }
  51. }
  52. .no-all-select {
  53. .ant-table-selection {
  54. .ant-checkbox {
  55. display: none;
  56. }
  57. }
  58. }
  59. .news-modal {
  60. .ant-modal-header {
  61. display: none
  62. }
  63. .ant-modal-close {
  64. top: 10px;
  65. }
  66. .quill {
  67. margin-bottom: 20px;
  68. min-height: 400px;
  69. }
  70. }
  71. .avatar-uploader,
  72. .avatar-uploader-trigger,
  73. .avatar {
  74. width: 150px;
  75. height: 150px;
  76. }
  77. .avatar-uploader {
  78. display: block;
  79. padding: 1px;
  80. border: 1px dashed #d9d9d9;
  81. border-radius: 6px;
  82. cursor: pointer;
  83. position: relative;
  84. img {
  85. position: absolute;
  86. top: -1px;
  87. left: -1px;
  88. height: 150px;
  89. } //
  90. float: left;
  91. margin-right: 20px;
  92. }
  93. .avatar-uploader-trigger {
  94. display: table-cell;
  95. vertical-align: middle;
  96. font-size: 28px;
  97. color: #999;
  98. }