extend.scss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. /***vue-layer弹窗组件 https://github.com/zuoyanart/vue-layer****/
  2. .vl-notify-mask {
  3. background-color: black !important;
  4. opacity: 0.4 !important;
  5. z-index: 1504;
  6. }
  7. .vl-notify.vl-notify-msg.vl-notify-loading {
  8. z-index: 1505 !important;
  9. }
  10. .vl-notify.vl-notify-iframe {
  11. z-index: 1502 !important;
  12. border: 0px !important;
  13. border-radius: 10px !important;
  14. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2) !important;
  15. }
  16. .vl-notify.vl-notify-alert h2.vl-notice-title {
  17. font-size: 17px !important;
  18. }
  19. .lv-icon-mini {
  20. }
  21. .vl-notify.vl-notify-iframe .vl-notify-content {
  22. padding: 0px !important;
  23. }
  24. .vl-notify,
  25. .vl-notify.vl-notify-msg-p {
  26. }
  27. .lab {
  28. font-size: 17px;
  29. position: relative;
  30. margin-bottom: 20px;
  31. .bsg {
  32. position: absolute;
  33. width: 4px;
  34. height: 15px;
  35. background-color: rgb(64, 158, 255);
  36. border-radius: 5px;
  37. top: 4px;
  38. }
  39. .tit {
  40. margin-left: 10px;
  41. color: #545555;
  42. font-weight: bold;
  43. .gx {
  44. font-size: 12px;
  45. padding-left: 20px;
  46. font-weight: normal;
  47. color: darkgray;
  48. }
  49. }
  50. .add {
  51. float: right;
  52. margin-top: -22px;
  53. }
  54. }
  55. .del {
  56. color: #f44336;
  57. cursor: pointer;
  58. }
  59. .bos {
  60. border: 1px solid #e6e6e6;
  61. padding: 10px 15px 0px 15px;
  62. border-radius: 5px;
  63. margin-bottom: 15px;
  64. }
  65. .ali {
  66. background-color: aliceblue;
  67. font-weight: bold;
  68. }
  69. .tl {
  70. text-align: left;
  71. }
  72. .fv {
  73. display: flex;
  74. text-align: center;
  75. border-radius: 3px;
  76. color: #606266;
  77. .f {
  78. flex: 1;
  79. padding: 10px;
  80. }
  81. }
  82. .el-select {
  83. width: 100%;
  84. }
  85. .el-cascader {
  86. width: 100%;
  87. }
  88. .el-date-editor.el-input,
  89. .el-date-editor.el-input__inner {
  90. width: 100%;
  91. }
  92. .le {
  93. text-align: left;
  94. }
  95. .qx {
  96. color: #409eff;
  97. cursor: pointer;
  98. }
  99. .inp {
  100. width: 155px !important;
  101. }
  102. .se {
  103. width: 145px !important;
  104. }
  105. .el-input-group__append {
  106. cursor: pointer !important;
  107. }
  108. .mvp {
  109. margin: 0 auto;
  110. width: 45px;
  111. overflow: hidden;
  112. .bag {
  113. width: 8px;
  114. height: 8px;
  115. background-color: #f44336;
  116. float: left;
  117. border-radius: 50%;
  118. margin-right: 4px;
  119. margin-top: 7px;
  120. }
  121. .tat {
  122. float: left;
  123. }
  124. }
  125. .look {
  126. cursor: pointer;
  127. color: #409eff;
  128. border: 0px;
  129. text-align: left;
  130. background-color: #ffffff00;
  131. padding-left: 5px;
  132. }
  133. .msages {
  134. color: #f44336;
  135. font-size: 13px;
  136. padding-right: 15px;
  137. }
  138. .bog {
  139. border-radius: 5px;
  140. color: white;
  141. .old {
  142. float: left;
  143. background-color: #f5f7fa;
  144. width: 50%;
  145. padding-left: 10px;
  146. color: #808080;
  147. border-radius: 5px 0px 0px 5px;
  148. }
  149. .new {
  150. float: left;
  151. width: 50%;
  152. background-color: #1890ff;
  153. padding-left: 10px;
  154. border-radius: 0px 5px 5px 0px;
  155. }
  156. }
  157. .el-input.is-disabled .el-input__inner {
  158. color: #808080 !important;
  159. }
  160. .el-textarea.is-disabled .el-textarea__inner {
  161. color: #808080 !important;
  162. }
  163. .el-steps--horizontal {
  164. margin-top: 10px;
  165. }
  166. .logItem {
  167. padding-bottom: 8px;
  168. }
  169. .sc_img {
  170. float: left;
  171. width: 27%;
  172. border-radius: 5px;
  173. margin-right: 10px;
  174. overflow: hidden;
  175. }
  176. .topRight {
  177. position: absolute;
  178. right: 24px;
  179. top: 53px;
  180. z-index: 1111111;
  181. }
  182. .tips-text {
  183. background-color: #f2f9fe;
  184. padding: 10px 10px 5px 30px;
  185. margin-top: 20px;
  186. margin-bottom: 20px;
  187. text-align: left;
  188. .tit {
  189. font-size: 18px;
  190. color: #36aafd;
  191. line-height: 30px;
  192. font-weight: bold;
  193. }
  194. p {
  195. color: #545555;
  196. font-size: 15px;
  197. }
  198. }
  199. .el-upload-dragger {
  200. background-color: #f6f6f6 !important;
  201. padding: 20px;
  202. }
  203. .el-upload-list__item:first-child {
  204. margin-top: 0px !important;
  205. }
  206. .el-upload--picture-card {
  207. width: 100px !important;
  208. height: 100px !important;
  209. line-height: 108px !important;
  210. }
  211. .el-upload-list--picture-card .el-upload-list__item {
  212. width: 100px !important;
  213. height: 100px !important;
  214. }
  215. .boxs {
  216. .boxName {
  217. float: left;
  218. line-height: 31px;
  219. padding-right: 5px;
  220. }
  221. }
  222. .boxImg {
  223. float: left;
  224. border-radius: 5px;
  225. width: 70px;
  226. height: 70px;
  227. margin-right: 5px;
  228. margin-bottom: 5px;
  229. }
  230. .carImg {
  231. border-radius: 5px;
  232. width: 50px;
  233. height: 30px;
  234. }
  235. .el-upload-list--picture-card .el-upload-list__item-thumbnail {
  236. width: auto;
  237. }
  238. .vue-treeselect--disabled .vue-treeselect__control {
  239. background-color: #f5f7fa !important;
  240. color: #808080 !important;
  241. }
  242. @keyframes blink {
  243. 0% {
  244. opacity: 1;
  245. }
  246. 50% {
  247. opacity: 0;
  248. }
  249. 100% {
  250. opacity: 1;
  251. }
  252. }
  253. .addBtn {
  254. position: absolute;
  255. right: 7px;
  256. top: -8px;
  257. }
  258. .jz {
  259. font-size: 14px;
  260. color: darkgray;
  261. padding-top: 3px;
  262. font-weight: normal;
  263. padding-left: 5px;
  264. }
  265. .fg {
  266. display: flex;
  267. margin-top: 10px;
  268. .f1 {
  269. flex: 1;
  270. text-align: center;
  271. font-size: 14px;
  272. color: #4e4e4e;
  273. }
  274. }
  275. .atj {
  276. background-color: #f8f8f9;
  277. color: #f8f8f9;
  278. padding: 10px 0px 10px 0px;
  279. font-weight: bold;
  280. }
  281. .gltj {
  282. max-height: calc(100vh - 400px);
  283. overflow: hidden;
  284. overflow-y: auto;
  285. }
  286. .gl {
  287. padding: 10px 0px 17px 0px;
  288. border-bottom: 1px solid #e3e3e3;
  289. }
  290. .carNo {
  291. cursor: pointer;
  292. color: blue;
  293. }
  294. .tip {
  295. font-size: 13px;
  296. }
  297. .hjtj {
  298. padding: 7px;
  299. margin-left: 15px;
  300. margin-right: 14px;
  301. background-color: #e7e7e7;
  302. .hj {
  303. font-size: 14px;
  304. color: #4e4e4e;
  305. padding-right: 15px;
  306. font-weight: bold;
  307. }
  308. }
  309. .er {
  310. display: flex;
  311. .left {
  312. flex: 0.17;
  313. padding-right: 20px;
  314. overflow: hidden;
  315. &.active{
  316. flex: 0.05;
  317. }
  318. }
  319. .right {
  320. flex: 1;
  321. }
  322. }
  323. .sfz{
  324. border-radius:5px;
  325. width: 200px;
  326. }
  327. .bs{
  328. color: darkgray;
  329. padding-bottom: 15px;
  330. padding-top: 5px;
  331. }