style.scss 12 KB

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