styles.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807
  1. @charset "UTF-8";
  2. .el-alert__icon.is-big {
  3. font-size: 16px !important;
  4. }
  5. .el-icon-error {
  6. color: #ccc;
  7. }
  8. //diy缺省图标
  9. .icon-tu {
  10. color: #c7ccd1;
  11. font-size: 50px !important;
  12. }
  13. .line-height-15 {
  14. line-height: 1.5;
  15. }
  16. .line-heightOne {
  17. line-height: 1;
  18. }
  19. .textE93323 {
  20. color: #e93323 !important;
  21. }
  22. .demo-drawer_title {
  23. .info {
  24. font-size: 13px;
  25. font-family: PingFang SC-Regular, PingFang SC;
  26. font-weight: 400;
  27. color: #606266;
  28. margin-top: 10px;
  29. }
  30. }
  31. #app .sidebar-container .is-active {
  32. background: none !important;
  33. }
  34. //登录页动画
  35. .index_bg {
  36. width: 100%;
  37. height: 100vh;
  38. background: rgba(0, 0, 0, 0.6) !important;
  39. z-index: 0 !important;
  40. }
  41. .divBox {
  42. box-sizing: border-box;
  43. .el-pagination {
  44. display: flex;
  45. justify-content: flex-end;
  46. margin-top: 25px;
  47. padding: 0;
  48. }
  49. }
  50. /* 去掉滚动条 */
  51. .scrollbarAll::-webkit-scrollbar {
  52. display: none;
  53. /* Chrome Safari */
  54. }
  55. .scrollbarAll {
  56. scrollbar-width: none;
  57. /* firefox */
  58. -ms-overflow-style: none;
  59. /* IE 10+ */
  60. overflow-x: hidden;
  61. overflow-y: auto;
  62. }
  63. .seachTiele {
  64. font-size: 12px;
  65. line-height: 29px;
  66. }
  67. .seachWidth {
  68. //width: 219px !important;
  69. }
  70. .el-divider--horizontal {
  71. margin: 19px 0;
  72. }
  73. //.el-dialog__footer {
  74. // border-top: 1px solid #dcdfe6;
  75. //}
  76. .el-message-box__wrapper {
  77. overflow: auto;
  78. }
  79. .modal-form {
  80. width: 700px;
  81. }
  82. table .el-image,
  83. table img {
  84. width: 36px !important;
  85. height: 36px !important;
  86. border-radius: 4px;
  87. }
  88. .upload-form {
  89. min-width: 540px;
  90. max-height: 620px;
  91. }
  92. .upload-form-temp {
  93. min-width: 1000px;
  94. max-height: 700px;
  95. }
  96. .listPic {
  97. .image-slot {
  98. width: 100%;
  99. height: 100%;
  100. display: flex;
  101. justify-content: center;
  102. align-items: center;
  103. }
  104. }
  105. .switchTable {
  106. .el-switch.is-disabled {
  107. opacity: 1;
  108. }
  109. .el-switch.is-disabled .el-switch__core,
  110. .el-switch.is-disabled .el-switch__label {
  111. cursor: pointer !important;
  112. }
  113. }
  114. /**
  115. * 上传图片的照相机
  116. */
  117. .upLoadPicBox {
  118. display: inline-block;
  119. cursor: pointer;
  120. .upLoad {
  121. width: 58px;
  122. height: 58px;
  123. line-height: 58px;
  124. border: 1px dotted rgba(0, 0, 0, 0.1);
  125. border-radius: 4px;
  126. background: rgba(0, 0, 0, 0.02);
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. }
  131. }
  132. .cameraIconfont {
  133. color: #898989;
  134. font-size: 26px;
  135. }
  136. //表格图片宽度
  137. .tabBox_img {
  138. width: 36px;
  139. height: 36px;
  140. border-radius: 4px;
  141. display: table-cell;
  142. vertical-align: middle;
  143. }
  144. .tabBox_img img {
  145. width: 100%;
  146. height: 100%;
  147. }
  148. .picMiddle {
  149. display: table;
  150. }
  151. .spBlock {
  152. display: block;
  153. }
  154. //表格头部颜色
  155. .el-table thead {
  156. color: #333 !important;
  157. }
  158. // 模态框
  159. .creatformModel {
  160. min-width: 700px;
  161. max-height: 620px;
  162. }
  163. .width100 {
  164. width: 100%;
  165. }
  166. //点击上传图样式(弹窗)
  167. .publicPicBox {
  168. display: inline-block;
  169. cursor: pointer;
  170. }
  171. .publicPicBox .upLoad {
  172. width: 58px;
  173. height: 58px;
  174. line-height: 58px;
  175. border: 1px dotted rgba(0, 0, 0, 0.1);
  176. border-radius: 4px;
  177. background: rgba(0, 0, 0, 0.02);
  178. }
  179. .publicPicBox .pictrue {
  180. width: 60px;
  181. height: 60px;
  182. border-radius: 4px;
  183. overflow: hidden;
  184. border: 1px dotted rgba(0, 0, 0, 0.1);
  185. margin-right: 10px;
  186. }
  187. .publicPicBox .pictrue img {
  188. width: 100%;
  189. height: 100%;
  190. }
  191. .publicPicBox .iconfont {
  192. color: #898989;
  193. font-size: 18px;
  194. }
  195. //全局弹窗宽度;
  196. .dialogWidth {
  197. width: 80%;
  198. }
  199. /**
  200. * 表格下拉内容
  201. */
  202. .demo-table-expand {
  203. font-size: 0;
  204. }
  205. .demo-table-expand label {
  206. width: 111px;
  207. }
  208. .demo-table-expand .el-form-item {
  209. margin-right: 0;
  210. margin-bottom: 0;
  211. width: 33.33%;
  212. }
  213. .selWidth {
  214. width: 260px !important;
  215. }
  216. //富文本编辑器弹框
  217. #edui_fixedlayer {
  218. z-index: 4000 !important;
  219. }
  220. .edui-dialog {
  221. z-index: 4009 !important;
  222. }
  223. .maskModel {
  224. position: fixed;
  225. top: 0;
  226. left: 0;
  227. right: 0;
  228. bottom: 0;
  229. z-index: 55;
  230. background-color: rgba(0, 0, 0, 0.5);
  231. }
  232. .line2 {
  233. word-break: break-all;
  234. display: -webkit-box;
  235. -webkit-line-clamp: 2;
  236. -webkit-box-orient: vertical;
  237. overflow: hidden;
  238. }
  239. .el-image-viewer__close {
  240. color: #fff;
  241. }
  242. .el-message-box__content {
  243. padding: 30px 24px 0 24px;
  244. }
  245. // 自定义表单 加载的弹窗样式 END
  246. //抽屉提交按钮
  247. .from-foot-btn {
  248. width: 100%;
  249. padding: 20px;
  250. background: #fff;
  251. }
  252. .witth50 {
  253. width: 50%;
  254. }
  255. .drawer_fix {
  256. z-index: 10;
  257. position: absolute;
  258. left: 0;
  259. bottom: 0px;
  260. padding-bottom: 10px;
  261. background: #fff;
  262. }
  263. .fix {
  264. position: fixed;
  265. bottom: 0;
  266. }
  267. .btn-shadow {
  268. box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
  269. }
  270. //多图中图片样式
  271. .pictrue {
  272. width: 60px;
  273. height: 60px;
  274. border: 1px dotted rgba(0, 0, 0, 0.1);
  275. margin-right: 10px;
  276. position: relative;
  277. cursor: pointer;
  278. border-radius: 4px;
  279. overflow: hidden;
  280. img {
  281. width: 100%;
  282. height: 100%;
  283. }
  284. video {
  285. width: 100%;
  286. height: 100%;
  287. }
  288. }
  289. //多图中删除图片按钮
  290. .btndel {
  291. position: absolute;
  292. z-index: 1;
  293. width: 20px !important;
  294. height: 20px !important;
  295. left: 46px;
  296. top: -4px;
  297. }
  298. /*抽屉slot头部标题*/
  299. .demo-drawer_title {
  300. font-size: 19px;
  301. color: #303133;
  302. }
  303. /***************diy样式*****************/
  304. /**
  305. * dyi首页模块中标题样式
  306. */
  307. .indexList {
  308. background-color: #fff;
  309. border-radius: 6px;
  310. padding: 15px 12px;
  311. .title {
  312. .text {
  313. width: 260px;
  314. color: #999999;
  315. font-size: 12px;
  316. display: flex;
  317. align-items: flex-end;
  318. .image {
  319. width: 62px;
  320. height: 16px;
  321. }
  322. .label {
  323. font-size: 11px;
  324. color: #999999;
  325. margin-left: 5px;
  326. position: relative;
  327. top: 1px;
  328. }
  329. }
  330. .more {
  331. font-size: 8px;
  332. padding: 2px 5px;
  333. text-align: center;
  334. border-radius: 4px;
  335. .iconfont {
  336. font-size: 9px;
  337. }
  338. }
  339. }
  340. .tips {
  341. color: rgba(51, 51, 51, 0.3);
  342. font-size: 9px;
  343. }
  344. .list {
  345. width: 100%;
  346. border-radius: 7px;
  347. background-color: #fff;
  348. box-sizing: border-box;
  349. margin-top: 15px;
  350. .item {
  351. width: 100px;
  352. background: #fff;
  353. margin-right: 10px;
  354. }
  355. .item:nth-last-child(1) {
  356. margin-right: 0;
  357. }
  358. }
  359. }
  360. .labelwidth {
  361. width: 72px;
  362. }
  363. .labelml {
  364. margin-left: 22px;
  365. }
  366. .mobile-config {
  367. width: 100%;
  368. padding: 15px;
  369. }
  370. .borderPadding {
  371. padding: 0 15px;
  372. }
  373. .c_label {
  374. font-size: 12px;
  375. color: #999;
  376. }
  377. .c_label .labelwidth {
  378. color: #999;
  379. display: inline-block;
  380. }
  381. .slider-box {
  382. width: 81% !important;
  383. }
  384. //右上角标题
  385. .title-config-diy {
  386. height: 63px;
  387. padding: 0 15px;
  388. line-height: 63px;
  389. .title-bar {
  390. font-size: 16px;
  391. color: #333;
  392. font-family: PingFang SC-Medium, PingFang SC;
  393. font-weight: 600;
  394. }
  395. }
  396. //系统表单样式
  397. .mobile-config-from {
  398. border-top: 6px solid #f6f7f9;
  399. padding-top: 20px;
  400. .labelwidth {
  401. //text-align: right;
  402. }
  403. }
  404. /***************diy样式*****************/
  405. //带蓝色横杠标题
  406. .title-bar-line {
  407. width: 100%;
  408. height: 38px;
  409. line-height: 38px;
  410. padding-left: 10px;
  411. color: #303133;
  412. font-size: 16px;
  413. font-weight: 600;
  414. position: relative;
  415. &::before {
  416. content: '';
  417. position: absolute;
  418. left: 0;
  419. top: 10px;
  420. width: 2px;
  421. height: 16px;
  422. background: var(--prev-color-primary);
  423. }
  424. }
  425. .empty-box {
  426. width: 100%;
  427. height: 100%;
  428. display: flex;
  429. align-items: center;
  430. justify-content: center;
  431. background: #e6e9ed;
  432. border-radius: 6px;
  433. }
  434. .empty-box.on {
  435. border-radius: 0px;
  436. }
  437. .empty-box .iconfont-diy {
  438. color: #bbbfc8;
  439. font-size: 30px;
  440. }
  441. .c_row-item {
  442. display: flex;
  443. justify-content: space-between;
  444. align-items: center;
  445. }
  446. //退款详情页面样式
  447. .detail {
  448. &-section {
  449. padding: 0 25px 15px 25px;
  450. }
  451. &-title {
  452. padding-left: 10px;
  453. border-left: 3px solid var(--prev-color-primary);
  454. font-weight: 500;
  455. font-size: 15px;
  456. line-height: 16px;
  457. color: #303133;
  458. margin-bottom: 15px;
  459. }
  460. &-term {
  461. font-size: 12px;
  462. color: #666666;
  463. margin-bottom: 10px;
  464. }
  465. &-info {
  466. font-size: 12px;
  467. color: #333333;
  468. }
  469. &-infoTitle {
  470. width: 85px;
  471. display: inline-block;
  472. text-align: right;
  473. }
  474. }
  475. /********************详情页样式****************************/
  476. .detailHead {
  477. padding: 0 24px 24px 35px;
  478. .headerBox {
  479. align-items: flex-start;
  480. }
  481. .full {
  482. display: flex;
  483. align-items: center;
  484. justify-content: space-between;
  485. .order_icon {
  486. width: 60px;
  487. height: 60px;
  488. border-radius: 6px;
  489. background-color: var(--prev-color-primary);
  490. display: flex;
  491. justify-content: center;
  492. align-items: center;
  493. }
  494. .iconfont {
  495. color: #fff;
  496. font-size: 35px;
  497. &.sale-after {
  498. color: #90add5;
  499. }
  500. }
  501. .text {
  502. width: 682px;
  503. align-self: center;
  504. flex: 1;
  505. min-width: 0;
  506. padding-left: 12px;
  507. font-size: 13px;
  508. color: #606266;
  509. .title {
  510. margin-bottom: 10px;
  511. font-weight: 500;
  512. font-size: 16px;
  513. line-height: 18px;
  514. color: rgba(0, 0, 0, 0.85);
  515. }
  516. .order-num {
  517. padding-top: 10px;
  518. white-space: nowrap;
  519. }
  520. }
  521. }
  522. .list {
  523. display: flex;
  524. margin-top: 20px;
  525. overflow: hidden;
  526. list-style: none;
  527. padding: 0;
  528. .item {
  529. flex: none;
  530. width: 200px;
  531. font-size: 14px;
  532. line-height: 14px;
  533. color: rgba(0, 0, 0, 0.85);
  534. .title {
  535. margin-bottom: 12px;
  536. font-size: 13px;
  537. line-height: 13px;
  538. color: #666666;
  539. }
  540. .value1 {
  541. color: #f56022;
  542. }
  543. .value2 {
  544. color: #1bbe6b;
  545. }
  546. .value3 {
  547. color: var(--prev-color-primary);
  548. }
  549. .value4 {
  550. color: #6a7b9d;
  551. }
  552. .value5 {
  553. color: #f5222d;
  554. }
  555. }
  556. }
  557. }
  558. .detailSection {
  559. ::v-deep .el-table__row {
  560. padding-left: 15px !important;
  561. }
  562. padding: 25px 0;
  563. border-top: 1px dashed #eeeeee;
  564. .mt-16 {
  565. margin-top: -16px;
  566. }
  567. .title {
  568. padding-left: 10px;
  569. border-left: 3px solid var(--prev-color-primary);
  570. font-size: 15px;
  571. line-height: 15px;
  572. color: #303133;
  573. }
  574. .list {
  575. display: flex;
  576. flex-wrap: wrap;
  577. list-style: none;
  578. padding: 0;
  579. }
  580. .lang {
  581. width: 100px;
  582. text-align: right;
  583. }
  584. .tips {
  585. width: 78px;
  586. text-align: right;
  587. font-size: 13px;
  588. color: #606266;
  589. }
  590. .item {
  591. flex: 0 0 calc(100% / 3);
  592. display: flex;
  593. margin-top: 16px;
  594. font-size: 13px;
  595. color: #606266;
  596. &:nth-child(3n + 1) {
  597. padding-right: 20px;
  598. }
  599. &:nth-child(3n + 2) {
  600. padding-right: 20px;
  601. // padding-left: 10px;
  602. }
  603. &:nth-child(3n + 3) {
  604. // padding-left: 20px;
  605. }
  606. }
  607. .value {
  608. flex: 1;
  609. color: #303133;
  610. image {
  611. display: inline-block;
  612. width: 40px;
  613. height: 40px;
  614. margin: 0 12px 12px 0;
  615. vertical-align: middle;
  616. }
  617. }
  618. .item.pic {
  619. display: flex;
  620. img {
  621. width: 80px;
  622. height: 80px;
  623. }
  624. }
  625. }
  626. .padBox {
  627. padding: 25px 35px !important;
  628. }
  629. //表单内输入框宽度
  630. .from-ipt-width {
  631. width: 460px;
  632. }
  633. /*****************************/
  634. /******************** 弹窗 from 样式重写 start ****************************/
  635. .from-tips {
  636. font-size: 12px;
  637. color: #909399;
  638. line-height: 12px;
  639. text-align: left;
  640. margin-top: 14px;
  641. }
  642. //登录显示隐藏按钮
  643. $dark_gray: #889aa4;
  644. .show-pwd {
  645. position: absolute;
  646. right: 10px;
  647. top: 2px;
  648. font-size: 16px;
  649. color: $dark_gray;
  650. cursor: pointer;
  651. user-select: none;
  652. ::v-deepsvg-icon {
  653. vertical-align: 0.3em;
  654. }
  655. }
  656. // 上一步按钮样式 次要按钮
  657. .priamry_border {
  658. border: 1px solid var(--prev-color-primary);
  659. color: var(--prev-color-primary);
  660. }
  661. //带竖线的标题
  662. .header_title {
  663. font-size: 15px;
  664. font-family: PingFangSC-Semibold, PingFang SC;
  665. font-weight: 500;
  666. color: #303133;
  667. padding-left: 8px;
  668. position: relative;
  669. margin-left: 20px;
  670. &::before {
  671. position: absolute;
  672. content: '';
  673. width: 3px;
  674. height: 18px;
  675. background: var(--prev-color-primary);
  676. top: 0;
  677. left: 0;
  678. }
  679. }
  680. // 上传图片Dialog
  681. .uploadDialog {
  682. .el-dialog__body {
  683. max-height: none !important;
  684. }
  685. }
  686. .el-form-item--mini .el-form-item__content {
  687. margin-bottom: -20px;
  688. }