rules.wxss 1001 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Page {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. text {
  6. display: flex;
  7. font-size: 32rpx;
  8. line-height: 46rpx;
  9. color: #666666;
  10. margin-left: 66rpx;
  11. margin-right: 66rpx;
  12. margin-bottom: 24rpx;
  13. }
  14. image {
  15. display: flex;
  16. width: 56rpx;
  17. height: 56rpx;
  18. margin-left: 66rpx;
  19. margin-top: 60rpx;
  20. }
  21. .title {
  22. font-size: 38rpx;
  23. font-weight: bold;
  24. color: #333333;
  25. margin-left: 140rpx;
  26. line-height: 56rpx;
  27. height: 56rpx;
  28. margin-top: -56rpx;
  29. }
  30. .subheading {
  31. font-size: 32rpx;
  32. color: #666666;
  33. margin-left: 66rpx;
  34. font-weight: 600;
  35. }
  36. .target {
  37. width: 100rpx;
  38. height: 46rpx;
  39. border-radius: 25rpx;
  40. border: 2rpx solid #8c5aeb;
  41. color: #8c5aeb;
  42. font-size: 26rpx;
  43. text-align: center;
  44. line-height: 46rpx;
  45. margin-left: 66rpx;
  46. }
  47. .target-text {
  48. margin-left: 186rpx;
  49. margin-top: -50rpx;
  50. }
  51. .first-line {
  52. margin-top: 26rpx;
  53. }
  54. .subheading-reward {
  55. margin-top: 38rpx;
  56. margin-bottom: 14rpx;
  57. }
  58. .subheading-gain-brains {
  59. margin-top: 28rpx;
  60. margin-bottom: 24rpx;
  61. }