yunqi.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. body{
  2. padding: 0;
  3. margin: 0;
  4. font-size: 14px;
  5. line-height: 1.5715;
  6. }
  7. #ClCache{
  8. display: none;
  9. }
  10. a{
  11. text-decoration: none;
  12. }
  13. .el-button{
  14. padding-left: 12px;
  15. padding-right: 12px;
  16. }
  17. .hide{
  18. display: none;
  19. }
  20. @media screen and (max-width: 1000px) {
  21. .hide-1000{
  22. display: none!important;
  23. }
  24. }
  25. @media screen and (max-width: 800px) {
  26. .hide-800{
  27. display: none!important;
  28. }
  29. }
  30. @media screen and (max-width: 600px) {
  31. .hide-600{
  32. display: none!important;
  33. }
  34. }
  35. .el-table__expand-icon{
  36. display: none;
  37. }
  38. .operate-box-column{
  39. display: flex;
  40. flex-direction: column;
  41. justify-content: center;
  42. align-items: center;
  43. }
  44. .operate-box-row{
  45. display: flex;
  46. flex-wrap: nowrap;
  47. }
  48. .operate-align-center{
  49. justify-content: center;
  50. width: 100%;
  51. }
  52. .operate-align-left{
  53. justify-content: flex-start;
  54. }
  55. .operate-align-right{
  56. justify-content: flex-end;
  57. }
  58. .el-button-icon.default{
  59. padding-left:8px;
  60. padding-right: 8px;
  61. margin: 4px;
  62. }
  63. .el-button-icon.large{
  64. padding-left:10px;
  65. padding-right: 10px;
  66. height: 30px;
  67. margin: 6px;
  68. }
  69. .el-button-icon.large i{
  70. font-size: 16px;
  71. }
  72. .el-button-icon.small{
  73. padding:0px 4px;
  74. height: 20px;
  75. margin: 2px;
  76. }
  77. .operate-box-row .el-button-icon.small:first-child,
  78. .operate-box-row .el-button-icon.default:first-child,
  79. .operate-box-row .el-button-icon.large:first-child
  80. {
  81. margin-left: 0;
  82. }
  83. .operate-box-row .el-button-icon.small:last-child,
  84. .operate-box-row .el-button-icon.default:last-child,
  85. .operate-box-row .el-button-icon.large:last-child
  86. {
  87. margin-right: 0;
  88. }
  89. .el-button .fa-caret-down{
  90. margin-left: 3px;
  91. }
  92. .sortableButton{
  93. cursor: move;
  94. }
  95. .sortable-drag .el-table__cell,.sortable-chosen .el-table__cell,sortable-ghost .el-table__cell{
  96. background: var(--el-color-primary-light-3)!important;
  97. }
  98. .el-input-group__append,
  99. .el-input-group__prepend {
  100. padding: 0 10px;
  101. }
  102. .el-input-group__append .el-select,
  103. .el-input-group__prepend .el-select,
  104. .el-input-group__append .el-button,
  105. .el-input-group__prepend .el-button{
  106. margin: 0 -10px;
  107. }
  108. .link-input .el-input-group__append a{
  109. color: var(--el-text-color);
  110. }
  111. .link-input .el-input-group__append:hover{
  112. background: var(--el-fill-color-darker);
  113. }
  114. td .el-image{
  115. height: 50px;
  116. margin-right:10px;
  117. }
  118. td .el-image:last-child{
  119. margin-right:0px;
  120. }
  121. .toolbar .left{
  122. display: flex;
  123. justify-content: flex-start;
  124. align-items: center;
  125. }
  126. .toolbar .right{
  127. display: flex;
  128. justify-content: flex-end;
  129. }
  130. @media screen and (max-width: 600px) {
  131. .el-pagination__jump,.el-pagination__sizes{
  132. display: none;
  133. }
  134. .searchInput{
  135. display: none;
  136. }
  137. .toolbar .right {
  138. display: none;
  139. }
  140. }
  141. .el-form--label-top .el-form-item.hide {
  142. display: none;
  143. }
  144. .toolbar .right>.el-input{
  145. width: 200px;
  146. margin:0 5px;
  147. }
  148. .toolbar .right>.el-select .el-input__wrapper{
  149. display: inherit;
  150. padding: 0;
  151. }
  152. .toolbar .right>.el-select .el-input__inner{
  153. display: none;
  154. }
  155. .toolbar .right>.el-select .el-input__prefix-inner>:last-child{
  156. margin-right: 0;
  157. }
  158. .toolbar .right>.el-select{
  159. --el-select-width:auto;
  160. }
  161. .toolbar .right>.el-select .el-select__wrapper{
  162. padding: 0;
  163. box-shadow: none;
  164. min-height:auto;
  165. }
  166. .toolbar .right>.el-select .el-select__selection{
  167. display: none;
  168. }
  169. .toolbar .right>.el-select .el-select__suffix{
  170. display: none;
  171. }
  172. .toolbar .right>.el-select .el-button--small{
  173. height: 28px;
  174. }
  175. .toolbar .left>.el-button-group>.el-button--small{
  176. height: 28px;
  177. }
  178. .yunqi-filter{
  179. margin-bottom: 20px;
  180. }
  181. .yunqi-filter .el-date-editor--daterange{
  182. padding: 0;
  183. }
  184. .yunqi-filter .el-date-editor--daterange .el-range__icon{
  185. margin-left: 10px;
  186. }
  187. .yunqi-filter .el-date-editor--daterange .el-range__close-icon{
  188. position: relative;
  189. right: 5px;
  190. }
  191. .yunqi-filter .filter-between{
  192. display: flex;
  193. justify-content: space-between;
  194. align-items: center;
  195. }
  196. .yunqi-filter .el-input--small{
  197. height: 28px;
  198. }
  199. .yunqi-filter .el-select--small>.el-select__wrapper{
  200. min-height: 28px;
  201. }
  202. .el-table .cell{
  203. overflow: visible;
  204. display: flex;
  205. align-items: center;
  206. }
  207. .dark .el-table th .cell{
  208. color: #e5e5e5 !important;
  209. }
  210. .table-footer{
  211. border-top: none;
  212. border-radius: 0;
  213. }
  214. .table-footer.small .el-card__body{
  215. padding-top: 10px;
  216. padding-bottom: 10px;
  217. }
  218. .form-body{
  219. padding-bottom: 20px;
  220. }
  221. .form-body .el-date-editor--daterange,.form-body .el-date-editor--timerange{
  222. padding: 0;
  223. }
  224. .form-body .el-date-editor--daterange .el-range__icon,.form-body .el-date-editor--timerange .el-range__icon{
  225. margin-left: 10px;
  226. }
  227. .form-body .el-date-editor--daterange .el-range__close-icon,.form-body .el-date-editor--timerange .el-range__close-icon{
  228. position: relative;
  229. right: 5px;
  230. }
  231. .form-body .input-btn{
  232. cursor: pointer;
  233. position: relative;
  234. z-index: 9999;
  235. margin: 0 -10px;
  236. padding: 0 10px;
  237. border-radius: 4px;
  238. }
  239. .form-body .input-btn.primary{
  240. background:var(--el-color-primary);
  241. color: #fff;
  242. }
  243. .form-body .input-btn.primary:active{
  244. background:var(--el-color-primary-light-5);
  245. color: #fff;
  246. }
  247. .form-footer-layer{
  248. position: fixed;
  249. left: 0;
  250. right: 0;
  251. bottom: 0;
  252. background: #f5f7fa;
  253. z-index: 999;
  254. padding:0 20px;
  255. text-align: center;
  256. height: 50px;
  257. line-height: 50px;
  258. }
  259. .form-footer{
  260. text-align: center;
  261. height: 50px;
  262. line-height: 50px;
  263. }
  264. .disabled .el-upload--picture-card{
  265. display: none!important;
  266. }
  267. .fieldlist{
  268. font-size: var(--el-form-label-font-size);
  269. color: var(--el-text-color-regular);
  270. line-height: 32px;
  271. width: 100%;
  272. padding: 0 10px;
  273. padding-left: 0;
  274. }
  275. .fieldlist .el-button{
  276. font-size: 12px;
  277. padding-left: 10px;
  278. padding-right: 10px;
  279. }
  280. .fieldlist .row{
  281. margin-bottom: 5px;
  282. display: flex;
  283. justify-content: flex-start;
  284. align-items: center;
  285. flex-wrap: wrap;
  286. }
  287. .fieldlist .row .field{
  288. padding-right: 1%;
  289. }
  290. .fieldlist .act{
  291. position: relative;
  292. top: -2px;
  293. }
  294. .fieldlist .act .el-button:last-child{
  295. position: relative;
  296. left: -8px;
  297. }
  298. .tag-box{
  299. display: flex;
  300. flex-wrap: wrap;
  301. }
  302. .tag-box-center{
  303. justify-content: center;
  304. }
  305. .tag-box-right{
  306. justify-content: flex-end;
  307. }
  308. .tag-box-left{
  309. justify-content: flex-start;
  310. }
  311. .tag-box>.el-tag{
  312. margin-left: 8px;
  313. margin-bottom: 5px;
  314. }
  315. .tag-box>.el-tag:last-child{
  316. margin-bottom: 0px;
  317. }
  318. .panel-head{
  319. display: flex;
  320. flex-direction: column;
  321. }
  322. .panel-head>em{
  323. font-weight: bolder;
  324. font-style: normal;
  325. }
  326. .fast-upload-box .el-upload--picture-card{
  327. display: flex;
  328. flex-direction: column;
  329. font-size: 12px;
  330. line-height: 30px;
  331. color: var(--el-color-info);
  332. background: #ffffff;
  333. }
  334. .fast-upload-box .preview-img img{
  335. width: 96%;
  336. height: 96%;
  337. margin-top: 2%;
  338. border-radius: 8px;
  339. position: relative;
  340. }
  341. .fast-upload-box .upload-handle {
  342. position: absolute;
  343. top: 0;
  344. right: 0;
  345. box-sizing: border-box;
  346. display: flex;
  347. align-items: center;
  348. justify-content: space-around;
  349. padding: 0 10px;
  350. width: 100%;
  351. height: 100%;
  352. cursor: pointer;
  353. opacity: 0;
  354. transition: var(--el-transition-duration-fast);
  355. }
  356. .fast-upload-box .upload-handle:hover {
  357. opacity: 1;
  358. background: rgba(0,0,0,0.5);
  359. }
  360. .fast-upload-box .is-circle .preview-img img,
  361. .fast-upload-box .is-circle .el-upload--picture-card,
  362. .fast-upload-box .is-circle .upload-handle{
  363. border-radius: 50%;
  364. }
  365. .fast-upload-box .is-disabled .el-upload--picture-card{
  366. cursor: not-allowed;
  367. }
  368. .fast-upload-box .upload-handle .handle-icon i{
  369. font-size: 18px;
  370. font-weight: normal;
  371. color: #fff;
  372. }