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

guessSecondPrize.wxss 5.5KB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. /* pages/guessSecondPrize/guessSecondPrize.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. }
  20. .pageContent{
  21. position: absolute;
  22. left: 0;
  23. top: 0;
  24. right: 0;
  25. bottom: 0;
  26. overflow-x: hidden;
  27. }
  28. .drawBtn{
  29. width: 81rpx;
  30. height: 81rpx;
  31. position: fixed;
  32. right: 35rpx;
  33. top: 107rpx;
  34. }
  35. .yuyue{
  36. width: 81rpx;
  37. height: 81rpx;
  38. position: fixed;
  39. right: 35rpx;
  40. top: 214rpx;
  41. }
  42. .ruleFrame{
  43. position: fixed;
  44. top:0;
  45. left: 0;
  46. height: calc(100vh - 120rpx);
  47. overflow: auto;
  48. }
  49. .ruleFrame2{
  50. width: 100%;
  51. display: flex;
  52. align-items: center;
  53. justify-content: center;
  54. background-color: rgba(0,0,0,0.5);
  55. z-index: 9;
  56. }
  57. .tipWindow{
  58. position: relative;
  59. width: 501rpx;
  60. height: 470rpx;
  61. }
  62. .tipWindowBg{
  63. width: 100%;
  64. height: 100%;
  65. }
  66. .tipWindowClose{
  67. position: absolute;
  68. top: -32rpx;
  69. right: -32rpx;
  70. width: 42rpx;
  71. height: 42rpx;
  72. }
  73. .tipWindowBtn{
  74. position: absolute;
  75. left: 50%;
  76. transform: translateX(-50%);
  77. bottom: 60rpx;
  78. width: 390rpx;
  79. height: 60rpx;
  80. }
  81. .gameRule{
  82. width: 750rpx;
  83. height: 2511rpx;
  84. margin-top: -1rpx;
  85. }
  86. .closeRule{
  87. position: fixed;
  88. right: 70rpx;
  89. top: 102rpx;
  90. width: 56rpx;
  91. height: 57rpx;
  92. }
  93. .topGroup{
  94. position: relative;
  95. width: 711rpx;
  96. height: 440rpx;
  97. margin-left: auto;
  98. margin-right: 0;
  99. margin-top: 100rpx;
  100. }
  101. .lookDetail{
  102. position: absolute;
  103. left: 52rpx;
  104. bottom: 60rpx;
  105. width: 230rpx;
  106. height: 30rpx;
  107. /* background-color: rgba(0,0,0,0.5); */
  108. }
  109. .newImages5-2{
  110. width: 100%;
  111. height: 100%;
  112. }
  113. .newImages5-1{
  114. position: absolute;
  115. left: 60rpx;
  116. bottom: 55rpx;
  117. width: 221rpx;
  118. height: 35rpx;
  119. }
  120. .newImages5-28{
  121. width: 504rpx;
  122. height: 90rpx;
  123. margin:65rpx auto 25rpx;
  124. }
  125. .newImages5-30{
  126. position: absolute;
  127. left: 50%;
  128. transform: translateX(-50%);
  129. bottom: 50rpx;
  130. width: 711rpx;
  131. height: 70rpx;
  132. }
  133. .newImages4-22{
  134. width: 504rpx;
  135. height: 90rpx;
  136. margin: 0 auto;
  137. margin-top: 84rpx;
  138. }
  139. .newImages4-23{
  140. width: 567rpx;
  141. height: 145rpx;
  142. margin-left: 108rpx;
  143. margin-top: 24rpx;
  144. position: relative;
  145. overflow: hidden;
  146. }
  147. .newImages4-bg{
  148. width: 100%;
  149. height: 100%;
  150. }
  151. .inputPrice{
  152. position: absolute;
  153. left: -100%;
  154. top: 0;
  155. width: 5320rpx;
  156. height: 100%;
  157. line-height: 145rpx;
  158. font-size:24rpx;
  159. font-family:PingFangSC;
  160. font-weight:600;
  161. color:rgba(0,0,0,1);
  162. padding: 0 34rpx;
  163. box-sizing: border-box;
  164. }
  165. .newImages4-24{
  166. width: 506rpx;
  167. height: 70rpx;
  168. margin:0 auto;
  169. margin-top: 25rpx;
  170. }
  171. .inputFrame{
  172. position: absolute;
  173. left: 0;
  174. top: 0;
  175. width: 532rpx;
  176. height: 100%;
  177. line-height: 145rpx;
  178. font-size:77rpx;
  179. font-family:PingFangSC;
  180. font-weight:bold;
  181. color:rgba(0,0,0,1);
  182. padding: 0 34rpx;
  183. box-sizing: border-box;
  184. letter-spacing:36rpx;
  185. }
  186. .inputFrame2{
  187. position: absolute;
  188. top: 50%;
  189. transform: translateY(-50%);
  190. height: 77rpx;
  191. left: 34rpx;
  192. width: 1rpx;
  193. background-color: #000;
  194. animation: focus 0.9s linear infinite;
  195. }
  196. @keyframes focus {
  197. from {
  198. opacity: 1;
  199. }
  200. to {
  201. opacity: 0;
  202. }
  203. }
  204. .tipImg{
  205. width: 333rpx;
  206. height: 83rpx;
  207. position: absolute;
  208. left: 38%;
  209. top: 50%;
  210. transform: translate(-50%,-50%);
  211. }
  212. .newImages5-41{
  213. width: 480rpx;
  214. height: 41rpx;
  215. margin: 0 auto;
  216. margin-top: 63rpx;
  217. }
  218. .selectFream{
  219. position: relative;
  220. margin-top: 20rpx;
  221. }
  222. .versions-19{
  223. width: 535rpx;
  224. height: 137rpx;
  225. margin: 0 auto;
  226. margin-left: 124rpx;
  227. }
  228. .priceGroup{
  229. position: absolute;
  230. top: 18rpx;
  231. left: 154rpx;
  232. width: 60rpx;
  233. height: 100rpx;
  234. display: flex;
  235. align-items: center;
  236. justify-content: center;
  237. overflow: hidden;
  238. }
  239. .priceImg{
  240. width: 36rpx;
  241. height: 43rpx;
  242. }
  243. .priceImg2,.priceImg3{
  244. position: absolute;
  245. left: 50%;
  246. transform: translateX(-50%);
  247. top: -23rpx;
  248. }
  249. .priceImg3{
  250. top: auto;
  251. bottom: -23rpx;
  252. }
  253. .slideMask{
  254. position: absolute;
  255. left: 0;
  256. top: 0;
  257. width: 100%;
  258. height: 100%;
  259. opacity: 0;
  260. }
  261. .shareGroup{
  262. width: 505rpx;
  263. height: 70rpx;
  264. position: relative;
  265. margin: 0 auto;
  266. margin-top: 20rpx;
  267. margin-bottom: 37rpx;
  268. }
  269. .newImages5-42{
  270. width: 505rpx;
  271. height: 70rpx;
  272. }
  273. .dayGroup{
  274. position: relative;
  275. width: 553rpx;
  276. height: 53rpx;
  277. margin: 0 auto;
  278. }
  279. .newImages5-43{
  280. width: 100%;
  281. height: 100%;
  282. }
  283. .dayNum{
  284. position: absolute;
  285. left: 286rpx;
  286. top: 0;
  287. width: 84rpx;
  288. height: 53rpx;
  289. letter-spacing: 22rpx;
  290. font-size: 36rpx;
  291. line-height: 53rpx;
  292. color: white;
  293. text-align: center;
  294. }
  295. .cartogramGroup{
  296. position: relative;
  297. width: 500rpx;
  298. height: 619rpx;
  299. }
  300. .cartogramImg{
  301. width: 100%;
  302. height: 100%;
  303. }
  304. .shareBtn{
  305. position: absolute;
  306. left: 0;
  307. top: 0;
  308. width: 100%;
  309. height: 100%;
  310. margin: 0;
  311. padding: 0;
  312. opacity: 0;
  313. }.shareWindow{
  314. position: fixed;
  315. top:0;
  316. left: 0;
  317. width: 100%;
  318. height: calc(100vh - 120rpx);
  319. display: flex;
  320. align-items: center;
  321. justify-content: center;
  322. background-color: rgba(000, 000, 000, 0.5);
  323. }
  324. .shareWindowGroup{
  325. position: relative;
  326. width: 501rpx;
  327. height: 410rpx;
  328. }
  329. .versions-23{
  330. width: 100%;
  331. height: 100%;
  332. }
  333. .versions-22{
  334. position: absolute;
  335. left: 50%;
  336. transform: translateX(-50%);
  337. bottom: 60rpx;
  338. width: 388rpx;
  339. height: 59rpx;
  340. }
  341. .shareBtn2{
  342. position: absolute;
  343. left: 50%;
  344. transform: translateX(-50%);
  345. bottom: 60rpx;
  346. height: 54rpx;
  347. margin: 0;
  348. padding: 0;
  349. opacity: 0;
  350. }
  351. .versions-24{
  352. position: absolute;
  353. top: -42rpx;
  354. right: -42rpx;
  355. width: 42rpx;
  356. height: 42rpx;
  357. }
  358. .newImages5-82{
  359. width: 752rpx;
  360. height: 44rpx;
  361. margin: 0 auto;
  362. margin-top: 45rpx;
  363. }