activate.wxss 976 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .bg{
  2. width: 100%;
  3. height:769rpx;
  4. position: fixed;
  5. bottom: 0;
  6. left:0;
  7. }
  8. .text0{
  9. font-size:36rpx;
  10. text-align: center;
  11. margin-top: 280rpx;
  12. z-index: 10;
  13. }
  14. .text1{
  15. font-size:44rpx;
  16. text-align: center;
  17. margin-top: 10rpx;
  18. z-index: 10;
  19. }
  20. .btn {
  21. width: 600rpx;
  22. height: 104rpx;
  23. background-color: #035834;
  24. border-radius: 14rpx;
  25. margin-top: 90rpx;
  26. z-index: 10;
  27. }
  28. .btn1 {
  29. width: 100%;
  30. height: 90rpx;
  31. background-color: #03AF69;
  32. border-radius: 14rpx;
  33. position:relative;
  34. top:0;
  35. font-size: 36rpx;
  36. text-align: center;
  37. line-height: 90rpx;
  38. color:#fff;
  39. }
  40. .line2{
  41. width: 600rpx;
  42. height:3rpx;
  43. background-color: #593613;
  44. margin-top:350rpx;
  45. z-index: 10;
  46. }
  47. .ipad{
  48. margin-top:140rpx;
  49. }
  50. .text3{
  51. font-size:22rpx;
  52. width:560rpx;
  53. margin-top: 40rpx;
  54. z-index: 10;
  55. font-weight: 400;
  56. }
  57. .buyOK{
  58. width: 106rpx;
  59. height:106rpx;
  60. margin-top: 120rpx;
  61. }
  62. .text4{
  63. font-size:64rpx;
  64. margin-top: 20rpx;
  65. font-weight: 500;
  66. }