activate.wxss 775 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .container {
  2. background-color: #F5E2BE;
  3. justify-content: flex-start;
  4. color: #1e1e1e;
  5. font-weight: 500;
  6. }
  7. .bg{
  8. width:100%;
  9. height:820rpx;
  10. position: fixed;
  11. bottom: 0;
  12. }
  13. .hand{
  14. width:60rpx;
  15. height:100rpx;
  16. position: fixed;
  17. right: 20rpx;
  18. top:0rpx;
  19. }
  20. .text1{
  21. margin-top: 125rpx;
  22. font-size:36rpx;
  23. width:217rpx;
  24. text-align: center;
  25. z-index: 10;
  26. }
  27. .text2{
  28. margin-top: 100rpx;
  29. font-size:44rpx;
  30. width:308rpx;
  31. text-align: center;
  32. z-index: 10;
  33. }
  34. .text3{
  35. font-size:36rpx;
  36. text-align: center;
  37. color:#7D2B25;
  38. z-index: 10;
  39. }
  40. .line{
  41. margin-top: 440rpx;
  42. width:600rpx;
  43. height:3rpx;
  44. background-color: #593613;
  45. z-index: 10;
  46. }
  47. .text4{
  48. margin-top: 40rpx;
  49. font-size:22rpx;
  50. width:560rpx;
  51. text-align: left;
  52. z-index: 10;
  53. }