index.module.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .A0btn {
  2. position: absolute;
  3. bottom: 20px;
  4. left: 0;
  5. right: 0;
  6. display: 'flex';
  7. :global {
  8. .A0btnZhi {
  9. width: 90%;
  10. margin: 0 auto 15px;
  11. height: auto;
  12. position: relative;
  13. .A0btnZhi1 {
  14. position: absolute;
  15. width: 15px;
  16. left: 0%;
  17. top: -13px;
  18. z-index: 10;
  19. height: auto;
  20. transition: all 0.3s;
  21. }
  22. }
  23. .A0btnBox {
  24. display: flex;
  25. justify-content: center;
  26. & > div {
  27. margin: 0 8px;
  28. width: 84px;
  29. height: 42px;
  30. background-size: 100% 100%;
  31. color: var(--themeColor2);
  32. display: flex;
  33. justify-content: center;
  34. align-items: center;
  35. font-size: 16px;
  36. letter-spacing: 2px;
  37. }
  38. .A0btnRow {
  39. color: #2d0c05;
  40. }
  41. }
  42. }
  43. }
  44. .A0top {
  45. position: absolute;
  46. top: 0;
  47. left: 0;
  48. z-index: 20;
  49. width: 100%;
  50. :global {
  51. .A0topTit {
  52. padding: 0 15px;
  53. margin-top: 8px;
  54. text-align: center;
  55. letter-spacing: 2px;
  56. font-size: 14px;
  57. color: #e7e3c5;
  58. }
  59. }
  60. }