style.scss 11 KB

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