style.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801
  1. /**end**/
  2. .omit {
  3. white-space: nowrap;
  4. text-overflow: ellipsis;
  5. overflow: hidden;
  6. }
  7. .ellip {
  8. -webkit-line-clamp: 2;
  9. text-overflow: ellipsis;
  10. display: -webkit-box;
  11. -webkit-box-orient: vertical;
  12. overflow: hidden;
  13. }
  14. .m15 {
  15. margin-top: 15px !important;
  16. }
  17. .clear {
  18. clear: both;
  19. }
  20. .flex {
  21. display: flex;
  22. text-align: center;
  23. .f {
  24. flex: 1;
  25. overflow: hidden;
  26. .icon {
  27. padding-right: 7px;
  28. }
  29. }
  30. }
  31. .left {
  32. text-align: left;
  33. }
  34. .rline {
  35. border-right: 1px solid $line;
  36. }
  37. .btn {
  38. color: white;
  39. background-color: $main-color;
  40. border-radius: 25px;
  41. font-size: 15px;
  42. text-align: center;
  43. padding: 5px 5px;
  44. }
  45. .cmain {
  46. padding: 15px;
  47. }
  48. .form_group {
  49. padding: 9px 10px 9px 10px;
  50. overflow: hidden;
  51. background-color: white;
  52. position: relative;
  53. &.form_group:last-child {
  54. border-bottom: 0px;
  55. }
  56. .lable {
  57. font-size: 17px;
  58. text-align: left;
  59. color: #545555;
  60. position: relative;
  61. font-weight: bold;
  62. }
  63. .re {
  64. &::before {
  65. content: '*';
  66. width: 0px;
  67. height: 0px;
  68. color: red;
  69. position: absolute;
  70. top: -7px;
  71. left: -8px;
  72. font-weight: bold;
  73. }
  74. }
  75. .avatar {
  76. position: absolute;
  77. top: 0px;
  78. right: 0px;
  79. width: 55px;
  80. height: 55px;
  81. border-radius: 50%;
  82. }
  83. picker {
  84. position: relative;
  85. .more {
  86. position: absolute;
  87. right: 7px;
  88. top: 13px;
  89. font-weight: normal;
  90. color: $font-c;
  91. }
  92. }
  93. .uni-file-picker {
  94. margin-top: 12px;
  95. }
  96. .up {
  97. color: $font-c;
  98. font-size: 15px;
  99. padding: 5px;
  100. .icon {
  101. padding-right: 5px;
  102. }
  103. }
  104. .fjsc {
  105. margin-top: 3px;
  106. color: $font-c;
  107. font-size: 13px;
  108. }
  109. .uni-data-tree {
  110. margin-top: 12px;
  111. background-color: #f6f6f6;
  112. border: 0px !important;
  113. padding-left: 5px;
  114. border-radius: 5px;
  115. .placeholder {
  116. font-size: 15px;
  117. }
  118. .input-value-border {
  119. border: 0px;
  120. }
  121. .input-value {
  122. padding: 1px 5.5px;
  123. }
  124. }
  125. input {
  126. font-size: 15px;
  127. border-radius: 5px;
  128. padding: 10px;
  129. margin-top: 12px;
  130. color: $font-c;
  131. background-color: #f6f6f6;
  132. }
  133. .ops {
  134. position: absolute;
  135. right: 23px;
  136. top: 53px;
  137. font-size: 15px;
  138. color: $main-color;
  139. z-index: 11;
  140. }
  141. textarea {
  142. font-size: 15px;
  143. border-radius: 5px;
  144. padding: 10px;
  145. margin-top: 12px;
  146. height: 90px;
  147. width: 93%;
  148. background-color: #f6f6f6;
  149. color: $font-c;
  150. }
  151. }
  152. /*****设置**********/
  153. .cmd {
  154. margin-top: 10px;
  155. border-radius: 8px;
  156. overflow: hidden;
  157. .s_item {
  158. padding: 10px;
  159. background-color: white;
  160. color: $font-c;
  161. overflow: hidden;
  162. border-bottom: 1px solid #f0f2f7;
  163. .ic {
  164. display: block;
  165. float: left;
  166. font-size: 25px;
  167. text-align: center;
  168. padding: 7px;
  169. border-radius: 50%;
  170. margin-right: 13px;
  171. line-height: 29px;
  172. color: $main-color;
  173. }
  174. .title {
  175. color: #545555;
  176. padding-top: 11px;
  177. float: left;
  178. }
  179. .arrow {
  180. font-size: 20px;
  181. float: right;
  182. color: #9a9a9a;
  183. margin-top: 10px;
  184. }
  185. }
  186. }
  187. .forms {
  188. background-color: white;
  189. padding: 10px 13px 70px 13px;
  190. }
  191. /**底部按钮操作******/
  192. .mfooter {
  193. position: fixed;
  194. width: 100%;
  195. bottom: 0px;
  196. text-align: center;
  197. background-color: white;
  198. border-top: 1px solid $line;
  199. .flex {
  200. padding: 5px 10px 5px 10px;
  201. .f {
  202. margin: 10px;
  203. }
  204. .s2 {
  205. flex: 0.5;
  206. }
  207. .save {
  208. background-color: #f5f6fa;
  209. color: $font-c;
  210. }
  211. }
  212. .btn {
  213. border-radius: 25px;
  214. width: 80%;
  215. position: relative;
  216. .icon {
  217. padding-right: 5px;
  218. }
  219. }
  220. }
  221. .ifnull {
  222. color: red;
  223. font-weight: bold;
  224. }
  225. /**用户登录******/
  226. .login {
  227. .app_top {
  228. display: block;
  229. position: relative;
  230. .icon {
  231. position: absolute;
  232. color: white;
  233. z-index: 2;
  234. top: 5%;
  235. left: 13px;
  236. font-size: 25px;
  237. }
  238. .img {
  239. width: 100%;
  240. }
  241. .welcome {
  242. position: absolute;
  243. color: white;
  244. z-index: 1111;
  245. top: 25%;
  246. left: 10%;
  247. font-size: 17px;
  248. .desc {
  249. margin-bottom: 5px;
  250. text-shadow: 0px 5px 10px #1a1a1a;
  251. font-weight: bold;
  252. }
  253. }
  254. }
  255. .dk {
  256. position: relative;
  257. margin: 0 auto;
  258. padding: 15px 30px 30px 30px;
  259. background-color: white;
  260. border-radius: 30px;
  261. margin-top: -85px;
  262. .bg {
  263. overflow: hidden;
  264. border-bottom: 1px solid $line;
  265. padding: 5px 0px 5px 0px;
  266. .icon {
  267. float: left;
  268. padding-left: 10px;
  269. margin-top: 14px;
  270. font-size: 18px;
  271. }
  272. input {
  273. height: 45px;
  274. text-align: left;
  275. padding-left: 15px;
  276. color: $font-c;
  277. width: 60%;
  278. }
  279. .label {
  280. float: right;
  281. margin-top: -31px;
  282. padding-right: 15px;
  283. font-size: 14px;
  284. color: $main-color;
  285. cursor: pointer;
  286. .icon {
  287. color: darkgray;
  288. font-size: 22px;
  289. margin-top: -4px;
  290. &.active {
  291. color: $main-color;
  292. }
  293. }
  294. .captcha {
  295. width: 90px;
  296. height: 34px;
  297. margin-top: -8px;
  298. border-radius: 3px;
  299. }
  300. }
  301. }
  302. }
  303. .xy {
  304. color: $font-c;
  305. padding-top: 15px;
  306. font-size: 13px;
  307. .checkbox {
  308. float: left;
  309. font-size: 13px;
  310. margin-top: 1px;
  311. }
  312. .a {
  313. color: $main-color;
  314. }
  315. }
  316. .btn {
  317. margin-top: 25px;
  318. }
  319. .register {
  320. background-color: #f5f6fa;
  321. color: $font-c;
  322. margin-top: 20px;
  323. }
  324. }
  325. /**用户登录end******/
  326. .news_item {
  327. background-color: white;
  328. padding: 12px;
  329. margin-bottom: 10px;
  330. border-radius: 10px;
  331. overflow: hidden;
  332. .img {
  333. float: left;
  334. width: 100px;
  335. height: 70px;
  336. border-radius: 5px;
  337. background-color: #e0e0e0;
  338. }
  339. .con {
  340. float: left;
  341. width: 60%;
  342. color: #888;
  343. height: 71px;
  344. font-size: 13px;
  345. line-height: 1.6;
  346. padding-left: 10px;
  347. position: relative;
  348. .title {
  349. font-size: 14px;
  350. color: #192b20;
  351. line-height: 1.6;
  352. }
  353. .source {
  354. margin-top: 5px;
  355. font-size: 13px;
  356. bottom: 0px;
  357. position: absolute;
  358. width: 120px;
  359. .icon {
  360. padding-right: 4px;
  361. }
  362. }
  363. .releaseTime {
  364. font-size: 13px;
  365. bottom: 0px;
  366. position: absolute;
  367. right: 0px;
  368. right: -17px;
  369. }
  370. }
  371. .look {
  372. display: none;
  373. float: right;
  374. border-radius: 3px;
  375. padding: 10px 30px;
  376. }
  377. }
  378. .mt0 {
  379. margin-top: 0px !important;
  380. }
  381. .mt5 {
  382. margin-top: 5px !important;
  383. }
  384. .p0 {
  385. padding-top: 0px;
  386. }
  387. .menu {
  388. background-color: white;
  389. padding-top: 3px;
  390. margin-top: 10px;
  391. border-radius: 8px;
  392. overflow: hidden;
  393. .msn {
  394. float: left;
  395. width: 25%;
  396. text-align: center;
  397. .out {
  398. padding: 3px;
  399. .int {
  400. padding: 9px;
  401. animation: bounceIn 1s;
  402. .ioc {
  403. width: 45px;
  404. height: 45px;
  405. background-color: #1c9dff;
  406. border-radius: 40%;
  407. margin: 0 auto;
  408. line-height: 46px;
  409. font-size: 25px;
  410. }
  411. .tit {
  412. font-size: 13px;
  413. margin-top: 5px;
  414. color: $font-c;
  415. }
  416. }
  417. }
  418. }
  419. }
  420. .ppopup {
  421. padding: 15px;
  422. .sh {
  423. font-size: 14px;
  424. color: $font-c;
  425. padding-top: 7px;
  426. }
  427. .form_group {
  428. padding: 12px 10px 8px 10px;
  429. }
  430. .btn {
  431. width: 70%;
  432. border-radius: 30px;
  433. margin-top: 20px;
  434. }
  435. }
  436. ._success {
  437. background-color: #f0f9eb !important;
  438. color: #67c23a !important;
  439. }
  440. ._info {
  441. background-color: #f4f4f5 !important;
  442. color: #909399 !important;
  443. }
  444. ._error {
  445. background-color: #fef0f0 !important;
  446. color: #f56c6c !important;
  447. }
  448. .message {
  449. padding: 15px;
  450. border-radius: 5px;
  451. font-size: 14px;
  452. background-color: white;
  453. color: $font-c;
  454. margin-bottom: 10px;
  455. .icon {
  456. padding-right: 3px;
  457. font-size: 16px;
  458. }
  459. }
  460. .vlabel {
  461. position: relative;
  462. color: $font-c;
  463. margin-bottom: 12px;
  464. overflow: hidden;
  465. .tag {
  466. position: absolute;
  467. width: 5px;
  468. height: 15px;
  469. background-color: $main-color;
  470. border-radius: 5px;
  471. top: 4px;
  472. }
  473. .title {
  474. margin-left: 10px;
  475. float: left;
  476. font-size: 17px;
  477. font-weight: bold;
  478. }
  479. .more {
  480. float: right;
  481. font-size: 14px;
  482. }
  483. }
  484. .common_list {
  485. padding: 13px;
  486. .item {
  487. padding: 12px;
  488. color: $font-c;
  489. background-color: white;
  490. border-radius: 10px;
  491. .title {
  492. font-size: 15px;
  493. margin-bottom: 10px;
  494. color: #192b20;
  495. }
  496. .pic {
  497. float: left;
  498. width: 80px;
  499. height: 80px;
  500. border-radius: 3px;
  501. }
  502. .con {
  503. float: left;
  504. width: 60%;
  505. padding-left: 10px;
  506. }
  507. }
  508. }
  509. .address {
  510. background-color: white;
  511. padding: 15px;
  512. overflow: hidden;
  513. .con {
  514. float: left;
  515. width: 85%;
  516. color: $font-c;
  517. .title {
  518. color: #192b20;
  519. }
  520. .desc {
  521. font-size: 14px;
  522. padding-top: 5px;
  523. color: #898f94;
  524. text {
  525. padding-right: 10px;
  526. }
  527. }
  528. }
  529. .icon {
  530. float: right;
  531. margin-top: 12px;
  532. }
  533. }
  534. .search {
  535. padding: 12px 12px 0px 12px;
  536. }
  537. .tab {
  538. position: relative;
  539. background-color: white;
  540. .length {
  541. position: absolute;
  542. right: 14px;
  543. top: 13px;
  544. font-size: 14px;
  545. color: $font-c;
  546. }
  547. }
  548. .goodsManageList {
  549. padding: 12px;
  550. .item {
  551. padding: 12px;
  552. color: $font-c;
  553. background-color: white;
  554. border-radius: 10px;
  555. margin-bottom: 10px;
  556. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  557. .top {
  558. overflow: hidden;
  559. .title {
  560. font-size: 15px;
  561. margin-bottom: 10px;
  562. color: #192b20;
  563. float: left;
  564. width: 80%;
  565. font-weight: bold;
  566. }
  567. .state {
  568. float: right;
  569. font-size: 14px;
  570. .icon {
  571. color: #abacb0;
  572. font-weight: bold;
  573. }
  574. }
  575. }
  576. .con {
  577. padding-bottom: 10px;
  578. font-size: 14px;
  579. overflow: hidden;
  580. .fs {
  581. text-align: left;
  582. .tag {
  583. color: #abacb0;
  584. padding-bottom: 3px;
  585. }
  586. }
  587. .tradeAreaName {
  588. padding-top: 10px;
  589. color: #abacb0;
  590. float: left;
  591. }
  592. .date {
  593. float: left;
  594. color: #abacb0;
  595. padding-top: 10px;
  596. padding-left: 10px;
  597. }
  598. }
  599. .op {
  600. border-top: 1px solid $line;
  601. padding: 10px 10px 0px 10px;
  602. color: #192b20;
  603. font-size: 15px;
  604. .f {
  605. color: #abacb0;
  606. }
  607. }
  608. }
  609. }
  610. .sort-list {
  611. padding: 0px 0px 10px 0px;
  612. color: #424242;
  613. overflow: hidden;
  614. .sort-item {
  615. float: left;
  616. cursor: pointer;
  617. font-size: 14px;
  618. padding: 5px 10px;
  619. text-align: center;
  620. border-left: 1px solid #e0e0e0;
  621. &.active {
  622. color: $main-color;
  623. }
  624. &:first-child {
  625. border: 0px;
  626. }
  627. }
  628. .type {
  629. float: right;
  630. padding-top: 5px;
  631. color: $font-c;
  632. font-size: 14px;
  633. .qc {
  634. padding-left: 3px;
  635. }
  636. }
  637. }
  638. .goodsList {
  639. padding: 12px;
  640. .item {
  641. background-color: white;
  642. padding: 12px;
  643. border-radius: 10px;
  644. font-size: 14px;
  645. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  646. margin-bottom: 10px;
  647. overflow: hidden;
  648. .title {
  649. margin-bottom: 9px;
  650. float: left;
  651. width: 80%;
  652. font-size: 17px;
  653. font-weight: bold;
  654. }
  655. .goodsType {
  656. float: right;
  657. color: #a0a2a6;
  658. width: 70px;
  659. margin-top: -29px;
  660. text-align: right;
  661. font-size: 13px;
  662. }
  663. .state {
  664. float: right;
  665. font-size: 14px;
  666. .icon {
  667. color: #abacb0;
  668. font-weight: bold;
  669. }
  670. .del {
  671. font-size: 20px;
  672. color: #f44336;
  673. }
  674. }
  675. .pic {
  676. float: left;
  677. width: 75px;
  678. height: 75px;
  679. border-radius: 3px;
  680. }
  681. .con {
  682. float: left;
  683. width: 70%;
  684. padding-left: 10px;
  685. color: $font-c;
  686. .desc {
  687. padding-top: 7px;
  688. color: #a0a2a6;
  689. text {
  690. padding-right: 15px;
  691. }
  692. }
  693. .price {
  694. padding-top: 7px;
  695. font-size: 16px;
  696. color: #ff5722;
  697. font-weight: bold;
  698. }
  699. .buy {
  700. float: right;
  701. width: 32px;
  702. height: 32px;
  703. border-radius: 50%;
  704. background-color: $main-color;
  705. color: white;
  706. text-align: center;
  707. line-height: 33px;
  708. font-size: 18px;
  709. margin-top: -32px;
  710. margin-right: -11px;
  711. }
  712. }
  713. .op {
  714. margin-top: 12px;
  715. border-top: 1px solid $line;
  716. color: #a0a2a6;
  717. padding-top: 10px;
  718. overflow: hidden;
  719. .date {
  720. float: left;
  721. margin-top: 6px;
  722. }
  723. .an {
  724. float: right;
  725. margin-left: 15px;
  726. margin-top: 4px;
  727. font-weight: bold;
  728. }
  729. }
  730. }
  731. }
  732. .box {
  733. margin-top: 10px;
  734. border-radius: 10px;
  735. padding: 1px 12px 0px 12px;
  736. background-color: white;
  737. color: $font-c;
  738. }
  739. .order_detail {
  740. .item {
  741. padding: 13px 8px 13px 8px;
  742. border-bottom: 1px solid $line;
  743. overflow: hidden;
  744. &:last-child {
  745. border: 0px;
  746. }
  747. .label {
  748. float: left;
  749. }
  750. .desc {
  751. float: right;
  752. width: 60%;
  753. text-align: right;
  754. }
  755. input {
  756. width: 60%;
  757. text-align: right;
  758. font-size: 15px;
  759. float: right;
  760. margin-top: -20px;
  761. }
  762. }
  763. }
  764. .product_detail {
  765. padding: 12px 12px 90px 12px;
  766. .pic {
  767. width: 100%;
  768. border-radius: 10px;
  769. }
  770. .box {
  771. margin-top: 10px;
  772. padding: 14px;
  773. .title {
  774. float: left;
  775. width: 70%;
  776. font-weight: bold;
  777. color: #192b20;
  778. }
  779. .price {
  780. float: right;
  781. font-size: 16px;
  782. color: #ff5722;
  783. font-weight: bold;
  784. }
  785. .item {
  786. padding-bottom: 10px;
  787. overflow: hidden;
  788. text {
  789. float: left;
  790. font-size: 14px;
  791. }
  792. .desc {
  793. width: 100px;
  794. }
  795. }
  796. .contents {
  797. font-size: 14px;
  798. line-height: 25px;
  799. }
  800. }
  801. }