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