join.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. @charset "UTF-8";
  2. .text-center.data-v-cfa6616e {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-cfa6616e {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-cfa6616e {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-cfa6616e {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-cfa6616e {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-cfa6616e {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-cfa6616e {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-cfa6616e {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-cfa6616e {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .top.data-v-cfa6616e {
  39. height: 200rpx;
  40. color: #fff;
  41. font-size: 32rpx;
  42. text-align: center;
  43. position: relative;
  44. }
  45. .top image.data-v-cfa6616e {
  46. width: 100%;
  47. height: 100%;
  48. }
  49. .title.data-v-cfa6616e {
  50. position: absolute;
  51. width: 100%;
  52. text-align: center;
  53. top: 35rpx;
  54. height: 35rpx;
  55. line-height: 35rpx;
  56. }
  57. .dare-name.data-v-cfa6616e {
  58. display: inline-block;
  59. width: 65%;
  60. overflow: hidden;
  61. text-overflow: ellipsis;
  62. white-space: nowrap;
  63. height: 35rpx;
  64. line-height: 35rpx;
  65. margin-bottom: -3rpx;
  66. }
  67. .time.data-v-cfa6616e {
  68. position: absolute;
  69. width: 100%;
  70. font-size: 26rpx;
  71. text-align: center;
  72. top: 80rpx;
  73. }
  74. .time.end-time.data-v-cfa6616e {
  75. top: 110rpx;
  76. }
  77. .msg.data-v-cfa6616e {
  78. height: 200rpx;
  79. width: 93.6%;
  80. background-color: white;
  81. margin: 0 24rpx;
  82. color: #999;
  83. text-align: center;
  84. font-size: 26rpx;
  85. padding: 40rpx 40rpx;
  86. border-radius: 16rpx;
  87. position: absolute;
  88. top: 160rpx;
  89. }
  90. .text.data-v-cfa6616e {
  91. margin-bottom: 18rpx;
  92. }
  93. .use-price.data-v-cfa6616e {
  94. font-size: 68rpx;
  95. font-family: 'DIN';
  96. color: #ff9d1e;
  97. margin-right: 6rpx;
  98. }
  99. .content.data-v-cfa6616e {
  100. background-color: white;
  101. margin-top: 180rpx;
  102. font-size: 30rpx;
  103. color: #999;
  104. padding-bottom: 50rpx;
  105. }
  106. .content-title.data-v-cfa6616e {
  107. padding-left: 24rpx;
  108. height: 87rpx;
  109. line-height: 87rpx;
  110. border-bottom: 1rpx solid #e2e2e2;
  111. color: #353535;
  112. }
  113. .content-body.data-v-cfa6616e {
  114. padding: 40rpx 56rpx 30rpx;
  115. }
  116. .content-num.data-v-cfa6616e {
  117. float: left;
  118. height: 80rpx;
  119. width: 40rpx;
  120. margin-right: 32rpx;
  121. }
  122. .content-num image.data-v-cfa6616e {
  123. height: 40rpx;
  124. width: 40rpx;
  125. }
  126. .step-title.data-v-cfa6616e {
  127. font-size: 32rpx;
  128. color: #353535;
  129. margin-bottom: 10rpx;
  130. }
  131. .join.data-v-cfa6616e {
  132. position: fixed;
  133. bottom: 0;
  134. height: 150rpx;
  135. width: 100%;
  136. background-color: white;
  137. padding: 35rpx 0;
  138. }
  139. .join-btn.data-v-cfa6616e {
  140. height: 80rpx;
  141. width: 702rpx;
  142. font-size: 34rpx;
  143. color: #fffefe;
  144. background: -webkit-linear-gradient(left, #ff9d1e, #ffb71e);
  145. background: linear-gradient(to right, #ff9d1e, #ffb71e);
  146. border-radius: 40rpx;
  147. }
  148. button.data-v-cfa6616e::after {
  149. border: none;
  150. }