style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. @charset "UTF-8";
  2. .ivu-select .ivu-select-dropdown,
  3. .ivu-date-picker .ivu-select-dropdown {
  4. /* top: 33px!important; */
  5. }
  6. .vxe-tree-cell,
  7. .vxe-cell {
  8. font-size: 12px;
  9. }
  10. .plusColor {
  11. color: #e83323;
  12. }
  13. .reduceColor {
  14. color: #16ac57;
  15. }
  16. .c_label {
  17. font-size: 14px;
  18. color: #999999;
  19. }
  20. .c_label span {
  21. margin-left: 10px;
  22. color: #333;
  23. }
  24. .c_row-item {
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. }
  29. .acea-row {
  30. display: -webkit-box;
  31. display: -moz-box;
  32. display: -webkit-flex;
  33. display: -ms-flexbox;
  34. display: flex;
  35. -webkit-box-lines: multiple;
  36. -moz-box-lines: multiple;
  37. -o-box-lines: multiple;
  38. -webkit-flex-wrap: wrap;
  39. -ms-flex-wrap: wrap;
  40. flex-wrap: wrap;
  41. /* 辅助类 */
  42. }
  43. .acea-row.row-middle {
  44. -webkit-box-align: center;
  45. -moz-box-align: center;
  46. -o-box-align: center;
  47. -ms-flex-align: center;
  48. -webkit-align-items: center;
  49. align-items: center;
  50. }
  51. .acea-row.row-top {
  52. -webkit-box-align: start;
  53. -moz-box-align: start;
  54. -o-box-align: start;
  55. -ms-flex-align: start;
  56. -webkit-align-items: flex-start;
  57. align-items: flex-start;
  58. }
  59. .acea-row.row-bottom {
  60. -webkit-box-align: end;
  61. -moz-box-align: end;
  62. -o-box-align: end;
  63. -ms-flex-align: end;
  64. -webkit-align-items: flex-end;
  65. align-items: flex-end;
  66. }
  67. .acea-row.row-center {
  68. -webkit-box-pack: center;
  69. -moz-box-pack: center;
  70. -o-box-pack: center;
  71. -ms-flex-pack: center;
  72. -webkit-justify-content: center;
  73. justify-content: center;
  74. }
  75. .acea-row.row-right {
  76. -webkit-box-pack: end;
  77. -moz-box-pack: end;
  78. -o-box-pack: end;
  79. -ms-flex-pack: end;
  80. -webkit-justify-content: flex-end;
  81. justify-content: flex-end;
  82. }
  83. .acea-row.row-left {
  84. -webkit-box-pack: start;
  85. -moz-box-pack: start;
  86. -o-box-pack: start;
  87. -ms-flex-pack: start;
  88. -webkit-justify-content: flex-start;
  89. justify-content: flex-start;
  90. }
  91. .acea-row.row-between {
  92. -webkit-box-pack: justify;
  93. -moz-box-pack: justify;
  94. -o-box-pack: justify;
  95. -ms-flex-pack: justify;
  96. -webkit-justify-content: space-between;
  97. justify-content: space-between;
  98. }
  99. .acea-row.row-around {
  100. justify-content: space-around;
  101. -webkit-justify-content: space-around;
  102. }
  103. .acea-row.row-column-around {
  104. -webkit-flex-direction: column;
  105. -ms-flex-direction: column;
  106. flex-direction: column;
  107. justify-content: space-around;
  108. -webkit-justify-content: space-around;
  109. }
  110. .acea-row.row-column {
  111. -webkit-box-orient: vertical;
  112. -moz-box-orient: vertical;
  113. -o-box-orient: vertical;
  114. -webkit-flex-direction: column;
  115. -ms-flex-direction: column;
  116. flex-direction: column;
  117. }
  118. .acea-row.row-column-between {
  119. -webkit-box-orient: vertical;
  120. -moz-box-orient: vertical;
  121. -o-box-orient: vertical;
  122. -webkit-flex-direction: column;
  123. -ms-flex-direction: column;
  124. flex-direction: column;
  125. -webkit-box-pack: justify;
  126. -moz-box-pack: justify;
  127. -o-box-pack: justify;
  128. -ms-flex-pack: justify;
  129. -webkit-justify-content: space-between;
  130. justify-content: space-between;
  131. }
  132. /* 上下左右垂直居中 */
  133. .acea-row.row-center-wrapper {
  134. -webkit-box-align: center;
  135. -moz-box-align: center;
  136. -o-box-align: center;
  137. -ms-flex-align: center;
  138. -webkit-align-items: center;
  139. align-items: center;
  140. -webkit-box-pack: center;
  141. -moz-box-pack: center;
  142. -o-box-pack: center;
  143. -ms-flex-pack: center;
  144. -webkit-justify-content: center;
  145. justify-content: center;
  146. }
  147. /* 上下两边居中对齐 */
  148. .acea-row.row-between-wrapper {
  149. -webkit-box-align: center;
  150. -moz-box-align: center;
  151. -o-box-align: center;
  152. -ms-flex-align: center;
  153. -webkit-align-items: center;
  154. align-items: center;
  155. -webkit-box-pack: justify;
  156. -moz-box-pack: justify;
  157. -o-box-pack: justify;
  158. -ms-flex-pack: justify;
  159. -webkit-justify-content: space-between;
  160. justify-content: space-between;
  161. }
  162. .mobile-config {
  163. width: 100%;
  164. padding: 15px;
  165. }
  166. /*表单公共样式*/
  167. html,
  168. body {
  169. font-size: 12px;
  170. }
  171. .ivu-table-wrapper {
  172. overflow: unset !important;
  173. }
  174. .ivu-layout-content {
  175. overflow-x: hidden !important;
  176. height: 100%;
  177. }
  178. .page {
  179. margin-top: 22px;
  180. }
  181. .vxe-table--loading {
  182. background-color: rgba(255, 255, 255, 0.9) !important;
  183. }
  184. .vxe-table--loading .vxe-table--spinner:after,
  185. .vxe-table--loading .vxe-table--spinner:before {
  186. width: 50% !important;
  187. height: 50% !important;
  188. }
  189. /*表格公共样式*/
  190. .ivu-table-header .ivu-table-cell {
  191. color: #999;
  192. font-size: 13px;
  193. padding: 10px 5px !important;
  194. }
  195. .ivu-form .ivu-form-item-label {
  196. font-size: 12px !important;
  197. }
  198. .ivu-radio-group-button .ivu-radio-wrapper,
  199. .ivu-table {
  200. font-size: 13px !important;
  201. }
  202. .ivu-table-cell {
  203. padding: 10px 5px !important;
  204. }
  205. .ivu-table th {
  206. background: #fff !important;
  207. }
  208. .ivu-btn {
  209. font-size: 12px !important;
  210. }
  211. .ivu-icon-ios-refresh {
  212. color: #1890ff;
  213. }
  214. .product_tabs .ivu-tabs-bar {
  215. margin-bottom: 0 !important;
  216. }
  217. .product_tabs .ivu-page-header {
  218. border-bottom: 0;
  219. }
  220. .product_tabs .ivu-page-header-content {
  221. margin-bottom: 0 !important;
  222. }
  223. .ivu-radio {
  224. padding: 8px 0;
  225. }
  226. .ivu-radio-wrapper {
  227. font-size: 12px !important;
  228. }
  229. .ivu-input {
  230. font-size: 12px !important;
  231. }
  232. .ivu-notice-desc {
  233. word-break: normal;
  234. text-align: left !important;
  235. }
  236. .modalBody .ivu-modal-body {
  237. padding: 27px !important;
  238. }
  239. .Modals .ivu-mt,
  240. .ivu-mt-16 {
  241. margin-top: 0 !important;
  242. }
  243. /*.Modals .ivu-table-border th, .ivu-table-border td{border-right:0!important;}*/
  244. .Modals .ivu-form-item-content {
  245. line-height: unset;
  246. }
  247. .Modals .label .ivu-input {
  248. border: 1px solid #f5f5f5;
  249. }
  250. .Modals .ivu-table table {
  251. width: 100% !important;
  252. }
  253. /*距离样式*/
  254. .mr {
  255. margin-right: 15px;
  256. }
  257. .mr10 {
  258. margin-right: 10px;
  259. }
  260. .ml20 {
  261. margin-left: 20px;
  262. }
  263. .ml10 {
  264. margin-left: 10px;
  265. }
  266. .ml15 {
  267. margin-left: 15px;
  268. }
  269. .ml40 {
  270. margin-left: 40px !important;
  271. }
  272. .ml95 {
  273. margin-left: 95px !important;
  274. }
  275. .pt5 {
  276. padding: 5px 0 !important;
  277. box-sizing: border-box;
  278. }
  279. .mr50 {
  280. margin-right: 50px;
  281. }
  282. .mr20 {
  283. margin-right: 20px !important;
  284. }
  285. .mr15 {
  286. margin-right: 15px !important;
  287. }
  288. .mr5 {
  289. margin-right: 5px !important;
  290. }
  291. .mb20 {
  292. margin-bottom: 20px !important;
  293. }
  294. .mb5 {
  295. margin-bottom: 5px !important;
  296. }
  297. .mb15 {
  298. margin-bottom: 15px !important;
  299. }
  300. .mb30 {
  301. margin-bottom: 30px !important;
  302. }
  303. .mt3 {
  304. margin-top: 3px;
  305. }
  306. .mt35 {
  307. margin-top: 35px;
  308. }
  309. .mb50 {
  310. margin-bottom: 50px !important;
  311. }
  312. .mt30 {
  313. margin-top: 30px;
  314. }
  315. .mt25 {
  316. margin-top: 25px;
  317. }
  318. .mt20 {
  319. margin-top: 20px;
  320. }
  321. .mt50 {
  322. margin-top: 50px;
  323. }
  324. .mt10 {
  325. margin-top: 10px;
  326. }
  327. .mb10 {
  328. margin-bottom: 10px !important;
  329. }
  330. .spBlock {
  331. display: block;
  332. }
  333. .mb5 {
  334. margin-bottom: 5px !important;
  335. }
  336. .pl25 {
  337. padding-left: 25px;
  338. box-sizing: border-box;
  339. }
  340. .index_bg {
  341. width: 100%;
  342. /*height: 100vh;*/
  343. background: rgba(0, 0, 0, 0.6) !important;
  344. z-index: 0 !important;
  345. }
  346. .fl_header {
  347. display: flex;
  348. align-items: center;
  349. padding-left: 0px !important;
  350. }
  351. .header_top {
  352. padding-bottom: 16px !important;
  353. padding-left: 10px !important;
  354. }
  355. .ivu-divider-horizontal {
  356. /*margin-bottom: 0 !important;*/
  357. /*margin: 0 !important;*/
  358. }
  359. /*设置导航菜单*/
  360. .i-layout-menu-side-title-icon-single .ivu-icon {
  361. font-size: 20px;
  362. }
  363. .ivu-layout-content {
  364. position: relative;
  365. }
  366. .ivu-form-item-content {
  367. font-size: 12px !important;
  368. }
  369. /*添加商品页面*/
  370. #shopp-manager .ivu-form-item-content {
  371. line-height: 23px !important;
  372. }
  373. #shopp-manager .ivu-tag {
  374. background-color: unset !important;
  375. height: 28px !important;
  376. line-height: 28px !important;
  377. padding: 0 10px !important;
  378. }
  379. #shopp-manager .ivu-tag .ivu-icon-ios-close {
  380. top: 0;
  381. }
  382. /*字体上移变蓝色*/
  383. .font-blue:hover {
  384. color: #2d8cf0;
  385. cursor: pointer;
  386. }
  387. /*作用于运费模板组件*/
  388. .Modals .ivu-table .ivu-table-header table {
  389. border-top: 0 !important;
  390. box-shadow: -2px 2px 6px -2px rgba(0, 0, 0, 0.1) !important;
  391. }
  392. .ivu-table-cell-with-expand {
  393. line-height: 31px !important;
  394. }
  395. /*tab标签栏*/
  396. .i-layout-tabs-fix {
  397. z-index: 5 !important;
  398. }
  399. /*全局表格加padding*/
  400. /*.ivu-table th, .ivu-table td{*/
  401. /*padding: 0 5px;*/
  402. /*}*/
  403. /*全局表格设置浮动样式*/
  404. .ivu-table-fixed-right th,
  405. .ivu-table-fixed-right td {
  406. text-align: center !important;
  407. }
  408. .ivu-table-fixed-right {
  409. margin-top: 1px;
  410. color: #999;
  411. box-shadow: -2px 2px 6px -2px rgba(0, 0, 0, 0.1) !important;
  412. }
  413. .ivu-table-fixed-right tr:last-child(1) td {
  414. border-bottom: 0;
  415. }
  416. .ivu-table-fixed::before,
  417. .ivu-table-fixed-right::before {
  418. background-color: unset !important;
  419. }
  420. .ivu-table:before {
  421. background-color: unset !important;
  422. }
  423. .ivu-table-fixed-body {
  424. background-color: #fff;
  425. overflow: unset !important;
  426. }
  427. /*.ivu-table-header thead tr th:nth-of-type(1){*/
  428. /*padding-left: 16px;*/
  429. /*}*/
  430. /*.ivu-table td:nth-of-type(1){*/
  431. /*padding-left: 16px;*/
  432. /*}*/
  433. /*.ivu-table-cell-expand{*/
  434. /*text-align: left;*/
  435. /*}*/
  436. .vxe-header--row th:nth-of-type(1) {
  437. padding-left: 10px !important;
  438. }
  439. .vxe-table--body td:nth-of-type(1) {
  440. padding-left: 10px !important;
  441. }
  442. .ivu-modal-header {
  443. background: #fafafa;
  444. }
  445. .ivu-mb,
  446. .ivu-mb-16 {
  447. margin-bottom: 16px !important;
  448. }
  449. .ivu-mt-16 {
  450. margin-top: 16px !important;
  451. }
  452. .ivu-table-wrapper {
  453. border: 0;
  454. }
  455. .i-layout-page-header {
  456. margin: 0;
  457. /* display: none; */
  458. background-color: #fff;
  459. padding: 7px 32px 0 32px;
  460. }
  461. .header-title {
  462. padding: 10px 20px;
  463. border-bottom: 1px solid #f2f2f2;
  464. margin-bottom: 10px;
  465. border-radius: 5px;
  466. display: -webkit-box;
  467. display: -ms-flexbox;
  468. display: flex;
  469. -webkit-box-align: center;
  470. -ms-flex-align: center;
  471. align-items: center;
  472. -webkit-box-pack: justify;
  473. -ms-flex-pack: justify;
  474. justify-content: space-between;
  475. }
  476. .ivu-page-header-title {
  477. display: inline-block;
  478. color: #17233d;
  479. font-weight: 500;
  480. font-size: 20px;
  481. }
  482. .main .content-wrapper {
  483. padding: 16px;
  484. height: calc(100% - 80px);
  485. overflow: auto;
  486. background-color: #f5f7f9;
  487. }
  488. .left-wrapper {
  489. height: calc(100vh - 120px);
  490. background: #fff;
  491. border-right: 1px solid #f2f2f2;
  492. }
  493. .ivu-tabs-bar {
  494. margin-bottom: 0;
  495. }
  496. .perW100 {
  497. width: 100%;
  498. }
  499. .perW90 {
  500. width: 90%;
  501. }
  502. .perW50 {
  503. width: 50%;
  504. }
  505. .perW20 {
  506. width: 20%;
  507. }
  508. .perW35 {
  509. width: 35%;
  510. }
  511. .perW30 {
  512. width: 30%;
  513. }
  514. .font14 {
  515. font-size: 14px !important;
  516. }
  517. .ivu-table:after {
  518. width: 0;
  519. }
  520. /*复制pro*/
  521. .ivu-text-left {
  522. text-align: left;
  523. }
  524. .ivu-text-right {
  525. text-align: right;
  526. }
  527. .ivu-block {
  528. display: block;
  529. }
  530. .ivu-pl-8 {
  531. padding-left: 8px !important;
  532. }
  533. .tabBox_img {
  534. width: 36px;
  535. height: 36px;
  536. border-radius: 4px;
  537. cursor: pointer;
  538. }
  539. .tabBox_img img {
  540. width: 100%;
  541. height: 100%;
  542. }
  543. .content img {
  544. display: block;
  545. max-width: 100%;
  546. }
  547. /*客服*/
  548. .mask-footer {
  549. display: flex;
  550. justify-content: flex-end;
  551. padding-top: 20px;
  552. border-top: 1px solid #e8eaec;
  553. }
  554. .mask-footer button {
  555. margin-left: 10px;
  556. }
  557. .goods-mask .ivu-modal-body {
  558. padding: 0;
  559. }
  560. .content img {
  561. display: block;
  562. max-width: 100%;
  563. object-fit: contain;
  564. }
  565. .none-radius .ivu-modal-content {
  566. border-radius: 0;
  567. }
  568. .transfer-mask .ivu-modal-wrap {
  569. width: 1200px;
  570. margin: 0 auto;
  571. }
  572. .transfer-mask .ivu-modal {
  573. position: absolute;
  574. right: 279px;
  575. top: auto;
  576. bottom: 271px;
  577. }
  578. .maskModel {
  579. position: fixed;
  580. top: 0;
  581. left: 0;
  582. right: 0;
  583. bottom: 0;
  584. z-index: 55;
  585. background-color: rgba(0, 0, 0, 0.5);
  586. }
  587. .input-input {
  588. display: block;
  589. height: 100%;
  590. background: none;
  591. color: inherit;
  592. opacity: 1;
  593. -webkit-text-fill-color: currentcolor;
  594. font: inherit;
  595. line-height: inherit;
  596. letter-spacing: inherit;
  597. text-align: inherit;
  598. text-indent: inherit;
  599. text-transform: inherit;
  600. text-shadow: inherit;
  601. border: none;
  602. }
  603. .kf_mobile .textarea-box textarea {
  604. resize: none !important;
  605. height: 148px;
  606. border-color: transparent;
  607. font-size: 14px !important;
  608. }
  609. .kf_mobile .textarea-box textarea:focus {
  610. box-shadow: none;
  611. }
  612. .line1 {
  613. overflow: hidden;
  614. text-overflow: ellipsis;
  615. white-space: nowrap;
  616. }
  617. .line2 {
  618. overflow: hidden;
  619. text-overflow: ellipsis;
  620. display: -webkit-box;
  621. -webkit-line-clamp: 2;
  622. -webkit-box-orient: vertical;
  623. }
  624. .none-radius .ivu-modal-mask,
  625. .label-box .ivu-modal-mask {
  626. background-color: transparent;
  627. }
  628. .empty-box {
  629. width: 100%;
  630. height: 100%;
  631. display: flex;
  632. align-items: center;
  633. justify-content: center;
  634. background: #f3f5f7;
  635. border-radius: 6px;
  636. }
  637. .empty-box.on {
  638. border-radius: 0px;
  639. }
  640. .empty-box .iconfont-diy {
  641. color: #bbbfc8;
  642. font-size: 30px;
  643. }
  644. .paddingBox {
  645. padding: 0 10px 10px;
  646. }
  647. /* form-create tips 样式 */
  648. .tips-info {
  649. line-height: 18px;
  650. margin-top: 3px;
  651. color: rgb(153, 153, 153);
  652. }
  653. .pt10 {
  654. padding-top: 10px;
  655. }
  656. .common-form-create-footer {
  657. display: flex;
  658. justify-content: right;
  659. }
  660. .common-form-button {
  661. margin-right: 10px;
  662. }
  663. .pl10 {
  664. padding-left: 10px;
  665. }
  666. .df-jcsb {
  667. display: flex;
  668. justify-content: space-between;
  669. }