cust-global.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. /**
  2. * 定制全局公共 css
  3. * Copyright (c) 2016~2021 Rockery(1113269755@qq.com)
  4. */
  5. @import "~@/assets/styles/variables.scss";
  6. .mt15 {
  7. margin-top: 15px;
  8. }
  9. .ml10 {
  10. margin-left: 10px;
  11. }
  12. .ml20 {
  13. margin-left: 20px;
  14. }
  15. .mr20 {
  16. margin-right: 20px;
  17. }
  18. .pdr20 {
  19. padding-right: 20px;
  20. }
  21. .pdl20 {
  22. padding-left: 20px;
  23. }
  24. .brad-10 {
  25. border-radius: 10px;
  26. }
  27. .el-scrollbar .svg-icon,
  28. .app-menu .svg-icon,
  29. .el-menu--vertical > .el-menu .svg-icon {
  30. width: 2em !important;
  31. height: 1.5em !important;
  32. }
  33. #app {
  34. background: #f2f2f2;
  35. .sidebar-container.has-logo .sidebar-wrapper {
  36. background: url("../images/layout-sidebar-wrapper-bg.png"), #304156;
  37. background-size: 209px 290px, cover;
  38. background-position: right 36px bottom 58px, center;
  39. background-repeat: no-repeat, no-repeat;
  40. }
  41. }
  42. /* rocpartyprimarybtn button color ----Start */
  43. .el-button--rocpartyprimarybtn.is-active,
  44. .el-button--rocpartyprimarybtn:active {
  45. color: #ffffff;
  46. background: #de0010;
  47. border-color: #de0010;
  48. }
  49. .el-button--rocpartyprimarybtn:focus,
  50. .el-button--rocpartyprimarybtn:hover {
  51. color: #ffffff;
  52. background: #ec5a64;
  53. border-color: #ec5a64;
  54. }
  55. .el-button--rocpartyprimarybtn.is-disabled,
  56. .el-button--rocpartyprimarybtn.is-disabled:hover,
  57. .el-button--rocpartyprimarybtn.is-disabled:focus {
  58. color: #ffffff;
  59. cursor: not-allowed;
  60. background-image: none;
  61. background: #ec5a64;
  62. border-color: #ec5a64;
  63. }
  64. .el-button--rocpartyprimarybtn {
  65. color: #ffffff;
  66. background-color: #de0010;
  67. border-color: #de0010;
  68. }
  69. /* rocpartyprimarybtn button color ----End */
  70. /* rocpartyprimaryplainbtn button color ----Start */
  71. .el-button--rocpartyprimaryplainbtn.is-active,
  72. .el-button--rocpartyprimaryplainbtn:active {
  73. color: #de0010;
  74. background: #ffffff;
  75. border-color: #de0010;
  76. }
  77. .el-button--rocpartyprimaryplainbtn:focus,
  78. .el-button--rocpartyprimaryplainbtn:hover {
  79. color: #de0010;
  80. background: #f2f2f2;
  81. border-color: #ec5a64;
  82. }
  83. .el-button--rocpartyprimaryplainbtn.is-disabled,
  84. .el-button--rocpartyprimaryplainbtn.is-disabled:hover,
  85. .el-button--rocpartyprimaryplainbtn.is-disabled:focus {
  86. color: #de0010;
  87. cursor: not-allowed;
  88. background-image: none;
  89. background: #f2f2f2;
  90. border-color: #ec5a64;
  91. }
  92. .el-button--rocpartyprimaryplainbtn {
  93. color: #de0010;
  94. background-color: #ffffff;
  95. border-color: #de0010;
  96. }
  97. /* rocpartyprimaryplainbtn button color ----End */
  98. /* rocwhiteplainbtn button color ----Start */
  99. .el-button--rocwhiteplainbtn.is-active,
  100. .el-button--rocwhiteplainbtn:active {
  101. color: #ffffff;
  102. background: transparent;
  103. border-color: #ffffff;
  104. }
  105. .el-button--rocwhiteplainbtn:focus,
  106. .el-button--rocwhiteplainbtn:hover {
  107. color: #ffffff;
  108. background: transparent;
  109. border-color: #ffffff;
  110. }
  111. .el-button--rocwhiteplainbtn {
  112. color: #ffffff;
  113. background-color: transparent;
  114. border-color: #ffffff;
  115. span {
  116. font-size: 16px;
  117. font-weight: 400;
  118. }
  119. }
  120. /* rocwhiteplainbtn button color ----End */
  121. .app-container {
  122. padding: 15px;
  123. .commonfilterselecttreemainpage {
  124. .cfstreepage-container {
  125. &-left {
  126. margin: 0 !important;
  127. overflow: hidden;
  128. }
  129. &-right {
  130. padding: 0 0 0 10px !important;
  131. }
  132. &-rightdefault {
  133. padding: 0 !important;
  134. }
  135. &-switch {
  136. &-leftbtn {
  137. left: 258px !important;
  138. }
  139. &-rightbtn {
  140. left: 5px !important;
  141. }
  142. }
  143. }
  144. }
  145. &-headtree {
  146. padding: 5px;
  147. background: #ffffff;
  148. border-radius: 10px;
  149. }
  150. &-queryform {
  151. padding: 10px;
  152. background: #ffffff;
  153. border-radius: 10px;
  154. .el-form {
  155. .el-form-item {
  156. margin-bottom: 16px;
  157. .el-form-item__content {
  158. .el-form-item__error {
  159. padding-top: 1px;
  160. }
  161. }
  162. }
  163. }
  164. }
  165. &-main {
  166. padding: 10px 15px 15px;
  167. background: #ffffff;
  168. border-radius: 10px;
  169. min-height: calc(100vh - 198px);
  170. .cust-spanlink {
  171. color: #337ab7;
  172. text-decoration: none;
  173. cursor: pointer;
  174. &:hover {
  175. color: #409eff;
  176. text-decoration: underline;
  177. }
  178. }
  179. .cust-operategroup {
  180. .cust-editbtn {
  181. color: #13ce66;
  182. }
  183. .cust-viewbtn {
  184. color: #909399;
  185. }
  186. .cust-deletebtn {
  187. color: #ff4949;
  188. }
  189. .cust-resetpassword {
  190. color: #ffba00;
  191. }
  192. .cust-primarybtn {
  193. color: #1890ff;
  194. }
  195. .cust-defaultbtn {
  196. color: #606266;
  197. }
  198. }
  199. }
  200. }
  201. .custdialog-add {
  202. .el-dialog__header {
  203. border-bottom: 1px solid #dfe4ed;
  204. }
  205. .el-dialog__body {
  206. padding: 20px;
  207. .el-form {
  208. .el-form-item {
  209. margin-bottom: 18px;
  210. .el-form-item__content {
  211. .el-select {
  212. width: 100%;
  213. }
  214. }
  215. }
  216. .form-item-remark {
  217. margin-bottom: 5px;
  218. }
  219. .form-item-radiogroup {
  220. margin-bottom: 12px;
  221. .el-form-item__error {
  222. padding-top: 0;
  223. }
  224. }
  225. }
  226. .custdialog-add-divider {
  227. margin: 14px 0;
  228. }
  229. }
  230. }
  231. .custdialog-view {
  232. .el-dialog__header {
  233. border-bottom: 1px solid #dfe4ed;
  234. }
  235. .el-dialog__body {
  236. padding: 20px 10px 30px 10px;
  237. }
  238. &-form {
  239. .el-form-item {
  240. margin-bottom: 5px;
  241. }
  242. .el-form-item--medium .el-form-item__label {
  243. border: 1px solid #dfe4ed;
  244. background-color: #f5f7fa;
  245. border-radius: 4px 0px 0px 4px;
  246. }
  247. .el-input.is-disabled .el-input__inner {
  248. background-color: #ffffff;
  249. color: #606266;
  250. cursor: text;
  251. height: 38px;
  252. line-height: 38px;
  253. border-radius: 0px 4px 4px 0px;
  254. }
  255. .el-textarea.is-disabled .el-textarea__inner {
  256. background-color: #ffffff;
  257. color: #606266;
  258. cursor: text;
  259. border-radius: 0px 4px 4px 0px;
  260. }
  261. }
  262. }
  263. .amap-dialog {
  264. .el-dialog__body {
  265. min-height: 600px;
  266. }
  267. }
  268. .custdialog-recordview {
  269. .el-dialog__body {
  270. padding: 5px 10px 30px 10px;
  271. }
  272. }
  273. .paginationselect-select {
  274. .el-scrollbar {
  275. .el-scrollbar__wrap {
  276. max-height: 460px;
  277. }
  278. }
  279. }
  280. .paginationselect-noquery {
  281. .el-scrollbar {
  282. .el-scrollbar__wrap {
  283. max-height: 300px;
  284. }
  285. }
  286. }
  287. .details-container {
  288. &-form {
  289. .el-form-item {
  290. margin-bottom: 5px;
  291. }
  292. .el-form-item--medium .el-form-item__label {
  293. border: 1px solid #dfe4ed;
  294. background-color: #f5f7fa;
  295. border-radius: 4px 0px 0px 4px;
  296. }
  297. .el-input.is-disabled .el-input__inner {
  298. background-color: #ffffff;
  299. color: #606266;
  300. cursor: text;
  301. height: 38px;
  302. line-height: 38px;
  303. border-radius: 0px 4px 4px 0px;
  304. }
  305. .el-textarea.is-disabled .el-textarea__inner {
  306. background-color: #ffffff;
  307. color: #606266;
  308. cursor: text;
  309. border-radius: 0px 4px 4px 0px;
  310. }
  311. }
  312. }
  313. .statistical-total {
  314. line-height: 25px;
  315. span {
  316. color: #ffba00;
  317. }
  318. }
  319. .statements-total {
  320. line-height: 25px;
  321. span {
  322. color: #ffba00;
  323. }
  324. .statements-all {
  325. color: #409eff;
  326. }
  327. }
  328. .operationalanalysis-tab-pane {
  329. min-height: 630px;
  330. &-nodata {
  331. text-align: center;
  332. color: #909399;
  333. }
  334. }
  335. .formitem-attachment {
  336. &-fileupload {
  337. .el-upload {
  338. width: 100%;
  339. border: 1px dashed #d9d9d9;
  340. border-radius: 6px;
  341. cursor: pointer;
  342. position: relative;
  343. overflow: hidden;
  344. &:hover {
  345. border-color: #409eff;
  346. }
  347. }
  348. .el-upload-list.el-upload-list--text {
  349. .el-upload-list__item:first-child {
  350. margin-top: 0;
  351. }
  352. }
  353. &-content {
  354. width: 100%;
  355. height: 32px;
  356. font-size: 14px;
  357. font-weight: 400;
  358. color: #8c939d;
  359. text-align: center;
  360. }
  361. }
  362. &-addr {
  363. width: 100%;
  364. padding: 5px 0;
  365. div {
  366. &:first-child,
  367. &:last-child {
  368. margin-left: 4px;
  369. width: 100%;
  370. height: 20px;
  371. vertical-align: middle;
  372. font-size: 14px;
  373. font-weight: 400;
  374. color: #606266;
  375. line-height: 20px;
  376. }
  377. &:last-child {
  378. height: 25px;
  379. line-height: 25px;
  380. cursor: pointer;
  381. opacity: 0.8;
  382. &:hover {
  383. color: #409eff;
  384. text-decoration: underline;
  385. }
  386. }
  387. }
  388. }
  389. }
  390. .app-container.desc-page {
  391. width: 100%;
  392. min-height: calc(100vh - 84px);
  393. background: url("../images/home-head-img.png"), #ffffff;
  394. background-size: 67px 67px, cover;
  395. background-position: right 5px bottom 80px, center;
  396. background-repeat: no-repeat, no-repeat;
  397. }
  398. .openSidebar {
  399. .pagefooter-btngroup {
  400. position: fixed;
  401. bottom: 40px;
  402. width: calc(100% - #{$sideBarWidth} - 50px);
  403. text-align: right;
  404. }
  405. }
  406. .hideSidebar {
  407. .pagefooter-btngroup {
  408. position: fixed;
  409. bottom: 40px;
  410. width: calc(100% - 100px);
  411. text-align: right;
  412. }
  413. }
  414. .hideSidebar.mobile {
  415. .pagefooter-btngroup {
  416. position: fixed;
  417. bottom: 40px;
  418. width: calc(100% - 30px);
  419. text-align: right;
  420. }
  421. }
  422. .roc-form-item-label {
  423. font-weight: 500;
  424. font-style: normal;
  425. font-size: 18px;
  426. color: rgba(0, 0, 0, 0.847058823529412);
  427. opacity: 0.9;
  428. }
  429. .roc-form-item-input {
  430. font-weight: 400;
  431. font-style: normal;
  432. font-size: 18px;
  433. color: rgba(0, 0, 0, 0.847058823529412);
  434. opacity: 0.8;
  435. }
  436. .el-button--primary.didnotpass-btngroup-tipsbtn.is-active,
  437. .el-button--primary.didnotpass-btngroup-tipsbtn:active {
  438. background: #ffffff;
  439. border-color: #de0010;
  440. color: #de0010;
  441. }
  442. .el-button--primary.didnotpass-btngroup-tipsbtn:focus,
  443. .el-button--primary.didnotpass-btngroup-tipsbtn:hover {
  444. background: #ffffff;
  445. border-color: #ec5a64;
  446. color: #de0010;
  447. }
  448. .el-button--primary.didnotpass-btngroup-tipsbtn {
  449. background-color: #ffffff;
  450. border-color: #de0010;
  451. font-size: 14px;
  452. font-weight: 400;
  453. color: #de0010;
  454. }
  455. .didnotpass-confirm-success {
  456. .el-message-box__header {
  457. .el-message-box__title {
  458. font-size: 24px;
  459. font-weight: 400;
  460. .el-message-box__status {
  461. font-size: 32px !important;
  462. }
  463. }
  464. }
  465. .el-message-box__content {
  466. padding-top: 20px;
  467. padding-bottom: 40px;
  468. font-size: 18px;
  469. font-weight: 400;
  470. }
  471. }
  472. .didnotpass-confirm-warning {
  473. width: 510px;
  474. .el-message-box__header {
  475. .el-message-box__title {
  476. font-size: 24px;
  477. font-weight: 400;
  478. .el-message-box__status {
  479. font-size: 32px !important;
  480. }
  481. }
  482. }
  483. .el-message-box__content {
  484. padding-top: 20px;
  485. padding-bottom: 40px;
  486. .didnotpass-dialog-title {
  487. margin-bottom: 15px;
  488. width: 100%;
  489. text-align: center;
  490. font-size: 18px;
  491. font-weight: 400;
  492. }
  493. .didnotpass-dialog-content {
  494. display: flex;
  495. margin-bottom: 15px;
  496. width: 100%;
  497. font-size: 16px;
  498. font-weight: 400;
  499. &-left {
  500. display: flex;
  501. align-items: center;
  502. justify-content: center;
  503. width: 24px;
  504. height: 24px;
  505. border-radius: 50%;
  506. border: 1px solid #979797;
  507. }
  508. }
  509. }
  510. }