cwg_common.scss 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063
  1. $--color-primary: #368FEC;
  2. html, body {
  3. padding: 0;
  4. margin: 0;
  5. width: 100%;
  6. height: 100%;
  7. }
  8. html, body, div, span, applet, object, iframe,
  9. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  10. a, abbr, acronym, address, big, cite, code,
  11. del, dfn, em, img, ins, kbd, q, s, samp,
  12. small, strike, strong, sub, sup, tt, var,
  13. b, u, i, center,
  14. dl, dt, dd, ol, ul, li,
  15. fieldset, form, label, legend,
  16. table, caption, tbody, tfoot, thead, tr, th, td,
  17. article, aside, canvas, details, embed,
  18. figure, figcaption, footer, header, hgroup,
  19. menu, nav, output, ruby, section, summary,
  20. time, mark, audio, video {
  21. margin: 0;
  22. padding: 0;
  23. border: 0;
  24. vertical-align: baseline;
  25. word-break: break-word !important;
  26. }
  27. /* HTML5 display-role reset for older browsers */
  28. article, aside, details, figcaption, figure,
  29. footer, header, hgroup, menu, nav, section {
  30. display: block;
  31. }
  32. body {
  33. line-height: 1;
  34. }
  35. ol, ul {
  36. list-style: none;
  37. }
  38. blockquote, q {
  39. quotes: none;
  40. }
  41. blockquote:before, blockquote:after,
  42. q:before, q:after {
  43. content: '';
  44. content: none;
  45. }
  46. table {
  47. border-collapse: collapse;
  48. border-spacing: 0;
  49. }
  50. a {
  51. text-decoration: none;
  52. }
  53. .iconfont {
  54. font-weight: 500;
  55. }
  56. //去左边框
  57. .crm-border-left-no {
  58. border-left: none !important;
  59. .el-input__wrapper {
  60. padding-top: 0;
  61. padding-bottom: 0;
  62. box-sizing: border-box;
  63. border: 1px solid var(--el-border-color);
  64. box-shadow: none !important;
  65. border-left: none !important;
  66. }
  67. .el-input__inner, .el-button {
  68. border-left: none;
  69. }
  70. }
  71. //去圆角
  72. .crm-border-radius-no {
  73. border-radius: 0 !important;
  74. .el-input__inner, .el-button {
  75. border-radius: 0;
  76. }
  77. .el-select__wrapper, .el-input__wrapper {
  78. border-radius: 0;
  79. }
  80. }
  81. .select-tag {
  82. width: 140px;
  83. min-width: 140px !important;
  84. }
  85. //下划线
  86. .crm-text-underline {
  87. text-decoration: underline;
  88. cursor: pointer;
  89. }
  90. //小手
  91. .crm-cursor {
  92. cursor: pointer;
  93. user-select: none;
  94. }
  95. //字体按钮
  96. .crm-font-btn {
  97. cursor: pointer;
  98. user-select: none;
  99. color: rgba(64, 123, 158, 1);
  100. }
  101. .crm-font-btn:hover {
  102. color: rgba(64, 123, 158, 0.8);
  103. }
  104. //一行,...
  105. .crm-one-font {
  106. word-break: keep-all;
  107. white-space: nowrap;
  108. overflow: hidden;
  109. text-overflow: ellipsis;
  110. }
  111. //2行,...(多行)
  112. .crm-tow-font {
  113. overflow: hidden;
  114. text-overflow: ellipsis;
  115. display: -webkit-box;
  116. -webkit-line-clamp: 2;
  117. -webkit-box-orient: vertical;
  118. }
  119. //滚动条
  120. ::-webkit-scrollbar {
  121. /*滚动条整体样式*/
  122. width: 3px;
  123. /*高宽分别对应横竖滚动条的尺寸*/
  124. height: 6px;
  125. }
  126. ::-webkit-scrollbar-thumb {
  127. /*滚动条里面小方块*/
  128. border-radius: 6px;
  129. @include bg_main();
  130. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  131. }
  132. ::-webkit-scrollbar-track {
  133. /*滚动条里面轨道*/
  134. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  135. /*border-radius: 10px;*/
  136. background: #ededed;
  137. }
  138. //滑动
  139. .slide-right-enter-active,
  140. .slide-right-leave-active {
  141. position: absolute;
  142. top: 0;
  143. left: 0;
  144. transform: translate(0, 0);
  145. transition: all .35s .1s linear;
  146. }
  147. .slide-right-enter {
  148. position: absolute;
  149. transform: translate(-100%, 0);
  150. }
  151. .slide-right-leave-active {
  152. position: absolute;
  153. transform: translate(100%, 0);
  154. }
  155. .slideinup-enter-active,
  156. .slideinup-leave-active {
  157. opacity: .5;
  158. position: absolute;
  159. transform: translate(0, 0);
  160. transition: all .35s .1s linear;
  161. }
  162. .slideinup-enter {
  163. opacity: 0;
  164. position: absolute;
  165. transform: translate(0, -100%);
  166. }
  167. .slideinup-leave-active {
  168. opacity: 0;
  169. position: absolute;
  170. transform: translate(0, 100%);
  171. }
  172. //dialog
  173. .el-dialog--center .el-dialog__body {
  174. text-align: initial;
  175. padding: 25px 25px 30px;
  176. }
  177. .dialog_header_w.el-dialog {
  178. width: 650px;
  179. .el-dialog__header {
  180. border-bottom: 1px solid;
  181. @include border_gray_3();
  182. font-weight: bold;
  183. font-size: 14px;
  184. }
  185. .dialog-footer {
  186. margin-top: 20px;
  187. text-align: center;
  188. }
  189. }
  190. .dialog_header_b.el-dialog {
  191. width: 500px;
  192. .el-dialog__header {
  193. @include bg_gray_6();
  194. @include font_white();
  195. font-weight: bold;
  196. font-size: 14px;
  197. .el-dialog__title {
  198. @include font_white();
  199. }
  200. }
  201. .dialog-footer {
  202. margin-top: 20px;
  203. text-align: center;
  204. }
  205. }
  206. //消息提示框样式
  207. .el-message.crm_message {
  208. padding: 0;
  209. border: none;
  210. height: 40px;
  211. line-height: 40px;
  212. transform: translate(10%);
  213. .el-message__icon {
  214. width: 40px;
  215. height: 40px;
  216. font-size: 24px;
  217. line-height: 40px;
  218. text-align: center;
  219. color: #ffffff;
  220. }
  221. .el-message__content {
  222. margin-right: 10px;
  223. width: calc(100% - 40px);
  224. text-align: center;
  225. }
  226. }
  227. //成功
  228. .el-message.crm_message.crm_msg_suc {
  229. .el-message__icon {
  230. background-color: #45CE61;
  231. }
  232. .el-message__content {
  233. color: #45CE61;
  234. }
  235. }
  236. //失败
  237. .el-message.crm_message.crm_msg_err {
  238. .el-message__icon {
  239. background-color: #EB3F57;
  240. }
  241. .el-message__content {
  242. color: #EB3F57;
  243. }
  244. }
  245. //警告
  246. .el-message.crm_message.crm_msg_war {
  247. .el-message__icon {
  248. background-color: #EB3F57;
  249. }
  250. .el-message__content {
  251. color: #EB3F57;
  252. }
  253. }
  254. .el-message-box__message {
  255. width: 100%;
  256. }
  257. .el-table th {
  258. background-color: #f5f5f5;
  259. color: #333333;
  260. font-weight: 700;
  261. }
  262. .el-table--striped .el-table__body tr.el-table__row--striped td {
  263. background-color: #f5f5f5;
  264. }
  265. @media only screen and (max-width: 767px) {
  266. .hidden-xs-only {
  267. display: none !important
  268. }
  269. }
  270. @media only screen and (min-width: 768px) {
  271. .hidden-sm-and-up {
  272. display: none !important
  273. }
  274. }
  275. @media only screen and (min-width: 768px) and (max-width: 991px) {
  276. .hidden-sm-only {
  277. display: none !important
  278. }
  279. }
  280. @media only screen and (max-width: 991px) {
  281. .hidden-sm-and-down {
  282. display: none !important
  283. }
  284. }
  285. @media only screen and (min-width: 992px) {
  286. .hidden-md-and-up {
  287. display: none !important
  288. }
  289. }
  290. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  291. .hidden-md-only {
  292. display: none !important
  293. }
  294. }
  295. @media only screen and (max-width: 1199px) {
  296. .hidden-md-and-down {
  297. display: none !important
  298. }
  299. }
  300. @media only screen and (min-width: 1200px) {
  301. .hidden-lg-and-up {
  302. display: none !important
  303. }
  304. }
  305. @media only screen and (min-width: 1200px) and (max-width: 1919px) {
  306. .hidden-lg-only {
  307. display: none !important
  308. }
  309. }
  310. @media only screen and (max-width: 1919px) {
  311. .hidden-lg-and-down {
  312. display: none !important
  313. }
  314. }
  315. @media only screen and (min-width: 1920px) {
  316. .hidden-xl-only {
  317. display: none !important
  318. }
  319. }
  320. .view {
  321. padding: 10px;
  322. border-radius: 8px;
  323. background-color: #ffffff;
  324. height: calc(100% - 20px);
  325. position: relative;
  326. overflow: hidden;
  327. overflow-y: auto;
  328. }
  329. //选中时边框
  330. .el-input.is-active .el-input__inner,
  331. .el-input__inner:focus,
  332. .el-button:active,
  333. .el-range-editor.is-active,
  334. .el-range-editor.is-active:hover {
  335. border-color: #DCDFE6 !important;
  336. }
  337. //分页
  338. .crm_pagination {
  339. display: flex;
  340. justify-content: flex-end;
  341. align-items: center;
  342. margin-top: 20px;
  343. .crm_page_total {
  344. line-height: 32px;
  345. span {
  346. margin: 0 3px;
  347. font-size: 14px;
  348. color: #929292;
  349. }
  350. }
  351. }
  352. //tab显示
  353. .crm-chooseTab {
  354. text-align: left;
  355. margin-bottom: 20px;
  356. border-bottom: 1px solid #DCDFE6;
  357. .chooseLang {
  358. margin-top: 2px;
  359. margin-right: 10px;
  360. > span {
  361. border: 1px solid #DCDFE6;
  362. border-bottom: none;
  363. padding: 0 8px;
  364. min-width: 100px;
  365. display: inline-block;
  366. height: 32px;
  367. line-height: 32px;
  368. box-sizing: border-box;
  369. text-align: center;
  370. font-size: 14px;
  371. }
  372. span.active {
  373. @include border_bottom_blue_1();
  374. @include bg_main();
  375. @include font_white();
  376. }
  377. }
  378. }
  379. //搜索块
  380. .crm_search {
  381. .el-form {
  382. display: flex;
  383. .el-row {
  384. flex: 1;
  385. .el-col {
  386. display: flex;
  387. flex-wrap: wrap;
  388. .el-date-editor {
  389. //top: 1px;
  390. }
  391. }
  392. }
  393. .el-select {
  394. .el-select__wrapper {
  395. min-width: 192px;
  396. }
  397. }
  398. .crm_search_down {
  399. width: 120px;
  400. .el-select__wrapper {
  401. background-color: #F5F5F5;
  402. min-width: 0;
  403. }
  404. }
  405. .crm_search_down_special {
  406. width: 120px;
  407. .el-select__wrapper {
  408. background-color: #368FEC;
  409. color: #ffffff;
  410. border: transparent;
  411. }
  412. }
  413. .el-form-item {
  414. margin-bottom: 10px;
  415. //margin-right: 15px;
  416. .search_action_btn > span {
  417. margin-left: 20px;
  418. font-weight: bold;
  419. white-space: nowrap;
  420. padding: 6px 10px;
  421. background-color: #368FEC;
  422. color: #FFFFFF;
  423. border-radius: 2px;
  424. min-width: 90px;
  425. display: inline-block;
  426. line-height: 20px;
  427. box-sizing: border-box;
  428. i {
  429. margin-right: 4px;
  430. font-weight: bold;
  431. }
  432. }
  433. }
  434. }
  435. }
  436. //表格操作块
  437. .crm_table_btn {
  438. white-space: nowrap;
  439. > span {
  440. margin: 4px 8px;
  441. font-size: 16px;
  442. i {
  443. font-weight: bold;
  444. }
  445. }
  446. }
  447. //底部按钮
  448. .dialog-footer {
  449. .el-button {
  450. min-width: 100px;
  451. }
  452. }
  453. //大图展示关闭
  454. .el-image {
  455. .el-icon-circle-close {
  456. @include font_white();
  457. }
  458. }
  459. // 消息提示框
  460. .crm_message_box.el-message-box {
  461. width: 480px;
  462. height: 200px;
  463. text-align: center;
  464. box-shadow: 0 6px 20px 0 rgba(201, 193, 193, .5);
  465. border-radius: 4px;
  466. .el-message-box__header {
  467. border-bottom: 1px solid rgba(226, 226, 226, 1);
  468. .el-message-box__title {
  469. line-height: 20px;
  470. color: rgba(0, 0, 0, 1);
  471. font-size: 16px;
  472. }
  473. .el-message-box__headerbtn {
  474. display: none;
  475. }
  476. }
  477. .el-message-box__content {
  478. padding-top: 30px;
  479. padding-bottom: 30px;
  480. font-size: 18px;
  481. color: rgba(102, 102, 102, 1);
  482. }
  483. .el-message-box__btns {
  484. margin-bottom: 10px;
  485. text-align: center;
  486. justify-content: center;
  487. .el-button {
  488. width: 100px;
  489. height: 36px;
  490. font-size: 14px;
  491. }
  492. }
  493. }
  494. //遮罩
  495. .crm_verified_info_mask {
  496. position: fixed;
  497. left: 0;
  498. top: 0;
  499. width: 100%;
  500. height: 100%;
  501. background-color: rgba(43, 48, 67, 0.65);
  502. z-index: 89;
  503. }
  504. //折叠
  505. .crm_collapse_info.el-collapse {
  506. border: none;
  507. .el-collapse-item__header, .el-collapse-item__wrap {
  508. border: none;
  509. }
  510. .el-collapse-item__header {
  511. background: #F5F5F5;
  512. padding: 0 20px;
  513. height: 40px;
  514. line-height: 40px;
  515. color: #2B3043;
  516. font-weight: bold;
  517. i {
  518. color: #2B3043;
  519. font-weight: bold;
  520. }
  521. }
  522. .el-collapse-item__wrap {
  523. padding: 0 20px;
  524. }
  525. .el-collapse-item__content {
  526. padding-bottom: 5px;
  527. .el-form-item {
  528. margin-bottom: 0;
  529. .el-form-item__content {
  530. text-align: left;
  531. }
  532. }
  533. }
  534. }
  535. //开关
  536. .crm_switch .el-switch__label {
  537. position: absolute;
  538. display: none;
  539. max-width: 25px;
  540. overflow: hidden;
  541. color: #FFFFFF !important;
  542. }
  543. .crm_switch.crm_switch_width .el-switch__label {
  544. position: absolute;
  545. display: none;
  546. max-width: 50px;
  547. overflow: hidden;
  548. color: #FFFFFF !important;
  549. }
  550. /*打开时文字位置设置*/
  551. .crm_switch .el-switch__label--right {
  552. z-index: 1;
  553. left: -3px;
  554. }
  555. /*关闭时文字位置设置*/
  556. .crm_switch .el-switch__label--left {
  557. z-index: 1;
  558. right: 0;
  559. }
  560. /*显示文字*/
  561. .crm_switch .el-switch__label.is-active {
  562. display: block;
  563. }
  564. .crm_switch.el-switch .el-switch__core {
  565. width: 50px !important;
  566. overflow: hidden;
  567. }
  568. .crm_switch.crm_switch_width.el-switch .el-switch__core {
  569. width: 75px !important;
  570. overflow: hidden;
  571. }
  572. .crm_switch.el-switch.is-checked .el-switch__core::after {
  573. z-index: 2;
  574. }
  575. //状态颜色
  576. .crm_state_blue {
  577. text-align: center;
  578. background-color: #368FEC;
  579. }
  580. .crm_state_green {
  581. text-align: center;
  582. background-color: #87D068;
  583. }
  584. .crm_state_gray {
  585. text-align: center;
  586. background-color: #A1A1A1;
  587. }
  588. .crm_state_red {
  589. text-align: center;
  590. background-color: #EB3F57;
  591. }
  592. .crm_state_yellow {
  593. text-align: center;
  594. background-color: rgb(231, 211, 31);
  595. }
  596. .crm_state_orange {
  597. text-align: center;
  598. background-color: #FF9800;
  599. }
  600. .crm_state_violet {
  601. text-align: center;
  602. background-color: #a492be;
  603. }
  604. //表格颜色
  605. .el-table th.is-leaf {
  606. background-color: #F2F2F2;
  607. }
  608. //label样式
  609. #TradingDetailedInfo .el-form-item__label {
  610. border-radius: 2px;
  611. @include bg_gray_7();
  612. font-weight: bold;
  613. text-align: center !important;
  614. min-height: 40px !important;
  615. box-sizing: border-box;
  616. }
  617. #TradingDetailedInfo .el-form-item__content {
  618. min-height: 40px !important;
  619. line-height: 1.5;
  620. box-sizing: border-box;
  621. border: 1px solid;
  622. display: flex;
  623. align-content: center;
  624. align-items: center;
  625. justify-content: center;
  626. @include border_gray_4();
  627. @include bg_white();
  628. text-align: center !important;
  629. .el-input__inner, .el-input {
  630. height: 34px;
  631. border: none;
  632. text-align: center;
  633. }
  634. }
  635. #TradingDetailedInfo .el-form-item {
  636. margin-bottom: 20px !important;
  637. }
  638. //input前置后置背景色
  639. .el-input-group__append, .el-input-group__prepend {
  640. background-color: #F2F2F2 !important;
  641. }
  642. //富文本层级
  643. .tox-silver-sink {
  644. z-index: 9999 !important;
  645. }
  646. //表格加载
  647. .el-loading-mask {
  648. .el-icon-loading {
  649. font-size: 28px;
  650. }
  651. }
  652. //
  653. .el-popper.el-dropdown-menu {
  654. width: max-content;
  655. }
  656. .el-popper.el-cascader__dropdown {
  657. max-width: 1200px;
  658. width: auto;
  659. .el-cascader-panel {
  660. width: 100%;
  661. display: flex;
  662. flex-wrap: wrap;
  663. }
  664. .el-cascader-menu, .el-cascader-menu__wrap {
  665. width: 300px;
  666. height: 300px;
  667. }
  668. }
  669. //表头英文时按单词换行
  670. .el-table thead th > .cell {
  671. word-break: break-word !important;
  672. }
  673. //新增弹出样式
  674. #TradingDetailedInfoAdd.InfoBox {
  675. width: 450px;
  676. height: 100%;
  677. padding: 15px 0;
  678. border-radius: 2px;
  679. -webkit-box-sizing: border-box;
  680. box-sizing: border-box;
  681. box-shadow: 0px 3px 5px 0px rgba(49, 49, 49, 0.35);
  682. position: fixed;
  683. background-color: #FFFFFF;
  684. z-index: 100;
  685. overflow: hidden;
  686. overflow-y: auto;
  687. top: 0;
  688. right: -455px;
  689. -webkit-transition: all 0.6s;
  690. -moz-transition: all 0.6s;
  691. -o-transition: all 0.6s;
  692. transition: all 0.6s;
  693. .header {
  694. text-align: left;
  695. height: 25px;
  696. line-height: 25px;
  697. margin: 0 20px 10px;
  698. font-size: 14px;
  699. display: flex;
  700. justify-content: space-between;
  701. .title {
  702. font-weight: bold;
  703. }
  704. i.el-icon-close {
  705. text-align: right !important;
  706. font-weight: bold;
  707. margin-right: 7px;
  708. }
  709. }
  710. .btn {
  711. display: inline-block;
  712. padding: 10px;
  713. background-color: #368FEC;
  714. color: #FFFFFF;
  715. border-radius: 2px;
  716. text-align: center;
  717. min-width: 120px;
  718. margin: 25px 0;
  719. }
  720. .deleteBtn {
  721. display: inline-block;
  722. min-width: 100px;
  723. height: 30px;
  724. line-height: 30px;
  725. text-align: center;
  726. background-color: #EB3F57;
  727. color: #FFFFFF;
  728. }
  729. .avatar-uploader {
  730. display: inline-block;
  731. .updateBtn {
  732. display: inline-block;
  733. text-align: left;
  734. i {
  735. font-weight: bold;
  736. font-size: 20px;
  737. margin-right: 5px;
  738. }
  739. }
  740. }
  741. .channelBanks {
  742. padding-top: 10px;
  743. border-bottom: 1px solid #DCDFE6;
  744. }
  745. .channel {
  746. text-align: left !important;
  747. .btn {
  748. display: inline;
  749. padding: 10px;
  750. background-color: #368FEC;
  751. color: #FFFFFF;
  752. border-radius: 2px;
  753. text-align: center;
  754. min-width: 120px;
  755. margin: 25px 0;
  756. }
  757. }
  758. .channel-tit {
  759. display: flex;
  760. justify-content: space-between;
  761. align-items: center;
  762. height: 40px;
  763. background-color: #F2F2F2;
  764. padding: 0 15px;
  765. box-sizing: border-box;
  766. margin-bottom: 10px;
  767. .add {
  768. border: 1px dashed #368FEC;
  769. color: #368FEC;
  770. line-height: 20px;
  771. display: inline-block;
  772. width: 20px;
  773. height: 20px;
  774. font-weight: bold;
  775. i {
  776. font-weight: bold;
  777. font-size: 12px;
  778. margin-left: 4px;
  779. }
  780. }
  781. }
  782. .custom-tree-node {
  783. flex: 1;
  784. display: flex;
  785. align-items: center;
  786. justify-content: space-between;
  787. font-size: 14px;
  788. padding-right: 4px;
  789. i {
  790. margin-left: 4px;
  791. /*font-weight: bold;*/
  792. }
  793. }
  794. .dialog_header_w {
  795. width: 850px !important;
  796. .code {
  797. padding: 6px 12px;
  798. background-color: #368FEC;
  799. color: #FFFFFF;
  800. border-radius: 2px;
  801. margin-left: 10px;
  802. }
  803. .chooseLang {
  804. > span {
  805. border: 1px solid #DCDFE6;
  806. padding: 0 8px;
  807. min-width: 100px;
  808. display: inline-block;
  809. height: 40px;
  810. line-height: 40px;
  811. box-sizing: border-box;
  812. text-align: center;
  813. }
  814. span.active {
  815. @include border_red_1();
  816. @include font_main();
  817. }
  818. }
  819. }
  820. .el-form {
  821. border-top: 1px solid #E4E4E4;
  822. padding: 10px 0;
  823. text-align: left;
  824. position: relative;
  825. .el-form-item {
  826. margin-bottom: 20px;
  827. padding: 0 20px;
  828. }
  829. .authorityBox.el-form-item .el-form-item__content {
  830. display: contents;
  831. }
  832. }
  833. .el-select {
  834. width: 100%;
  835. }
  836. .el-date-editor.el-input {
  837. width: 100%;
  838. }
  839. .el-upload {
  840. width: 100%;
  841. }
  842. .channel {
  843. .el-input__inner {
  844. text-align: left;
  845. }
  846. }
  847. .online-editing.el-form-item {
  848. .el-form-item__content-item {
  849. border: none !important;
  850. }
  851. }
  852. }
  853. #TradingDetailedInfoAdd.InfoBox.active {
  854. right: 0;
  855. }
  856. // 统一 select 和 input 的宽度
  857. .el-select,
  858. .el-input,
  859. .el-date-editor.el-input,
  860. .el-date-editor.el-input__inner {
  861. width: 100%;
  862. //min-width: 192px;
  863. }
  864. .el-select .el-input {
  865. width: 100%;
  866. }
  867. .el-input__inner {
  868. width: 100%;
  869. }
  870. .el-input-number{
  871. width: 100%;
  872. .el-input__inner{
  873. text-align: left!important;
  874. &::placeholder {
  875. text-align: left;
  876. }
  877. }
  878. }
  879. input[type="number"]::-webkit-outer-spin-button,
  880. input[type="number"]::-webkit-inner-spin-button {
  881. -webkit-appearance: none;
  882. margin: 0;
  883. }
  884. /* Firefox */
  885. input[type="number"] {
  886. -moz-appearance: textfield;
  887. }
  888. .div-hidden{
  889. display: none !important;
  890. }
  891. .el-input.el-input--default.el-input--suffix {
  892. // 固定宽度
  893. width: 192px !important;
  894. }