index.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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-family: PingFangSC, PingFang SC;
  43. font-weight: 400;
  44. font-size: 24rpx;
  45. color: #000000;
  46. display: flex;
  47. align-items: center;
  48. }
  49. .line{
  50. height: 16rpx;
  51. border: 1rpx solid #000000;
  52. background-color: #000;
  53. }
  54. .rules-img{
  55. width: 24rpx;
  56. height: 27.51rpx;
  57. margin-right: 14rpx;
  58. }
  59. .registration{
  60. margin: 28rpx 0;
  61. display: flex;
  62. gap: 22rpx;
  63. }
  64. .registration-lf,.registration-ri{
  65. width: 50%;
  66. position: relative;
  67. }
  68. .lf-bg-img,.ri-bg-img{
  69. height: 160rpx;
  70. width: 100%;
  71. }
  72. .registration-img{
  73. width: 112rpx;
  74. height: 34rpx;
  75. position: absolute;
  76. top: 50%;
  77. left: 36rpx;
  78. transform: translateY(-50%);
  79. }
  80. .share-box{
  81. height: 438rpx;
  82. background: #FFFFFF;
  83. border-radius: 68rpx 68rpx 0rpx 0rpx;
  84. }