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

guessSecond.wxss 3.0KB

5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. /* pages/guessSecond/guessSecond.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .pageBg{
  14. position: absolute;
  15. left: 0;
  16. bottom: 0;
  17. width: 750rpx;
  18. height: 1506rpx;
  19. z-index: -1;
  20. }
  21. .drawBtn{
  22. width: 81rpx;
  23. height: 81rpx;
  24. position: fixed;
  25. right: 35rpx;
  26. top: 107rpx;
  27. }
  28. .yuyue{
  29. width: 81rpx;
  30. height: 81rpx;
  31. position: fixed;
  32. right: 35rpx;
  33. top: 214rpx;
  34. }
  35. .topGroup{
  36. position: relative;
  37. width: 677rpx;
  38. height: 405rpx;
  39. margin: 0 auto;
  40. margin-top: 100rpx;
  41. }
  42. .lookDetail{
  43. position: absolute;
  44. left: 52rpx;
  45. bottom: 60rpx;
  46. width: 230rpx;
  47. height: 30rpx;
  48. /* background-color: rgba(0,0,0,0.5); */
  49. }
  50. .newImages5-2{
  51. width: 100%;
  52. height: 100%;
  53. }
  54. .newImages5-1{
  55. position: absolute;
  56. left: 60rpx;
  57. bottom: 55rpx;
  58. width: 221rpx;
  59. height: 35rpx;
  60. }
  61. .newImages5-3{
  62. width: 634rpx;
  63. height: 170rpx;
  64. margin: 0 auto;
  65. margin-top: 60rpx;
  66. }
  67. .newImages5-4{
  68. width: 150rpx;
  69. height: 30rpx;
  70. margin: 0 auto;
  71. margin-top: 25rpx;
  72. }
  73. .selectFream{
  74. position: relative;
  75. margin-top: 10rpx;
  76. }
  77. .slideMask{
  78. position: absolute;
  79. left: 0;
  80. top: 0;
  81. width: 100%;
  82. height: 100%;
  83. opacity: 0;
  84. }
  85. .versions-19{
  86. width: 535rpx;
  87. height: 137rpx;
  88. margin: 0 auto;
  89. margin-left: 124rpx;
  90. }
  91. .priceGroup{
  92. position: absolute;
  93. top: 18rpx;
  94. left: 154rpx;
  95. width: 60rpx;
  96. height: 100rpx;
  97. display: flex;
  98. align-items: center;
  99. justify-content: center;
  100. overflow: hidden;
  101. }
  102. .priceImg{
  103. width: 36rpx;
  104. height: 43rpx;
  105. }
  106. .priceImg2,.priceImg3{
  107. position: absolute;
  108. left: 50%;
  109. transform: translateX(-50%);
  110. top: -23rpx;
  111. }
  112. .priceImg3{
  113. top: auto;
  114. bottom: -23rpx;
  115. }
  116. .newImages5-5{
  117. position: absolute;
  118. left: 50%;
  119. transform: translateX(-50%);
  120. bottom: 50rpx;
  121. width: 711rpx;
  122. height: 70rpx;
  123. }
  124. .ruleFrame{
  125. position: fixed;
  126. top:0;
  127. left: 0;
  128. height: calc(100vh - 120rpx);
  129. overflow: auto;
  130. }
  131. .ruleFrame2{
  132. width: 100%;
  133. display: flex;
  134. align-items: center;
  135. justify-content: center;
  136. background-color: rgba(0,0,0,0.5);
  137. z-index: 9;
  138. }
  139. .gameRule{
  140. width: 750rpx;
  141. height: 2505rpx;
  142. margin-top: -1rpx;
  143. }
  144. .closeRule{
  145. position: fixed;
  146. right: 70rpx;
  147. top: 102rpx;
  148. width: 56rpx;
  149. height: 57rpx;
  150. }
  151. .prizeWindow{
  152. position: relative;
  153. width: 501rpx;
  154. height: 620rpx;
  155. }
  156. .prizeWindowBg{
  157. width: 100%;
  158. height: 100%;
  159. }
  160. .prizeGroup{
  161. position: absolute;
  162. left: 0;
  163. top: 0;
  164. width: 100%;
  165. height: 100%;
  166. display: flex;
  167. flex-direction: column;
  168. align-items: center;
  169. }
  170. .prizeWindowClose{
  171. position: absolute;
  172. top: -32rpx;
  173. right: -32rpx;
  174. width: 42rpx;
  175. height: 42rpx;
  176. }
  177. .prizeImg{
  178. margin-top: 85rpx;
  179. width:347rpx;
  180. height: 256rpx;
  181. }
  182. .prizeTip{
  183. margin-top: 44rpx;
  184. width: 362rpx;
  185. height: 66rpx;
  186. }
  187. .prizeBtn{
  188. margin-top: 43rpx;
  189. width: 388rpx;
  190. height: 60rpx;
  191. }
  192. .prizeImg2{
  193. width: 416rpx;
  194. height: 282rpx;
  195. margin-top: 85rpx;
  196. }
  197. .prizeImg3{
  198. width: 294rpx;
  199. height: 100rpx;
  200. margin-top: 85rpx;
  201. margin-bottom: 6rpx;
  202. }