东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

156 lines
2.5KB

  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: 100%;
  79. text-align: center;
  80. left: 0;
  81. bottom: 15rpx;
  82. }
  83. .home>.btnBox>.btn {
  84. width: 278rpx;
  85. height: 47rpx;
  86. line-height: 47rpx;
  87. display: inline-block;
  88. background-color: #345489;
  89. margin: 0 10rpx;
  90. color: #fff;
  91. font-size: 21rpx;
  92. border-radius: 15rpx;
  93. }
  94. .home>.btnBox>.btn2 {
  95. position: absolute;
  96. width: 278rpx;
  97. height: 47rpx;
  98. left: 50%;
  99. margin-left: -282rpx;
  100. background-color: #000000;
  101. display: inline-block;
  102. opacity:0
  103. }
  104. .mask {
  105. position: absolute;
  106. left: 0;
  107. top: 0;
  108. width: 100%;
  109. height: 100%;
  110. display: flex;
  111. align-items: center;
  112. justify-content: center;
  113. background-color: rgba(0, 0, 0, 0.5);
  114. }
  115. .mask>.ruleContent {
  116. position: relative;
  117. width: 631rpx;
  118. height: 923rpx;
  119. border-radius: 20rpx;
  120. }
  121. .mask>.ruleContent>.rule {
  122. position: relative;
  123. width: 100%;
  124. height: 100%;
  125. overflow: auto;
  126. }
  127. .closeBtn {
  128. position: absolute;
  129. height: 40rpx;
  130. width: 40rpx;
  131. right:-40rpx;
  132. top:-40rpx;
  133. }
  134. /* use cross as close button */
  135. /* .closeBtn::before {
  136. content: "\2716";
  137. } */
  138. .ruleImg{
  139. width: 631rpx;
  140. height: 1160rpx;
  141. border-radius: 20rpx;
  142. }