activitydetail.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /* customer/pages/activitydetail/activitydetail.wxss */
  2. .page {
  3. width: 100%;
  4. height: 100vh;
  5. position: relative;
  6. overflow: auto;
  7. background-color: #fff;
  8. box-sizing: border-box;
  9. padding-bottom: 98rpx;
  10. }
  11. .a-title {
  12. font-size: 32rpx;
  13. font-weight: 700;
  14. color: #384855;
  15. padding: 20rpx 20rpx 10rpx;
  16. }
  17. .a-time {
  18. font-size: 24rpx;
  19. padding: 10rpx 20rpx 20rpx;
  20. display: flex;
  21. justify-content: space-between;
  22. }
  23. .a-turntable {
  24. width: 100%;
  25. overflow: hidden;
  26. position: relative;
  27. background: #f40039;
  28. }
  29. .d-bg-turntable {
  30. position: absolute;
  31. width: 100%;
  32. height: 100%;
  33. z-index: 0;
  34. }
  35. .a-fixed-bottom {
  36. position: fixed;
  37. bottom: 0rpx;
  38. left: 0rpx;
  39. width: 100%;
  40. height: 98rpx;
  41. display: flex;
  42. z-index: 99999;
  43. }
  44. .a-turntable-title {
  45. position: relative;
  46. z-index: 1;
  47. left: 50%;
  48. transform: translateX(-50%);
  49. margin-top: 20rpx;
  50. }
  51. .a-van-notice-bar {
  52. position: relative;
  53. z-index: 1;
  54. width: 70% !important;
  55. left: 50%;
  56. transform: translateX(-50%);
  57. }
  58. .a-lucky-wheel {
  59. display: flex;
  60. flex-direction: column;
  61. align-items: center;
  62. margin-top: 20rpx;
  63. position: relative;
  64. }
  65. .a-lucky-bottom {
  66. position: absolute;
  67. z-index: 9;
  68. bottom: -205rpx;
  69. width: 550rpx;
  70. }
  71. .flex-sub {
  72. flex: 1;
  73. }
  74. button {
  75. border-radius: 0rpx !important;
  76. }
  77. .color384855 {
  78. color: #384855;
  79. }
  80. .color249DFA {
  81. color: #249DFA;
  82. }
  83. .colorfff {
  84. color: #fff;
  85. }
  86. .bg249DFA {
  87. background-color: #249DFA;
  88. }
  89. .flex {
  90. display: flex;
  91. }
  92. .align-center {
  93. align-items: center;
  94. }
  95. .justify-center {
  96. justify-content: center;
  97. }
  98. .justify-start {
  99. justify-content: flex-start;
  100. }
  101. .flex-column {
  102. display: flex;
  103. flex-direction: column;
  104. position: relative;
  105. z-index: 9;
  106. margin-top: 280rpx;
  107. width: 95%;
  108. left: 50%;
  109. transform: translateX(-50%);
  110. box-sizing: border-box;
  111. padding: 20rpx;
  112. font-size: 24rpx;
  113. color: #fff;
  114. background-color: #DC0025;
  115. border-radius: 4rpx;
  116. margin-bottom: 40rpx;
  117. }
  118. .mt10 {
  119. margin-top: 10rpx;
  120. }
  121. .absolute-bottom {
  122. position: absolute;
  123. bottom: 0px;
  124. z-index: 1;
  125. width: 100%;
  126. height: 600rpx;
  127. }
  128. .phone {
  129. width: 26rpx;
  130. height: 26rpx;
  131. margin-right: 20rpx;
  132. }
  133. .a-lucky-btn {
  134. position: absolute;
  135. width: 250rpx;
  136. bottom: -240rpx;
  137. z-index: 9;
  138. }
  139. .a-lucky-text {
  140. position: absolute;
  141. width: 200rpx;
  142. bottom: -190rpx;
  143. z-index: 9;
  144. text-align: center;
  145. font-weight: 700;
  146. color: #A10700;
  147. }
  148. .font32 {
  149. font-size: 32rpx;
  150. }