wechat.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .wechat {
  2. width: 100%;
  3. height: 100%;
  4. background: #EEFFEC;
  5. display: block;
  6. }
  7. .wechat_box {
  8. width: 100%;
  9. height: 100%;
  10. display: block;
  11. /* position: relative; */
  12. }
  13. .wechat_bg {
  14. width: 753rpx;
  15. height: 1018rpx;
  16. position: absolute;
  17. top: 60rpx;
  18. left: 0;
  19. }
  20. .wechat_title {
  21. color: #0d0d0d;
  22. font-size: 40rpx;
  23. display: flex;
  24. flex-direction: column;
  25. position: absolute;
  26. top: 380rpx;
  27. width: 750rpx;
  28. }
  29. .wechat_title text {
  30. margin-bottom: 23rpx;
  31. text-align: center;
  32. }
  33. .contact-btn {
  34. width: 499rpx;
  35. height: 112rpx;
  36. background: #5fd250;
  37. color: #fff;
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. font-size: 45rpx;
  42. border-radius: 64rpx;
  43. margin: 605rpx auto;
  44. }
  45. .copy_wechat_btn {
  46. width: 499rpx;
  47. height: 112rpx;
  48. background: #ff9312;
  49. color: #fff;
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. font-size: 45rpx;
  54. border-radius: 64rpx;
  55. position: absolute;
  56. top: 794rpx;
  57. margin: 0 auto;
  58. left: 0;
  59. right: 0;
  60. }
  61. .wechat_tip {
  62. color: #af3c00;
  63. font-size: 22rpx;
  64. display: flex;
  65. flex-direction: column;
  66. align-items: center;
  67. justify-content: center;
  68. position: absolute;
  69. top: 940rpx;
  70. width: 375rpx;
  71. margin: 0 auto;
  72. left: 0;
  73. right: 0;
  74. }
  75. .wechat_tip text {
  76. margin-bottom: 3rpx;
  77. }