style.scss 11 KB

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