style.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. *{
  2. margin:0;
  3. padding: 0;
  4. }
  5. /* CDN 服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
  6. @font-face {
  7. font-family: "阿里巴巴普惠体 2.0 35 Thin";font-weight: 250;
  8. src: url("//at.alicdn.com/wf/webfont/HB6yVW1i0ADP/IUVK5X2zYVPbI6oplagJ1.woff2") format("woff2"),
  9. url("//at.alicdn.com/wf/webfont/HB6yVW1i0ADP/oengschXIq68YqRU8lkf4.woff") format("woff");
  10. font-display: swap;
  11. }
  12. body{
  13. color: #333333;
  14. }
  15. input[type=number] {
  16. -moz-appearance:textfield;
  17. }
  18. input[type=number]::-webkit-inner-spin-button,
  19. input[type=number]::-webkit-outer-spin-button {
  20. -webkit-appearance: none;
  21. margin: 0;
  22. }
  23. /* ::-webkit-scrollbar{
  24. width: 10px;
  25. } */
  26. ul{
  27. list-style:none;
  28. }
  29. .inline{
  30. display: inline;
  31. }
  32. .info{
  33. color: rgb(184, 179, 179);
  34. }
  35. .container{
  36. position: relative;
  37. padding: 16px;
  38. }
  39. .flex-align-center{
  40. display: flex;
  41. align-items: center;
  42. }
  43. .flex-align-stretch{
  44. display: flex;
  45. flex-wrap: wrap;
  46. align-items: stretch;
  47. }
  48. .flex-between{
  49. justify-content: space-between;
  50. }
  51. .flex-around{
  52. justify-content: space-around;
  53. }
  54. .flex-end{
  55. justify-content: flex-end;
  56. }
  57. .normal-panel{
  58. background-color: #fff;
  59. }
  60. .normal-title{
  61. /* margin: 10px 0; */
  62. color: #333;
  63. font-size: 16px;
  64. font-weight: 700;
  65. }
  66. .normal-card{
  67. padding: 16px;
  68. background: #fff;
  69. border-radius: 4px;
  70. }
  71. .normal-margin{
  72. margin-bottom: 16px !important;
  73. }
  74. .normal-btn-width{
  75. width: 120px;
  76. }
  77. .btn-warning {
  78. background-color: #FA8C16 !important;
  79. }
  80. .el-table .el-table__cell{
  81. padding:2px 0 !important;
  82. }
  83. .el-input-group__append, .el-input-group__prepend{
  84. background-color: #4F7BFD !important;
  85. color: #fff !important;
  86. border: 1px solid #4F7BFD !important;
  87. cursor: pointer;
  88. }
  89. .el-table__body tr.current-row>td{
  90. background-color: #f1f2f3 !important;
  91. color: #333;
  92. /* font-weight: bold; */
  93. }
  94. .list-table-height{
  95. height:calc(100vh - 302px)
  96. }
  97. .inline-16{
  98. display: inline-block !important;
  99. margin-right: 10px !important;
  100. }
  101. .normal_input-width{
  102. width: 240px !important;
  103. }
  104. .image-panel{
  105. position: relative;
  106. display: flex;
  107. align-items: center;
  108. justify-content: space-around;
  109. width: 150px;
  110. height: 150px;
  111. margin-top:10px;
  112. background: #FFFFFF;
  113. border-radius: 4px 4px 4px 4px;
  114. opacity: 1;
  115. border: 1px solid rgb(0 0 0 / 5%);
  116. color: #CCCCCC;
  117. font-size: 1.5rem;
  118. cursor: pointer;
  119. overflow: hidden;
  120. }
  121. .close-btn{
  122. position: absolute;
  123. right:5px;
  124. top:5px;
  125. color:red;
  126. text-shadow: 0px 0px 3px #ccc;
  127. z-index: 999;
  128. }
  129. .dialog-footer{
  130. margin-top:32px;
  131. text-align: center;
  132. }
  133. .my-tabs .el-tabs__header{
  134. margin: 0 !important;
  135. border:none !important;
  136. }
  137. .my-tabs .el-tabs__item.is-active{
  138. background: #fff !important;
  139. }
  140. .my-tabs .el-tabs--card>.el-tabs__header .el-tabs__nav, .my-tabs .el-tabs--card>.el-tabs__header .el-tabs__item{
  141. border:none !important;
  142. }
  143. .sticky{
  144. position:sticky;
  145. top:0;
  146. z-index:99
  147. }
  148. .el-tree--highlight-current .is-current.el-tree-node > .el-tree-node__content {
  149. background-color: #4F7BFD !important;
  150. color:#fff !important;
  151. border-radius:3px
  152. }
  153. .my-label{
  154. width: 150px !important;
  155. font-size: 14px;
  156. color:rgb(163, 163, 163) !important;
  157. }
  158. .my-content{
  159. font-size: 14px;
  160. color:#999 !important;
  161. width: 800px;
  162. }
  163. .my-label__title{
  164. color:#666;
  165. }
  166. .el-drawer__wrapper{
  167. right:60px !important;
  168. }
  169. .el-drawer__header{
  170. /* margin-bottom: 20px !important; */
  171. padding: 10px !important;
  172. margin-bottom: 0 !important;
  173. }
  174. .fixed__btn__panel{
  175. position: absolute;
  176. display: flex;
  177. justify-content: center;
  178. width: 100%;
  179. bottom: 0;
  180. left:0;
  181. padding:16px 10px;
  182. text-align: center;
  183. border-top:1px solid #f1f2f3;
  184. background-color: #fff;
  185. box-shadow: 0 -5px 5px rgba(0, 0, 0, .05);
  186. z-index: 9999999;
  187. }
  188. .drawer__panel{
  189. border-top:1px solid #eeeeee;
  190. padding:20px 16px;
  191. margin-bottom:72px
  192. }
  193. .el-notification.right{
  194. right:70px !important;
  195. }
  196. .search__label{
  197. display: inline-block;
  198. /* width: 100px; */
  199. font-size: 14px;
  200. color:rgb(163, 163, 163) !important;
  201. margin-right: 10px;
  202. }
  203. .label_center {
  204. display: flex;
  205. align-items: center;
  206. }