parkour.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  1. body {
  2. display: none;
  3. left: 0;
  4. top: 0;
  5. margin: 0;
  6. overflow: hidden;
  7. width: 100%;
  8. height: 100%;
  9. }
  10. #container {
  11. height: 100%;
  12. }
  13. ul {
  14. margin: 0;
  15. padding: 0;
  16. }
  17. li {
  18. list-style-type: none;
  19. }
  20. #view-game {
  21. display: none;
  22. }
  23. /* #score-head {
  24. background: url(../img/game_head_bg.png) no-repeat;
  25. background-size: 100%;
  26. font-weight: bold;
  27. color: #FFF;
  28. font-size: 22px;
  29. } */
  30. #score-head .score {
  31. position: absolute;
  32. left: 16%;
  33. top: 21%;
  34. width: 20%;
  35. text-align: center;
  36. }
  37. #score-head .time {
  38. position: absolute;
  39. right: 10%;
  40. top: 19%;
  41. width: 20%;
  42. text-align: center;
  43. }
  44. .runway-contaienr {
  45. width: 100%;
  46. font-size: 0;
  47. position: absolute;
  48. bottom: 0;
  49. /* transition: bottom 30ms linear;
  50. -webkit-transition: bottom 30ms linear;*/
  51. }
  52. .runway-lines {
  53. position: relative;
  54. background: url(../img/person_nm_1.png) repeat-y;
  55. background-size: 100%;
  56. }
  57. .runway-lines .text-start-line {
  58. font-size: 18px;
  59. color: #fd9c92;
  60. position: absolute;
  61. left: 10px;
  62. bottom: 5px;
  63. }
  64. .runway-lines .scale-list {
  65. position: absolute;
  66. left: 0;
  67. bottom: 0;
  68. padding: 0;
  69. }
  70. .runway-lines .scale-list .scale-item {
  71. line-height: 22px;
  72. font-size: 18px;
  73. color: #d26b60;
  74. }
  75. .runway-line {
  76. position: relative;
  77. width: 33.33%;
  78. display: inline-block;
  79. }
  80. .runway-line .item {
  81. position: absolute;
  82. height: 80px;
  83. background-color: black;
  84. background-size: 100% !important;
  85. }
  86. .runway-line .item.star {
  87. background: url(../img/article/star.png) no-repeat;
  88. width: 40%;
  89. left: 30%;
  90. height: 0.9%;
  91. }
  92. .runway-line .item.speed {
  93. background: url(../img/article/accelerator.png) no-repeat;
  94. width: 34%;
  95. left: 33%;
  96. height: 0.9%;
  97. }
  98. .runway-line .item.roadblock {
  99. background: url(../img/article/roadblock.png) no-repeat;
  100. width: 70%;
  101. left: 15%;
  102. height: 0.7%;
  103. }
  104. .runway-line .item.bomb {
  105. background: url(../img/article/bomb1.png) no-repeat;
  106. width: 60%;
  107. left: 20%;
  108. height: 1.3%;
  109. }
  110. .runway-line .item.pool {
  111. background: url(../img/article/pool1.png) no-repeat;
  112. width: 70%;
  113. left: 15%;
  114. height: 0.8%;
  115. }
  116. .runway-line .item.car {
  117. background: url(../img/article/car1.png) no-repeat;
  118. width: 50%;
  119. left: 25%;
  120. height: 0.9%;
  121. }
  122. #running-man {
  123. width: 20%;
  124. height: 17%;
  125. position: absolute;
  126. bottom: 0px;
  127. left: 40%;
  128. transition: left 50ms linear;
  129. -webkit-transition: left 50ms linear;
  130. background-size: 100% !important;
  131. }
  132. #running-man.nm-1 {
  133. background: url(../img/person_nm_1.png) no-repeat;
  134. }
  135. #running-man.nm-2 {
  136. background: url(../img/person_nm_2.png) no-repeat;
  137. }
  138. #running-man.sp-1 {
  139. background: url(../img/person_sp_1.png) no-repeat;
  140. }
  141. #running-man.sp-2 {
  142. background: url(../img/person_sp_2.png) no-repeat;
  143. }
  144. #running-man.sl-1 {
  145. background: url(../img/person_sl_1.png) no-repeat;
  146. }
  147. #running-man.sl-2 {
  148. background: url(../img/person_sl_2.png) no-repeat;
  149. }
  150. #running-man.st-1 {
  151. background: url(../img/person_st_1.png) no-repeat;
  152. }
  153. #running-man.st-2 {
  154. background: url(../img/person_st_2.png) no-repeat;
  155. }
  156. #running-man.die-1 {
  157. background: url(../img/person_die_1.png) no-repeat;
  158. }
  159. #running-man.die-2 {
  160. background: url(../img/person_die_2.png) no-repeat;
  161. }
  162. #running-man.left {
  163. left: 6.67%;
  164. }
  165. #running-man.right {
  166. left: 73.33%;
  167. }
  168. #destination-line {
  169. position: absolute;
  170. width: 100%;
  171. height: 1.5%;
  172. left: 0;
  173. background: url(../img/destination_bg.png) no-repeat bottom;
  174. background-size: 100%;
  175. }
  176. #start-point {
  177. background: url(../img/person_nm_1.png) no-repeat;
  178. background-size: 100%;
  179. }
  180. #count-down {
  181. display: none;
  182. position: absolute;
  183. width: 20%;
  184. z-index: 1;
  185. left: 40%;
  186. top: 40%;
  187. height: 20%;
  188. }
  189. #count-down.bg-3 {
  190. background: url(../img/countdown_bg_3.png) no-repeat;
  191. background-size: 100%;
  192. }
  193. #count-down.bg-2 {
  194. background: url(../img/countdown_bg_2.png) no-repeat;
  195. background-size: 100%;
  196. }
  197. #count-down.bg-1 {
  198. background: url(../img/countdown_bg_1.png) no-repeat;
  199. background-size: 100%;
  200. }
  201. #obstacle-prompt {
  202. display: none;
  203. position: absolute;
  204. width: 46%;
  205. height: 16%;
  206. left: 27%;
  207. top: 30%;
  208. border-radius: 12px;
  209. background-color: rgba(0, 0, 0, .5);
  210. }
  211. #obstacle-prompt .obstacle-name {
  212. text-align: center;
  213. font-size: 20px;
  214. font-weight: 700;
  215. color: #c95d51;
  216. margin-top: 10%;
  217. }
  218. #obstacle-prompt .time {
  219. text-align: center;
  220. color: #FFF;
  221. margin-top: 2%;
  222. font-size: 30px;
  223. font-weight: bold;
  224. }
  225. /*操作层*/
  226. #view-main {
  227. position: relative;
  228. background: url(../images/bg.gif) repeat-y;
  229. background-size: 100%;
  230. height: 100%;
  231. }
  232. #btn-begin {
  233. position: absolute;
  234. width: 53%;
  235. height: 25%;
  236. top: 66%;
  237. left: 10%;
  238. }
  239. /*弹出窗口*/
  240. #popup-container {
  241. display: none;
  242. position: absolute;
  243. left: 0;
  244. top: 0;
  245. width: 100%;
  246. height: 100%;
  247. background: rgba(0, 0, 0, 0.6);
  248. z-index: 1;
  249. }
  250. #popup-lucky {
  251. position: absolute;
  252. width: 90%;
  253. height: 85%;
  254. top: 8%;
  255. left: 5%;
  256. background: url(../img/lucky_main.png) no-repeat;
  257. background-size: 100%;
  258. }
  259. #popup-lucky .btn-close {
  260. position: absolute;
  261. width: 12%;
  262. height: 10%;
  263. right: 0;
  264. top: 4%;
  265. }
  266. #popup-lucky .point-num {
  267. position: absolute;
  268. width: 20%;
  269. right: 15%;
  270. top: 21.7%;
  271. font-size: 18px;
  272. font-weight: 700;
  273. color: #ff933c;
  274. text-align: right;
  275. }
  276. #popup-lucky .game-container {
  277. position: absolute;
  278. width: 72%;
  279. height: 22.2%;
  280. left: 13.8%;
  281. top: 36%;
  282. }
  283. #popup-lucky .game-container .game-item {
  284. position: relative;
  285. display: inline-block;
  286. height: 100%;
  287. width: 33%;
  288. margin-left: 0.5%;
  289. -webkit-transition: all .5s linear;
  290. transition: all .5s linear;
  291. }
  292. #popup-lucky .game-container .game-item:first-child {
  293. margin-left: 0;
  294. }
  295. #popup-lucky .game-container .game-item img {
  296. width: 100%;
  297. }
  298. #popup-lucky .game-container .game-item.back {
  299. transform: rotateY(90deg);
  300. -webkit-transform: rotateY(90deg);
  301. }
  302. #popup-lucky .btn-begin-luck {
  303. position: absolute;
  304. width: 54%;
  305. left: 23%;
  306. height: 17%;
  307. background: url(../img/lucky_btn_begin.png) no-repeat;
  308. background-size: 100%;
  309. bottom: 16%;
  310. }
  311. #popup-lucky .btn-begin-luck.loading {
  312. background: url(../img/lucky_btn_loading.png) no-repeat;
  313. background-size: 100%;
  314. }
  315. #popup-lucky .btn-show-gift {
  316. position: absolute;
  317. width: 40%;
  318. left: 30%;
  319. height: 10%;
  320. bottom: 5%;
  321. }
  322. #show {
  323. position: absolute;
  324. width: 100%;
  325. height: 85%;
  326. top: 20%;
  327. left: 10%;
  328. z-index: 100;
  329. /* background: url(../img/show.png) no-repeat;
  330. background-size: 100%;
  331. color: #ff933c;
  332. font-weight: bold;
  333. display: none; */
  334. z-index: 100;
  335. }
  336. #popup-game-result .btn-close {
  337. position: absolute;
  338. width: 12%;
  339. height: 10%;
  340. right: 0;
  341. top: 4%;
  342. }
  343. #popup-game-result .btn-ok {
  344. position: absolute;
  345. width: 48%;
  346. height: 11%;
  347. left: 26%;
  348. bottom: 9%;
  349. }
  350. #popup-game-result .base-score {
  351. position: absolute;
  352. font-size: 18px;
  353. text-align: right;
  354. right: 10%;
  355. top: 31%;
  356. }
  357. #popup-game-result .game-score {
  358. position: absolute;
  359. font-size: 18px;
  360. text-align: right;
  361. right: 10%;
  362. top: 43%;
  363. }
  364. #popup-game-result .time-score {
  365. position: absolute;
  366. font-size: 18px;
  367. text-align: right;
  368. right: 10%;
  369. top: 55%;
  370. }
  371. #popup-game-result .game-total-score {
  372. font-size: 22px;
  373. text-align: center;
  374. margin-top: 82%;
  375. }
  376. #popup-my-gift {
  377. position: absolute;
  378. width: 90%;
  379. height: 85%;
  380. top: 8%;
  381. left: 5%;
  382. background: url(../img/mygift_bg.png) no-repeat;
  383. background-size: 100%;
  384. }
  385. #popup-my-gift .btn-close {
  386. position: absolute;
  387. width: 12%;
  388. height: 10%;
  389. right: 0;
  390. top: 4%;
  391. }
  392. #popup-my-gift .btn-ensure {
  393. position: absolute;
  394. width: 48%;
  395. height: 11%;
  396. left: 26%;
  397. bottom: 9%;
  398. }
  399. #popup-my-gift .gift-list {
  400. position: absolute;
  401. width: 80%;
  402. height: 50%;
  403. left: 10%;
  404. top: 29%;
  405. overflow-y: auto;
  406. }
  407. #popup-my-gift .gift-list li {
  408. overflow: hidden;
  409. font-size: 18px;
  410. line-height: 40px;
  411. border-bottom: 2px dotted #c2c2c2;
  412. }
  413. #popup-my-gift .gift-list .name {
  414. float: left;
  415. }
  416. #popup-my-gift .gift-list .num {
  417. float: right;
  418. }
  419. #get-life {
  420. display: none;
  421. position: absolute;
  422. top: 0;
  423. left: 0;
  424. width: 100%;
  425. height: 100%;
  426. background-color: rgba(0, 0, 0, .8);
  427. z-index: 1;
  428. }
  429. #get-life img {
  430. position: absolute;
  431. width: 88%;
  432. left: 6%;
  433. }
  434. #loading {
  435. display: none;
  436. position: absolute;
  437. width: 14%;
  438. height: 30%;
  439. top: 40%;
  440. left: 43%;
  441. }
  442. #loading img {
  443. width: 100%;
  444. -webkit-animation: loadingRotate .5s linear infinite;
  445. -moz-animation: loadingRotate .5s linear infinite;
  446. -ms-animation: loadingRotate .5s linear infinite;
  447. -o-animation: loadingRotate .5s linear infinite;
  448. animation: loadingRotate .5s linear infinite;
  449. }
  450. @keyframes loadingRotate {
  451. from {
  452. transform: rotate(0deg);
  453. -webkit-transform: rotate(0deg);
  454. }
  455. to {
  456. transform: rotate(360deg);
  457. -webkit-transform: rotate(0deg);
  458. }
  459. }
  460. #popup-secondary {
  461. display: none;
  462. position: absolute;
  463. left: 0;
  464. top: 0;
  465. width: 100%;
  466. height: 100%;
  467. background: rgba(0, 0, 0, 0.6);
  468. z-index: 2;
  469. }
  470. #popup-secondary .secondary-popup-item {
  471. display: none;
  472. }
  473. #gift-list {
  474. position: absolute;
  475. width: 80%;
  476. left: 10%;
  477. top: 10%;
  478. background: url(../img/gift_list_bg.png) no-repeat;
  479. background-size: 100%;
  480. }
  481. #gift-list .close-btn {
  482. position: absolute;
  483. width: 50%;
  484. left: 25%;
  485. bottom: 4%;
  486. height: 9%;
  487. }
  488. #gift-list .content-list {
  489. position: absolute;
  490. width: 96%;
  491. height: 72%;
  492. left: 2%;
  493. top: 13%;
  494. font-size: 16px;
  495. line-height: 25px;
  496. overflow-y: auto;
  497. -webkit-overflow-scrolling: touch;
  498. }
  499. #gift-list .content-list img {
  500. width: 100%;
  501. }
  502. #draw-result {
  503. position: absolute;
  504. width: 90%;
  505. left: 5%;
  506. top: 10%;
  507. background: url(../img/draw_result.png) no-repeat;
  508. background-size: 100%;
  509. }
  510. #draw-result .btn-close {
  511. position: absolute;
  512. width: 50%;
  513. left: 25%;
  514. bottom: 13%;
  515. height: 15%;
  516. }
  517. #draw-result .text {
  518. text-align: center;
  519. color: #FFF;
  520. margin-top: 41%;
  521. font-weight: bold;
  522. }
  523. #draw-failed {
  524. position: absolute;
  525. width: 80%;
  526. left: 10%;
  527. top: 20%;
  528. background: url(../img/draw_failed_bg.png) no-repeat;
  529. background-size: 100%;
  530. }
  531. #draw-failed .btn-close {
  532. position: absolute;
  533. width: 50%;
  534. left: 25%;
  535. bottom: 15%;
  536. height: 15%;
  537. }
  538. #draw-result-real {
  539. position: absolute;
  540. width: 90%;
  541. left: 5%;
  542. top: 10%;
  543. background: url(../img/draw_result_real.png) no-repeat;
  544. background-size: 100%;
  545. }
  546. #draw-result-real .btn-close {
  547. position: absolute;
  548. width: 12%;
  549. height: 10%;
  550. right: 0;
  551. top: 4%;
  552. }
  553. #draw-result-real .btn-submit {
  554. position: absolute;
  555. width: 68%;
  556. height: 10%;
  557. left: 16%;
  558. bottom: 6%;
  559. }
  560. #draw-result-real .text {
  561. text-align: center;
  562. font-size: 26px;
  563. color: #FFF;
  564. margin-top: 40%;
  565. font-weight: bold;
  566. }
  567. #user-info {
  568. position: relative;
  569. text-align: center;
  570. margin-top: 20%;
  571. height: 35%;
  572. }
  573. #user-info .draw-result-input {
  574. width: 80%;
  575. border: 1px solid #49b121;
  576. line-height: 40px;
  577. border-radius: 5px;
  578. margin: 10px 0 0 0;
  579. padding: 0 5px;
  580. background-color: #FFF;
  581. color: #333;
  582. height: 23%;
  583. }
  584. #user-info .input-arrow {
  585. position: absolute;
  586. right: 11%;
  587. bottom: 16%;
  588. font-size: 16px;
  589. font-weight: bold;
  590. color: #666666;
  591. width: 3%;
  592. height: 12%;
  593. background: url(../img/input_arrow.png) bottom no-repeat;
  594. background-size: 100%;
  595. }
  596. #user-expr-container {
  597. height: 23%;
  598. }
  599. /*帮助页面*/
  600. #help-view {
  601. height: 100%;
  602. width: 100%;
  603. background: url(../img/help_bg.jpg) bottom repeat-y;
  604. background-size: 100%;
  605. }
  606. #help-head {
  607. background: url(../img/help_head.png) no-repeat;
  608. background-size: 100%;
  609. }
  610. #help-head .text {
  611. font-weight: bold;
  612. color: #FFF;
  613. font-size: 26px;
  614. text-align: center;
  615. margin-top: 3.5%;
  616. text-shadow: #000 1px 1px 5px;
  617. overflow: hidden;
  618. text-overflow: ellipsis;
  619. white-space: nowrap;
  620. padding: 0 10%;
  621. }
  622. .help-operator {
  623. position: absolute;
  624. width: 90%;
  625. left: 5%;
  626. top: 14%;
  627. background: url(../img/help_opr_bg.png) no-repeat;
  628. background-size: 100%;
  629. }
  630. .help-operator .life-num {
  631. font-size: 34px;
  632. color: #FFF;
  633. margin-top: 19%;
  634. font-weight: bold;
  635. text-align: center;
  636. }
  637. .help-operator .prompt {
  638. text-align: center;
  639. font-size: 16px;
  640. color: #ff8d30;
  641. margin-top: 5%;
  642. }
  643. .help-operator .btn-add {
  644. height: 25%;
  645. width: 66%;
  646. margin: 4% auto 0 auto;
  647. background: url(../img/help_btn_add.png) no-repeat;
  648. background-size: 100%;
  649. }
  650. .help-operator .btn-join {
  651. height: 25%;
  652. width: 66%;
  653. margin: 4% auto 0 auto;
  654. background: url(../img/help_btn_join.png) no-repeat;
  655. background-size: 100%;
  656. }
  657. #help-after {
  658. display: none;
  659. background: url(../img/help_after_bg.png) no-repeat;
  660. background-size: 100%;
  661. }
  662. #help-broadcast-container {
  663. position: absolute;
  664. width: 90%;
  665. height: 10%;
  666. left: 5%;
  667. top: 61%;
  668. background: url(../img/help_broadcast_bg.png) no-repeat;
  669. background-size: 100%;
  670. overflow: hidden;
  671. }
  672. #help-broadcast {
  673. visibility: hidden;
  674. overflow: hidden;
  675. margin-left: 10%;
  676. width: 90%;
  677. }
  678. #help-broadcast .broadcast-wrapper {
  679. overflow: hidden;
  680. -webkit-transition: margin-left .1s linear;
  681. transition: margin-left .1s linear;
  682. }
  683. #help-broadcast .broadcast-slide {
  684. color: #c76833;
  685. float: left;
  686. margin-right: 20px;
  687. height: 30px;
  688. line-height: 30px;
  689. font-size: 14px;
  690. }
  691. #help-btn-luck {
  692. position: absolute;
  693. background: url(../img/help_btn_luck.png) no-repeat;
  694. background-size: 100%;
  695. width: 52%;
  696. height: 10%;
  697. left: 24%;
  698. top: 68%;
  699. }
  700. #help-btn-friends {
  701. position: absolute;
  702. font-weight: 700;
  703. font-size: 18px;
  704. color: #da7e74;
  705. width: 32%;
  706. left: 0;
  707. bottom: 0;
  708. text-align: center;
  709. text-decoration: underline;
  710. padding: 5% 0;
  711. }
  712. #help-btn-friends .num {
  713. display: none;
  714. position: absolute;
  715. background-color: #FFF;
  716. color: #a03429;
  717. font-size: 12px;
  718. text-align: center;
  719. width: 15px;
  720. height: 15px;
  721. border-radius: 50%;
  722. right: 11%;
  723. top: 23%;
  724. }
  725. #help-btn-role {
  726. position: absolute;
  727. font-weight: 700;
  728. font-size: 18px;
  729. color: #da7e74;
  730. width: 32%;
  731. right: 0;
  732. bottom: 0;
  733. text-align: center;
  734. text-decoration: underline;
  735. padding: 5% 0;
  736. }
  737. #qrcode-view {
  738. display: none;
  739. width: 100%;
  740. height: 100%;
  741. background: url(../img/qrcode_bg.jpg) repeat-y bottom;
  742. background-size: 100%;
  743. }
  744. #qrcode-view .qrcode-content {
  745. position: absolute;
  746. width: 90%;
  747. height: 80%;
  748. left: 5%;
  749. top: 10%;
  750. background: url(../img/qrcode_img.png) no-repeat;
  751. background-size: 100%;
  752. text-align: center;
  753. }
  754. #qrcode-view img {
  755. width: 60%;
  756. margin-top: 44%;
  757. }
  758. #qrcode-view .qrcode-btn-rule {
  759. position: absolute;
  760. height: 10%;
  761. width: 60%;
  762. bottom: 7%;
  763. left: 20%;
  764. }
  765. #alert {
  766. display: none;
  767. position: absolute;
  768. top: 0;
  769. left: 0;
  770. background-color: rgba(0, 0, 0, .6);
  771. width: 100%;
  772. height: 100%;
  773. z-index: 2;
  774. }
  775. #alert .text {
  776. position: absolute;
  777. box-sizing: border-box;
  778. background-color: #FFF;
  779. width: 80%;
  780. left: 10%;
  781. top: 40%;
  782. color: #252525;
  783. font-size: 14px;
  784. text-align: center;
  785. padding: 20px 50px;
  786. border-radius: 10px;
  787. }
  788. #accident-prompt {
  789. visibility: hidden;
  790. position: absolute;
  791. left: 0;
  792. top: 0;
  793. width: 100%;
  794. height: 100%;
  795. background-color: rgba(0, 0, 0, .5);
  796. z-index: 2;
  797. }
  798. #accident-prompt .text {
  799. position: absolute;
  800. box-sizing: border-box;
  801. background-color: #FFF;
  802. width: 80%;
  803. left: 10%;
  804. top: 40%;
  805. color: #252525;
  806. font-size: 14px;
  807. text-align: center;
  808. padding: 20px 50px;
  809. border-radius: 10px;
  810. }
  811. #cur-point {
  812. position: absolute;
  813. overflow: hidden;
  814. top: 55%;
  815. font-size: 0;
  816. font-weight: 700;
  817. color: #FFF;
  818. width: 46%;
  819. left: 29%;
  820. }
  821. #cur-point img {
  822. width: 32px;
  823. float: left;
  824. }
  825. #cur-point .text {
  826. font-size: 16px;
  827. margin-top: 6px;
  828. float: left;
  829. }