about.less 906 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. html,
  2. body {
  3. margin: 0;
  4. border: none;
  5. padding: 0;
  6. height: 100%;
  7. }
  8. .about_pic {
  9. display: block;
  10. width: 100%;
  11. }
  12. .buy_btn {
  13. width: 6.7rem;
  14. height: 1rem;
  15. position: fixed;
  16. left: 0;
  17. right: 0;
  18. margin: 0 auto;
  19. bottom: .5rem;
  20. border-radius: 1rem;
  21. overflow: hidden;
  22. display: flex;
  23. .left {
  24. width: 3.35rem;
  25. height: 1rem;
  26. background: #fcd758;
  27. display: flex;
  28. flex-direction: column;
  29. justify-content: center;
  30. align-items: center;
  31. font-size: .3rem;
  32. color: #995916;
  33. .top {
  34. margin-bottom: .1rem;
  35. }
  36. }
  37. .right {
  38. width: 3.35rem;
  39. height: 1rem;
  40. background: #ff6a67;
  41. line-height: 1rem;
  42. color: #fff;
  43. font-size: .4rem;
  44. text-align: center;
  45. }
  46. .none {
  47. background: #929292;
  48. }
  49. }