about.less 1.0 KB

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