东风启辰小程序端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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: 6833rpx;
  13. }
  14. .home>.logo1 {
  15. position: absolute;
  16. top: 0;
  17. left: 50rpx;
  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. position: absolute;
  161. bottom: 68rpx;
  162. left: 50%;
  163. transform: translateX(-50%);
  164. width: 711rpx;
  165. height: 70rpx;
  166. }
  167. .starRuleTitle{
  168. width: 632rpx;
  169. height: 78rpx;
  170. }
  171. .bgGroup{
  172. position: relative;
  173. width: 750rpx;
  174. height: 6833rpx;
  175. }
  176. .newImages2-4{
  177. position: absolute;
  178. left: 50%;
  179. transform: translateX(-50%);
  180. bottom: 25rpx;
  181. width: 733rpx;
  182. height: 70rpx;
  183. }