style.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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. min-width: 1200px;
  15. }
  16. input[type=number] {
  17. -moz-appearance:textfield;
  18. }
  19. input[type=number]::-webkit-inner-spin-button,
  20. input[type=number]::-webkit-outer-spin-button {
  21. -webkit-appearance: none;
  22. margin: 0;
  23. }
  24. ul{
  25. list-style:none;
  26. }
  27. .inline{
  28. display: inline;
  29. }
  30. .info{
  31. color: rgb(184, 179, 179);
  32. }
  33. .container{
  34. position: relative;
  35. padding: 16px;
  36. }
  37. .flex-align-center{
  38. display: flex;
  39. align-items: center;
  40. }
  41. .flex-align-center-wrap{
  42. display: flex;
  43. flex-wrap: wrap;
  44. align-items: center;
  45. }
  46. .flex-align-stretch{
  47. display: flex;
  48. flex-wrap: wrap;
  49. align-items: stretch;
  50. }
  51. .flex-align-start{
  52. display: flex;
  53. flex-wrap: wrap;
  54. align-items: flex-start;
  55. }
  56. .flex-between{
  57. justify-content: space-between;
  58. }
  59. .flex-around{
  60. justify-content: space-around;
  61. }
  62. .flex-end{
  63. justify-content: flex-end;
  64. }
  65. .normal-panel{
  66. background-color: #fff;
  67. }
  68. .normal-title{
  69. /* margin: 10px 0; */
  70. color: #333;
  71. font-size: 16px;
  72. font-weight: 700;
  73. }
  74. .normal-card{
  75. padding: 16px;
  76. background: #fff;
  77. border-radius: 4px;
  78. }
  79. .normal-margin{
  80. margin-bottom: 16px !important;
  81. }
  82. .normal-btn-width{
  83. width: 120px;
  84. }
  85. .btn-warning {
  86. background-color: #FA8C16 !important;
  87. }
  88. .el-table .el-table__cell{
  89. }
  90. .el-input-group__append, .el-input-group__prepend{
  91. background-color: #4F7BFD !important;
  92. color: #fff !important;
  93. border: 1px solid #4F7BFD !important;
  94. cursor: pointer;
  95. }
  96. .el-table__body tr.current-row>td{
  97. background-color: #f1f2f3 !important;
  98. color: #333;
  99. /* font-weight: bold; */
  100. }
  101. .list-table-height{
  102. height:calc(100vh - 302px)
  103. }
  104. .inline-16{
  105. display: inline-block !important;
  106. margin-right: 10px !important;
  107. }
  108. .inline-24{
  109. display: inline-block !important;
  110. margin-right: 24px !important;
  111. }
  112. .normal_input-width{
  113. width: 240px !important;
  114. }
  115. .image-panel{
  116. position: relative;
  117. display: flex;
  118. align-items: center;
  119. justify-content: space-around;
  120. width: 150px;
  121. height: 150px;
  122. margin-top:10px;
  123. background: #FFFFFF;
  124. border-radius: 4px 4px 4px 4px;
  125. opacity: 1;
  126. border: 1px solid rgb(0 0 0 / 5%);
  127. color: #CCCCCC;
  128. font-size: 1.5rem;
  129. cursor: pointer;
  130. overflow: hidden;
  131. }
  132. .close-btn{
  133. position: absolute;
  134. right:5px;
  135. top:5px;
  136. color:red;
  137. text-shadow: 0px 0px 3px #ccc;
  138. z-index: 999;
  139. }
  140. .dialog-footer{
  141. margin-top:32px;
  142. text-align: center;
  143. }
  144. .my-tabs .el-tabs__header{
  145. margin: 0 !important;
  146. border:none !important;
  147. }
  148. .my-tabs .el-tabs__item.is-active{
  149. background: #fff !important;
  150. }
  151. .my-tabs .el-tabs--card>.el-tabs__header .el-tabs__nav, .my-tabs .el-tabs--card>.el-tabs__header .el-tabs__item{
  152. border:none !important;
  153. }
  154. .sticky{
  155. position:sticky;
  156. top:0;
  157. z-index:99
  158. }
  159. .el-tree--highlight-current .is-current.el-tree-node > .el-tree-node__content {
  160. background-color: #4F7BFD !important;
  161. color:#fff !important;
  162. border-radius:3px
  163. }
  164. .my-label{
  165. width: 150px !important;
  166. font-size: 14px;
  167. color:rgb(163, 163, 163) !important;
  168. }
  169. .my-content{
  170. font-size: 14px;
  171. color:#666 !important;
  172. width: 800px;
  173. }
  174. .my-label__title{
  175. color:#666;
  176. }
  177. .el-drawer__wrapper{
  178. right:60px !important;
  179. }
  180. .fixed__btn__panel{
  181. position: absolute;
  182. display: flex;
  183. justify-content: center;
  184. width: 100%;
  185. bottom: 0;
  186. left:0;
  187. padding:16px 10px;
  188. text-align: center;
  189. border-top:1px solid #f1f2f3;
  190. background-color: #fff;
  191. box-shadow: 0 -5px 5px rgba(0, 0, 0, .05);
  192. z-index: 9999999;
  193. }
  194. .drawer__panel{
  195. border-top:1px solid #eeeeee;
  196. padding:20px 16px;
  197. margin-bottom:72px
  198. }
  199. .drawer__panel_new{
  200. border-top:1px solid #eeeeee;
  201. padding:20px 16px;
  202. margin-bottom:0
  203. }
  204. .el-notification.right{
  205. right:70px !important;
  206. }
  207. .search__label{
  208. display: inline-block;
  209. text-align: right;
  210. font-size: 14px;
  211. color:rgb(163, 163, 163) !important;
  212. margin-right: 10px;
  213. }
  214. .label_center {
  215. display: flex;
  216. align-items: center;
  217. }
  218. .mt-10{
  219. margin-bottom: 10px;
  220. }
  221. .el-dialog__body{
  222. padding: 20px !important;
  223. }
  224. .table_row_link{
  225. color:#3874F6;
  226. text-decoration: underline;
  227. cursor: pointer;
  228. }
  229. .title-font{
  230. font-size: 17px;
  231. color: #666
  232. }
  233. .content-title{
  234. font-size: 14px;
  235. color: #888;
  236. text-align: center;
  237. }
  238. .div-line{
  239. background: #4F7BFD;
  240. height: 22px;
  241. vertical-align: auto;
  242. line-height: 22px;
  243. width: 5px;
  244. float: left;
  245. }
  246. .div-new-box-new{
  247. margin: 40px 24px 0 24px;
  248. }
  249. .div-new-box-new .content-new-content{
  250. height: 32px
  251. }
  252. .div-new-box-new .content-new-content .title{
  253. line-height: 22px;
  254. height: 22px;
  255. vertical-align: auto;
  256. margin-left: 16px;
  257. float: left
  258. }
  259. .div-new-box-new .chart{
  260. height: 400px;position: relative;
  261. }