activate.wxss 755 B

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