东风启辰小程序端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

179 rindas
2.9KB

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