东风启辰小程序端
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.

183 lines
3.0KB

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