index.wxss 893 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f8f8f8;
  5. }
  6. .one {
  7. background-color: #ffffff;
  8. padding: 10px 20px;
  9. }
  10. .text2 {
  11. position: relative;
  12. left: 270px;
  13. }
  14. .two {
  15. padding: 5px 20px;
  16. }
  17. .two_text {
  18. margin: 0 0 10px 0;
  19. }
  20. .text3 {
  21. font-size: 12px;
  22. color: #999;
  23. }
  24. .text4 {
  25. position: relative;
  26. left: 150px;
  27. font-size: 12px;
  28. color: #999;
  29. }
  30. .two_shop {
  31. background-color: #ffffff;
  32. padding: 10px 0;
  33. }
  34. .shop1 {
  35. width: 162px;
  36. height: 80px;
  37. margin: 0px 10px 10px 0;
  38. }
  39. .shop2 {
  40. width: 162px;
  41. height: 80px;
  42. margin: 0px 0px 10px 0;
  43. }
  44. .shop3 {
  45. width: 162px;
  46. height: 80px;
  47. margin: 0px 10px 0px 0;
  48. }
  49. .btn-area {
  50. position: relative;
  51. top: 20px;
  52. }
  53. .button {
  54. width: 300px !important;
  55. background-image: linear-gradient(to right, #fd3c1e, #c74df0);
  56. border-radius: 30px;
  57. color: #ffffff;
  58. text-align: center;
  59. font-size: small;
  60. }