index.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .index{
  2. height: 100%;
  3. flex: 1;
  4. display: flex;
  5. flex-direction: column;
  6. }
  7. .swiper-container {
  8. width: 100%;
  9. height: 620rpx;
  10. flex-shrink: 0;
  11. }
  12. .swiper-image {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .bg-color{
  17. background-color: #F7F7F7;
  18. border-radius: 60rpx 60rpx 0 0;
  19. margin-top: -90rpx;
  20. position: relative;
  21. z-index: 1;
  22. }
  23. .content{
  24. position: relative;
  25. margin: 0 32rpx 85rpx;
  26. top: -45rpx;
  27. }
  28. .card-box{
  29. background: #FFFFFF;
  30. border-radius: 28rpx;
  31. padding: 28rpx 40rpx 36rpx;
  32. }
  33. .rules-bg{
  34. background: rgba(246, 190, 32, 0.13);
  35. border-radius: 28rpx;
  36. padding: 12rpx 0;
  37. display: flex;
  38. align-items: center;
  39. justify-content: space-evenly;
  40. }
  41. .rules-item{
  42. font-weight: 400;
  43. font-size: 24rpx;
  44. color: #000000;
  45. display: flex;
  46. align-items: center;
  47. }
  48. .line{
  49. height: 16rpx;
  50. border: 1rpx solid #000000;
  51. background-color: #000;
  52. }
  53. .rules-img{
  54. width: 24rpx;
  55. height: 27.51rpx;
  56. margin-right: 14rpx;
  57. }
  58. .registration{
  59. margin: 28rpx 0;
  60. display: flex;
  61. gap: 22rpx;
  62. }
  63. .registration-lf,.registration-ri{
  64. width: 50%;
  65. position: relative;
  66. }
  67. .lf-bg-img,.ri-bg-img{
  68. height: 160rpx;
  69. width: 100%;
  70. }
  71. .registration-img{
  72. width: 112rpx;
  73. height: 34rpx;
  74. position: absolute;
  75. top: 50%;
  76. left: 36rpx;
  77. transform: translateY(-50%);
  78. }
  79. .share-box{
  80. height: 438rpx;
  81. background: #FFFFFF;
  82. border-radius: 68rpx 68rpx 0rpx 0rpx;
  83. }
  84. .ad-img{
  85. width: 100%;
  86. }