东风启辰小程序端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

185 lines
3.0KB

  1. /* pages/star/star.wxss */
  2. view{
  3. -webkit-overflow-scrolling: touch;
  4. }
  5. .home {
  6. position: relative;
  7. height: 100%;
  8. overflow: auto;
  9. }
  10. .bg {
  11. width: 750rpx;
  12. height: 2814rpx;
  13. }
  14. .home>.logo1 {
  15. position: absolute;
  16. top: 0;
  17. left: 60rpx;
  18. width: 175rpx;
  19. height: 150rpx;
  20. }
  21. .home>.logo2 {
  22. position: absolute;
  23. top: 46rpx;
  24. right: 34rpx;
  25. width: 204rpx;
  26. height: 40rpx;
  27. }
  28. .ruleBtn {
  29. position: absolute;
  30. width: 153rpx;
  31. height: 46rpx;
  32. line-height: 46rpx;
  33. font-size: 24rpx;
  34. right: 0;
  35. top: 196rpx;
  36. color: #fff;
  37. background-color: rgba(35, 24, 21, 0.63);
  38. border-top-left-radius: 20rpx;
  39. border-bottom-left-radius: 20rpx;
  40. padding-left: 20rpx;
  41. box-sizing: border-box;
  42. }
  43. .ruleBtnColor{
  44. background-color: #345489;
  45. }
  46. .propagandaBox {
  47. position: absolute;
  48. width: 100%;
  49. height: 76rpx;
  50. top: 820rpx;
  51. left: 0;
  52. display: flex;
  53. justify-content: center;
  54. align-items: center;
  55. background-color: rgba(11, 40, 109, 0.79);
  56. }
  57. .propagandaBox>.text{
  58. color: #ffffff;
  59. font-size: 28rpx;
  60. }
  61. .numBox{
  62. display: inline-block;
  63. height: 55rpx;
  64. padding: 0 15rpx;
  65. }
  66. .numBox>.numFrame{
  67. width: 42rpx;
  68. height: 100%;
  69. display: inline-block;
  70. }
  71. .numBox>.numFrame2{
  72. width: 42rpx;
  73. height: 100%;
  74. margin-left: -42rpx;
  75. display: inline-block;
  76. }
  77. .home>.btnBox {
  78. position: absolute;
  79. width: 750rpx;
  80. text-align: center;
  81. left: 0;
  82. bottom: 15rpx;
  83. display: flex;
  84. align-items: center;
  85. justify-content: space-between;
  86. padding: 0 20rpx;
  87. box-sizing: border-box;
  88. }
  89. .home>.btnBox>.btn {
  90. width: 278rpx;
  91. height: 47rpx;
  92. line-height: 47rpx;
  93. display: inline-block;
  94. background-color: #345489;
  95. margin: 0 10rpx;
  96. color: #fff;
  97. font-size: 21rpx;
  98. border-radius: 15rpx;
  99. }
  100. .home>.btnBox>.btn2 {
  101. position: absolute;
  102. width: 278rpx;
  103. height: 47rpx;
  104. left: 50%;
  105. margin-left: -282rpx;
  106. background-color: #000000;
  107. display: inline-block;
  108. opacity:0
  109. }
  110. .mask {
  111. position: absolute;
  112. left: 0;
  113. top: 0;
  114. width: 100%;
  115. height: 100%;
  116. display: flex;
  117. align-items: center;
  118. justify-content: center;
  119. background-color: rgba(0, 0, 0, 0.5);
  120. }
  121. .mask>.ruleContent {
  122. position: relative;
  123. width: 632rpx;
  124. height: 763rpx;
  125. border-radius: 20rpx;
  126. background-color: white;
  127. }
  128. .mask>.ruleContent>.rule {
  129. position: relative;
  130. width: 563rpx;
  131. height: 586rpx;
  132. padding: 0 34rpx;
  133. padding-top: 42rpx;
  134. padding-bottom: 57rpx;
  135. overflow: auto;
  136. }
  137. .closeBtn {
  138. position: absolute;
  139. height: 40rpx;
  140. width: 40rpx;
  141. right:-40rpx;
  142. top:-40rpx;
  143. }
  144. /* use cross as close button */
  145. /* .closeBtn::before {
  146. content: "\2716";
  147. } */
  148. .ruleImg{
  149. width: 563rpx;
  150. height: 1045rpx;
  151. }
  152. .starRule{
  153. width: 81rpx;
  154. height: 81rpx;
  155. position: fixed;
  156. right: 29rpx;
  157. top: 175rpx;
  158. }
  159. .starBtn{
  160. width: 711rpx;
  161. height: 70rpx;
  162. margin:60rpx auto;
  163. }
  164. .starRuleTitle{
  165. width: 632rpx;
  166. height: 78rpx;
  167. }
  168. .bgGroup{
  169. position: relative;
  170. width: 750rpx;
  171. height: 2814rpx;
  172. }