style.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  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. }
  360. .releaseTime {
  361. font-size: 13px;
  362. bottom: 0px;
  363. position: absolute;
  364. right: 0px;
  365. right: -17px;
  366. }
  367. }
  368. .look {
  369. display: none;
  370. float: right;
  371. border-radius: 3px;
  372. padding: 10px 30px;
  373. }
  374. }
  375. .mt0 {
  376. margin-top: 0px !important;
  377. }
  378. .mt5 {
  379. margin-top: 5px !important;
  380. }
  381. .p0 {
  382. padding-top: 0px;
  383. }
  384. .menu {
  385. background-color: white;
  386. padding-top: 3px;
  387. margin-top: 10px;
  388. border-radius: 8px;
  389. overflow: hidden;
  390. .msn {
  391. float: left;
  392. width: 25%;
  393. text-align: center;
  394. .out {
  395. padding: 3px;
  396. .int {
  397. padding: 9px;
  398. animation: bounceIn 1s;
  399. .ioc {
  400. width: 45px;
  401. height: 45px;
  402. background-color: #1c9dff;
  403. border-radius: 40%;
  404. margin: 0 auto;
  405. line-height: 46px;
  406. font-size: 25px;
  407. }
  408. .tit {
  409. font-size: 13px;
  410. margin-top: 5px;
  411. color: $font-c;
  412. }
  413. }
  414. }
  415. }
  416. }
  417. .ppopup {
  418. padding: 15px;
  419. .sh {
  420. font-size: 14px;
  421. color: $font-c;
  422. padding-top: 7px;
  423. }
  424. .form_group {
  425. padding: 12px 10px 8px 10px;
  426. }
  427. .btn {
  428. width: 70%;
  429. border-radius: 30px;
  430. margin-top: 20px;
  431. }
  432. }
  433. ._success {
  434. background-color: #f0f9eb !important;
  435. color: #67c23a !important;
  436. }
  437. ._info {
  438. background-color: #f4f4f5 !important;
  439. color: #909399 !important;
  440. }
  441. ._error {
  442. background-color: #fef0f0 !important;
  443. color: #f56c6c !important;
  444. }
  445. .message {
  446. padding: 15px;
  447. border-radius: 5px;
  448. font-size: 14px;
  449. background-color: white;
  450. color: $font-c;
  451. margin-bottom: 10px;
  452. .icon {
  453. padding-right: 3px;
  454. font-size: 16px;
  455. }
  456. }
  457. .vlabel {
  458. position: relative;
  459. color: $font-c;
  460. margin-bottom: 12px;
  461. overflow: hidden;
  462. .tag {
  463. position: absolute;
  464. width: 5px;
  465. height: 15px;
  466. background-color: $main-color;
  467. border-radius: 5px;
  468. top: 4px;
  469. }
  470. .title {
  471. margin-left: 10px;
  472. float: left;
  473. font-size: 17px;
  474. font-weight: bold;
  475. }
  476. .more {
  477. float: right;
  478. font-size: 14px;
  479. }
  480. }
  481. .common_list {
  482. padding: 13px;
  483. .item {
  484. padding: 12px;
  485. color: $font-c;
  486. background-color: white;
  487. border-radius: 10px;
  488. .title {
  489. font-size: 15px;
  490. margin-bottom: 10px;
  491. color: #192b20;
  492. }
  493. .pic {
  494. float: left;
  495. width: 80px;
  496. height: 80px;
  497. border-radius: 3px;
  498. }
  499. .con {
  500. float: left;
  501. width: 60%;
  502. padding-left: 10px;
  503. }
  504. }
  505. }
  506. .address {
  507. background-color: white;
  508. padding: 15px;
  509. overflow: hidden;
  510. .con {
  511. float: left;
  512. width: 85%;
  513. color: $font-c;
  514. .title {
  515. color: #192b20;
  516. }
  517. .desc {
  518. font-size: 14px;
  519. padding-top: 5px;
  520. color: #898f94;
  521. text {
  522. padding-right: 10px;
  523. }
  524. }
  525. }
  526. .icon {
  527. float: right;
  528. margin-top: 12px;
  529. }
  530. }
  531. .search {
  532. padding: 12px 12px 0px 12px;
  533. }
  534. .tab {
  535. position: relative;
  536. background-color: white;
  537. .length {
  538. position: absolute;
  539. right: 14px;
  540. top: 13px;
  541. font-size: 14px;
  542. color: $font-c;
  543. }
  544. }
  545. .goodsManageList {
  546. padding: 12px;
  547. .item {
  548. padding: 12px;
  549. color: $font-c;
  550. background-color: white;
  551. border-radius: 10px;
  552. margin-bottom: 10px;
  553. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  554. .top {
  555. overflow: hidden;
  556. .title {
  557. font-size: 15px;
  558. margin-bottom: 10px;
  559. color: #192b20;
  560. float: left;
  561. width: 80%;
  562. font-weight: bold;
  563. }
  564. .state {
  565. float: right;
  566. font-size: 14px;
  567. .icon {
  568. color: #abacb0;
  569. font-weight: bold;
  570. }
  571. }
  572. }
  573. .con {
  574. padding-bottom: 10px;
  575. font-size: 14px;
  576. overflow: hidden;
  577. .fs {
  578. text-align: left;
  579. .tag {
  580. color: #abacb0;
  581. padding-bottom: 3px;
  582. }
  583. }
  584. .tradeAreaName{
  585. padding-top: 10px;
  586. color: #abacb0;
  587. float: left;
  588. }
  589. .date{
  590. float: left;
  591. color: #abacb0;
  592. padding-top: 10px;
  593. padding-left: 10px;
  594. }
  595. }
  596. .op {
  597. border-top: 1px solid $line;
  598. padding: 10px 10px 0px 10px;
  599. color: #192b20;
  600. font-size: 15px;
  601. }
  602. }
  603. }
  604. .sort-list {
  605. padding: 0px 0px 10px 0px;
  606. color: #424242;
  607. .sort-item {
  608. float: left;
  609. cursor: pointer;
  610. font-size: 14px;
  611. padding: 5px 10px;
  612. text-align: center;
  613. border-left: 1px solid #e0e0e0;
  614. &.active {
  615. color: $main-color;
  616. }
  617. &:first-child {
  618. border: 0px;
  619. }
  620. }
  621. .type {
  622. float: right;
  623. padding-top: 5px;
  624. color: $font-c;
  625. font-size: 14px;
  626. }
  627. }
  628. .goodsList {
  629. padding: 12px;
  630. .item {
  631. background-color: white;
  632. padding: 12px;
  633. border-radius: 10px;
  634. font-size: 14px;
  635. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  636. margin-bottom: 10px;
  637. overflow: hidden;
  638. .title {
  639. margin-bottom: 9px;
  640. float: left;
  641. width: 80%;
  642. }
  643. .state {
  644. float: right;
  645. font-size: 14px;
  646. .icon {
  647. color: #abacb0;
  648. font-weight: bold;
  649. }
  650. .del{
  651. font-size: 20px;
  652. color: #F44336;
  653. }
  654. }
  655. .pic {
  656. float: left;
  657. width: 75px;
  658. height: 75px;
  659. border-radius: 3px;
  660. }
  661. .con {
  662. float: left;
  663. width: 70%;
  664. padding-left: 10px;
  665. color: $font-c;
  666. .desc {
  667. padding-top: 7px;
  668. color: #a0a2a6;
  669. text {
  670. padding-right: 15px;
  671. }
  672. }
  673. .price {
  674. padding-top: 7px;
  675. font-size: 16px;
  676. color: #ff5722;
  677. font-weight: bold;
  678. }
  679. .buy {
  680. float: right;
  681. width: 32px;
  682. height: 32px;
  683. border-radius: 50%;
  684. background-color: $main-color;
  685. color: white;
  686. text-align: center;
  687. line-height: 33px;
  688. font-size: 18px;
  689. margin-top: -32px;
  690. margin-right: -11px;
  691. }
  692. }
  693. .op{
  694. margin-top: 12px;
  695. border-top: 1px solid $line;
  696. color: #a0a2a6;
  697. padding-top: 10px;
  698. overflow: hidden;
  699. .date{
  700. float: left;
  701. margin-top: 6px;
  702. }
  703. .an{
  704. float: right;
  705. margin-left: 15px;
  706. margin-top: 4px;
  707. font-weight: bold;
  708. }
  709. }
  710. }
  711. }
  712. .box {
  713. margin-top: 10px;
  714. border-radius: 10px;
  715. padding: 1px 12px 0px 12px;
  716. background-color: white;
  717. color: $font-c;
  718. }
  719. .order_detail {
  720. .item {
  721. padding: 13px 8px 13px 8px;
  722. border-bottom: 1px solid $line;
  723. overflow: hidden;
  724. &:last-child {
  725. border: 0px;
  726. }
  727. .label {
  728. float: left;
  729. }
  730. .desc {
  731. float: right;
  732. width: 60%;
  733. text-align: right;
  734. }
  735. input {
  736. width: 60%;
  737. text-align: right;
  738. font-size: 15px;
  739. float: right;
  740. }
  741. }
  742. }
  743. .product_detail {
  744. padding: 12px 12px 90px 12px;
  745. .pic {
  746. width: 100%;
  747. border-radius: 10px;
  748. }
  749. .box {
  750. margin-top: 10px;
  751. padding: 14px;
  752. .title {
  753. float: left;
  754. width: 70%;
  755. font-weight: bold;
  756. color: #192b20;
  757. }
  758. .price {
  759. float: right;
  760. font-size: 16px;
  761. color: #ff5722;
  762. font-weight: bold;
  763. }
  764. .item {
  765. padding-bottom: 10px;
  766. overflow: hidden;
  767. text {
  768. float: left;
  769. font-size: 14px;
  770. }
  771. .desc {
  772. width: 100px;
  773. }
  774. }
  775. .contents {
  776. font-size: 14px;
  777. line-height: 25px;
  778. }
  779. }
  780. }