base.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. body {
  7. background-color: transparent;
  8. }
  9. ul li {
  10. list-style: none;
  11. }
  12. a {
  13. text-decoration:none ;
  14. color: #b9412e;
  15. }
  16. .insideTop {
  17. position: relative;
  18. padding-left: 30px;
  19. font-weight: 700;
  20. height: 40px;
  21. margin-bottom: 12px;
  22. }
  23. .insideTop .add{
  24. position: absolute;
  25. top: -10px;
  26. right: 30px;
  27. }
  28. .obstruct{
  29. position: absolute;
  30. left: 0px;
  31. top: 60px;
  32. width: 100%;
  33. background-color: #f2ecde;
  34. height: 12px;
  35. }
  36. .biaoshi{
  37. position: relative;
  38. font-style:normal
  39. }
  40. .biaoshi::before{
  41. position: absolute;
  42. top: 0px;
  43. left: -92px;
  44. content: '*';
  45. color: #F56C6C;
  46. }
  47. .cell{
  48. text-align: center !important;
  49. }
  50. .table .el-input__inner{
  51. text-align: center;
  52. }
  53. .el-input__inner{
  54. padding-right: 45px;
  55. }
  56. input::-webkit-outer-spin-button,
  57. input::-webkit-inner-spin-button {
  58. -webkit-appearance: none;
  59. }
  60. input[type="number"] {
  61. -moz-appearance: textfield;
  62. }
  63. .el-dialog{
  64. min-width: 652px;
  65. }
  66. .el-upload__tip{
  67. font-size: 14px;
  68. }
  69. .el-table--fit{
  70. border-top: 1px solid #EBEEF5;
  71. }
  72. .table_img{
  73. width: 100px;
  74. height: 80px;
  75. object-fit: cover;
  76. border: 3px solid #ccc;
  77. }
  78. .table_name{
  79. cursor: pointer;
  80. overflow: hidden;
  81. text-overflow: ellipsis;
  82. white-space: nowrap;
  83. }
  84. .upHint{
  85. font-size: 12px;
  86. color: #ccc;
  87. height: 20px;
  88. margin-top: -5px;
  89. }
  90. .el-radio__input.is-checked+.el-radio__label{
  91. color: #964134;
  92. }
  93. .el-radio__input.is-checked .el-radio__inner{
  94. border-color: #964134;
  95. background: #964134;
  96. }
  97. .el-image__preview{
  98. border: 5px solid #cccccc;
  99. object-fit: cover;
  100. }
  101. .el-upload--picture-card:hover, .el-upload:focus{
  102. color: #b9412e;
  103. }
  104. .w-e-menu {
  105. z-index: 2 !important;
  106. }
  107. .w-e-text-container {
  108. z-index: 1 !important;
  109. }
  110. .w-e-toolbar {
  111. z-index: 10 !important;
  112. }
  113. .w-e-toolbar .w-e-menu:nth-of-type(18) {
  114. display: none !important;
  115. }
  116. .w-e-toolbar .w-e-menu:nth-of-type(19) {
  117. display: none !important;
  118. }
  119. .w-e-toolbar .w-e-menu:nth-of-type(13) {
  120. display: none !important;
  121. }
  122. .w-e-toolbar .w-e-menu:nth-of-type(14) {
  123. display: none !important;
  124. }
  125. .w-e-toolbar .w-e-menu:nth-of-type(16) {
  126. display: none !important;
  127. }
  128. .w-e-toolbar .w-e-menu:nth-of-type(20) {
  129. display: none !important;
  130. }
  131. .w-e-toolbar .w-e-menu:nth-of-type(21) {
  132. display: none !important;
  133. }
  134. .w-e-toolbar .w-e-menu:nth-of-type(26) {
  135. display: none !important;
  136. }
  137. .avatar-uploader .el-upload-list__item-name{
  138. display: none;
  139. }
  140. .avatar-uploader .el-upload-list__item.is-success .el-upload-list__item-status-label{
  141. display: none;
  142. }
  143. .el-upload-list__item .el-progress{
  144. width: 500px;
  145. position: static;
  146. margin-bottom: 15px;
  147. }
  148. .el-upload-list__item{
  149. width: 500px;
  150. }
  151. .el-month-table td.end-date .cell, .el-month-table td.start-date .cell{
  152. background-color: #b9412e;
  153. }
  154. .el-month-table td.today .cell{
  155. color: #b9412e;
  156. }
  157. .el-message-box__title{
  158. color: #b9412e;
  159. }