style.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  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: #121212;
  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. .length {
  527. position: absolute;
  528. right: 14px;
  529. top: 13px;
  530. font-size: 14px;
  531. color: $font-c;
  532. }
  533. }
  534. .goodsManageList {
  535. padding: 12px;
  536. .item {
  537. padding: 12px;
  538. color: $font-c;
  539. background-color: white;
  540. border-radius: 10px;
  541. margin-bottom: 10px;
  542. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  543. .top {
  544. overflow: hidden;
  545. .title {
  546. font-size: 15px;
  547. margin-bottom: 10px;
  548. color: #192b20;
  549. float: left;
  550. width: 80%;
  551. }
  552. .state {
  553. float: right;
  554. font-size: 14px;
  555. .icon {
  556. color: #abacb0;
  557. font-weight: bold;
  558. }
  559. }
  560. }
  561. .con {
  562. padding-bottom: 10px;
  563. .fs {
  564. font-size: 14px;
  565. .tag {
  566. color: #abacb0;
  567. padding-bottom: 3px;
  568. }
  569. }
  570. }
  571. .op {
  572. border-top: 1px solid $line;
  573. padding: 10px 10px 0px 10px;
  574. color: #192b20;
  575. font-size: 15px;
  576. }
  577. }
  578. }
  579. .sort-list {
  580. padding: 0px 0px 10px 0px;
  581. color: #424242;
  582. .sort-item {
  583. float: left;
  584. cursor: pointer;
  585. font-size: 14px;
  586. padding: 5px 10px;
  587. text-align: center;
  588. border-left: 1px solid #e0e0e0;
  589. &.active {
  590. color: $main-color;
  591. }
  592. &:first-child {
  593. border: 0px;
  594. }
  595. }
  596. .type {
  597. float: right;
  598. padding-top: 5px;
  599. color: $font-c;
  600. font-size: 14px;
  601. }
  602. }
  603. .goodsList {
  604. padding: 12px;
  605. .item {
  606. background-color: white;
  607. padding: 12px;
  608. border-radius: 10px;
  609. font-size: 14px;
  610. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  611. margin-bottom: 10px;
  612. overflow: hidden;
  613. .title {
  614. margin-bottom: 9px;
  615. float: left;
  616. width: 80%;
  617. }
  618. .state {
  619. float: right;
  620. font-size: 14px;
  621. .icon {
  622. color: #abacb0;
  623. font-weight: bold;
  624. }
  625. .del{
  626. font-size: 20px;
  627. color: #F44336;
  628. }
  629. }
  630. .pic {
  631. float: left;
  632. width: 75px;
  633. height: 75px;
  634. border-radius: 3px;
  635. }
  636. .con {
  637. float: left;
  638. width: 70%;
  639. padding-left: 10px;
  640. color: $font-c;
  641. .desc {
  642. padding-top: 7px;
  643. color: #a0a2a6;
  644. text {
  645. padding-right: 15px;
  646. }
  647. }
  648. .price {
  649. padding-top: 7px;
  650. font-size: 16px;
  651. color: #ff5722;
  652. font-weight: bold;
  653. }
  654. .buy {
  655. float: right;
  656. width: 32px;
  657. height: 32px;
  658. border-radius: 50%;
  659. background-color: $main-color;
  660. color: white;
  661. text-align: center;
  662. line-height: 33px;
  663. font-size: 18px;
  664. margin-top: -32px;
  665. margin-right: -11px;
  666. }
  667. }
  668. .op{
  669. margin-top: 12px;
  670. border-top: 1px solid $line;
  671. color: #a0a2a6;
  672. padding-top: 10px;
  673. overflow: hidden;
  674. .date{
  675. float: left;
  676. margin-top: 6px;
  677. }
  678. .an{
  679. float: right;
  680. margin-left: 15px;
  681. margin-top: 4px;
  682. font-weight: bold;
  683. }
  684. }
  685. }
  686. }
  687. .box {
  688. margin-top: 10px;
  689. border-radius: 10px;
  690. padding: 1px 12px 0px 12px;
  691. background-color: white;
  692. color: $font-c;
  693. }
  694. .order_detail {
  695. .item {
  696. padding: 12px 8px 12px 8px;
  697. border-bottom: 1px solid $line;
  698. overflow: hidden;
  699. &:last-child {
  700. border: 0px;
  701. }
  702. .label {
  703. float: left;
  704. }
  705. .desc {
  706. float: right;
  707. width: 60%;
  708. text-align: right;
  709. }
  710. input {
  711. width: 60%;
  712. text-align: right;
  713. font-size: 15px;
  714. float: right;
  715. margin-top: -21px;
  716. }
  717. }
  718. }
  719. .product_detail {
  720. padding: 12px 12px 90px 12px;
  721. .pic {
  722. width: 100%;
  723. border-radius: 10px;
  724. }
  725. .box {
  726. margin-top: 10px;
  727. padding: 14px;
  728. .title {
  729. float: left;
  730. width: 70%;
  731. font-weight: bold;
  732. color: #192b20;
  733. }
  734. .price {
  735. float: right;
  736. font-size: 16px;
  737. color: #ff5722;
  738. font-weight: bold;
  739. }
  740. .item {
  741. padding-bottom: 10px;
  742. overflow: hidden;
  743. text {
  744. float: left;
  745. font-size: 14px;
  746. }
  747. .desc {
  748. width: 100px;
  749. }
  750. }
  751. .contents {
  752. font-size: 14px;
  753. line-height: 25px;
  754. }
  755. }
  756. }