style.min.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. * {
  2. margin: 0;
  3. padding: 0
  4. }
  5. ul, li {
  6. list-style: none
  7. }
  8. html {
  9. height: 100%;
  10. overflow: hidden
  11. }
  12. body {
  13. margin: 0;
  14. padding: 0;
  15. width: 100%;
  16. height: 100%;
  17. overflow: hidden;
  18. opacity: 0
  19. }
  20. .oddshadow {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. height: 100%;
  25. width: 12%;
  26. pointer-events: none;
  27. background-image: -webkit-gradient(linear, left top, right top, from(rgba(60, 60, 60, 0.4)), color-stop(40%, rgba(60, 60, 60, 0.2)), color-stop(60%, rgba(60, 60, 60, 0.1)), to(rgba(200, 200, 200, 0)))
  28. }
  29. .evenshadow {
  30. position: absolute;
  31. top: 0;
  32. right: 0;
  33. height: 100%;
  34. width: 20%;
  35. pointer-events: none;
  36. background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(60, 60, 60, 0.3)), color-stop(0.23, rgba(250, 250, 250, 0.05)), color-stop(0.28, rgba(255, 255, 255, 0.05)), color-stop(0.34, rgba(250, 250, 250, 0.05)), color-stop(0.54, rgba(50, 50, 50, 0.1)), color-stop(1, rgba(200, 200, 200, 0)))
  37. }
  38. .flipbook .p1 .oddshadow {
  39. background: none
  40. }
  41. .flipbook .plast .evenshadow {
  42. background: none
  43. }
  44. .loading {
  45. position: absolute;
  46. top: 0;
  47. width: 100%;
  48. height: 100%;
  49. background: #000;
  50. z-index: 999
  51. }
  52. .flipbook-panzoom {
  53. width: 100%;
  54. height: 100%;
  55. cursor: auto !important
  56. }
  57. .flipbook-viewport {
  58. height: 100%
  59. }
  60. .thickness {
  61. width: 0;
  62. background: url(../img/thickness.png) no-repeat right;
  63. height: 100%;
  64. position: absolute;
  65. background-size: 100% 100%;
  66. z-index: 50;
  67. -webkit-transition: width 500ms, right 500ms;
  68. -o-transition: width 500ms, right 500ms;
  69. transition: width 500ms, right 500ms
  70. }
  71. .thickness_left {
  72. width: 0;
  73. background: url(../img/thickness_left.png) no-repeat right;
  74. height: 100%;
  75. position: absolute;
  76. background-size: 100% 100%;
  77. z-index: 50;
  78. -webkit-transition: width 500ms, right 500ms;
  79. -o-transition: width 500ms, right 500ms;
  80. transition: width 500ms, right 500ms
  81. }
  82. .config .top_bar {
  83. position: absolute;
  84. top: 50px;
  85. width: 100%;
  86. text-align: center;
  87. font-size: 20px;
  88. color: #ffffff
  89. }
  90. .config .bottom_p .bottom_bar {
  91. position: absolute;
  92. z-index: 13;
  93. bottom: 15px;
  94. left: 0;
  95. right: 0;
  96. margin: auto;
  97. width: 420px;
  98. height: 50px;
  99. border-radius: 10px;
  100. background: rgba(0, 0, 0, 0.5);
  101. display: flex;
  102. justify-content: space-around;
  103. align-items: center
  104. }
  105. .config .bottom_p .bottom_bar .btnbox {
  106. width: 42px;
  107. height: 42px;
  108. line-height: 42px;
  109. text-align: center;
  110. border-radius: 10px;
  111. background-size: 30px 30px
  112. }
  113. .config .bottom_p .bottom_bar .btnbox:hover {
  114. background-color: rgba(0, 0, 0, 0.5) !important
  115. }
  116. .config .bottom_p .bottom_bar img {
  117. margin-top: 6px;
  118. width: 30px;
  119. height: 30px
  120. }
  121. .config .bottom_p .bottom_bar .btninput {
  122. width: 70px;
  123. height: 26px
  124. }
  125. .config .bottom_p .bottom_bar .btninput input {
  126. width: 100%;
  127. height: 26px;
  128. border-radius: 5px;
  129. outline: none;
  130. border: none;
  131. text-align: center;
  132. padding: 0
  133. }
  134. .config .bottom_p .thumbnail {
  135. background: url(../img/thumbnail.png) no-repeat center
  136. }
  137. .config .bottom_p .playpage {
  138. background: url(../img/bofang.png) no-repeat center
  139. }
  140. .config .bottom_p .shangyiye {
  141. background: url(../img/shangyiye.png) no-repeat center
  142. }
  143. .config .bottom_p .xiayiye {
  144. background: url(../img/xiayiye.png) no-repeat center
  145. }
  146. .config .bottom_p .flsize {
  147. background: url(../img/comiisfangda.png) no-repeat center
  148. }
  149. .config .bottom_p .bangzhu {
  150. background: url(../img/bangzhu.svg) no-repeat center
  151. }
  152. .config .bottom_v {
  153. background: rgba(0, 0, 0, 0.5);
  154. position: absolute;
  155. z-index: 12;
  156. bottom: 0;
  157. left: 0;
  158. right: 0;
  159. height: 50px;
  160. margin: auto
  161. }
  162. .config .bottom_v .bottom_bar {
  163. position: absolute;
  164. z-index: 13;
  165. top: 0;
  166. left: 0;
  167. right: 0;
  168. margin: auto;
  169. min-width: 300px;
  170. height: 50px;
  171. border-radius: 10px;
  172. display: flex;
  173. justify-content: space-around;
  174. align-items: center
  175. }
  176. .config .bottom_v .bottom_bar .btnbox {
  177. width: 42px;
  178. height: 42px;
  179. line-height: 42px;
  180. text-align: center;
  181. border-radius: 10px;
  182. background-size: 30px 30px !important
  183. }
  184. .config .bottom_v .bottom_bar img {
  185. margin-top: 6px;
  186. width: 30px;
  187. height: 30px
  188. }
  189. .config .bottom_v .bottom_bar .btninput {
  190. width: 70px;
  191. height: 26px
  192. }
  193. .config .bottom_v .bottom_bar .btninput input {
  194. width: 100%;
  195. height: 26px;
  196. border-radius: 5px;
  197. outline: none;
  198. border: none;
  199. text-align: center;
  200. padding: 0
  201. }
  202. .config .bottom_v .thumbnail {
  203. background: url(../img/thumbnail_v.png) no-repeat center
  204. }
  205. .config .bottom_v .playpage {
  206. background: url(../img/bofang_v.svg) no-repeat center
  207. }
  208. .config .bottom_v .shangyiye {
  209. background: url(../img/shangyiye_v.png) no-repeat center
  210. }
  211. .config .bottom_v .xiayiye {
  212. background: url(../img/xiayiye_v.png) no-repeat center
  213. }
  214. .config .bottom_v .flsize {
  215. background: url(../img/comiisfangda_v.png) no-repeat center
  216. }
  217. .config .bottom_v .bangzhu {
  218. background: url(../img/bangzhu_v.svg) no-repeat center
  219. }
  220. .config .thumbnail_box_p {
  221. display: none;
  222. position: absolute;
  223. z-index: 12;
  224. bottom: 70px;
  225. left: 0;
  226. right: 0;
  227. width: 100%;
  228. padding-left: 10px;
  229. padding-right: 10px;
  230. box-sizing: border-box;
  231. text-align: center;
  232. overflow: hidden;
  233. cursor: grab
  234. }
  235. .config .thumbnail_box_p .thumbnail_p {
  236. max-width: 100%;
  237. display: inline-block;
  238. border-radius: 8px;
  239. padding-top: 5px;
  240. padding-left: 5px;
  241. background: rgba(0, 0, 0, 0.5);
  242. overflow: hidden
  243. }
  244. .config .thumbnail_box_p ul {
  245. white-space: nowrap;
  246. display: inline-block;
  247. color: black
  248. }
  249. .config .thumbnail_box_p ul li {
  250. border-radius: 8px;
  251. margin-right: 5px;
  252. display: inline-block
  253. }
  254. .config .thumbnail_box_p ul li .pagebox {
  255. display: flex;
  256. overflow: hidden;
  257. border-radius: 5px;
  258. height: 70px
  259. }
  260. .config .thumbnail_box_p ul li .pagebox > div {
  261. width: 70px;
  262. height: 70px
  263. }
  264. .config .thumbnail_box_p ul .active {
  265. border: 2px solid #f6cd45
  266. }
  267. .config .thumbnail_box_p img {
  268. width: 100%;
  269. height: 100%
  270. }
  271. .config .thumbnail_box_v {
  272. display: none;
  273. position: absolute;
  274. z-index: 12;
  275. bottom: 0;
  276. left: 0;
  277. right: 0;
  278. top: 30%;
  279. margin: auto;
  280. background: #fff;
  281. border-radius: 20px 20px 0 0
  282. }
  283. .config .thumbnail_box_v .title {
  284. background: #f1f1f1;
  285. border-radius: 20px 20px 0 0;
  286. text-align: center
  287. }
  288. .config .thumbnail_box_v .off {
  289. position: absolute;
  290. right: 10px;
  291. top: 10px;
  292. width: 16px;
  293. border: 10px solid transparent
  294. }
  295. .config .thumbnail_box_v .box_list {
  296. position: absolute;
  297. top: 50px;
  298. bottom: 0;
  299. left: 0;
  300. right: 0;
  301. overflow: auto
  302. }
  303. .config .thumbnail_box_v ul {
  304. width: 100%;
  305. padding-left: 20px;
  306. box-sizing: border-box;
  307. overflow: auto
  308. }
  309. .config .thumbnail_box_v ul li {
  310. float: left;
  311. padding: 20px 20px 0 0;
  312. width: 50%;
  313. box-sizing: border-box
  314. }
  315. .config .thumbnail_box_v ul li .xv {
  316. position: relative;
  317. height: 0;
  318. padding-bottom: 100%
  319. }
  320. .config .thumbnail_box_v ul li .xv div {
  321. position: absolute;
  322. top: 0;
  323. bottom: 0;
  324. left: 0;
  325. right: 0;
  326. border-radius: 8px
  327. }
  328. .config .thumbnail_box_v ul li img {
  329. position: absolute;
  330. border-radius: 8px;
  331. width: 100%;
  332. height: 100%
  333. }
  334. .config .thumbnail_box_v ul .active .xv div {
  335. border: 2px solid #f6cd45;
  336. box-sizing: border-box
  337. }
  338. .config .help_p {
  339. display: none;
  340. position: absolute;
  341. top: 0;
  342. z-index: 11;
  343. width: 100%;
  344. height: 100%;
  345. background: rgba(0, 0, 0, 0.8);
  346. color: #ffffff;
  347. font-size: 12px
  348. }
  349. .config .help_p .helpbox {
  350. position: absolute;
  351. bottom: 65px;
  352. left: 0;
  353. right: 0;
  354. width: 420px;
  355. margin: auto;
  356. display: flex;
  357. justify-content: space-between;
  358. align-items: flex-end
  359. }
  360. .config .help_p .helpbox > div {
  361. width: 50px;
  362. text-align: center
  363. }
  364. .config .help_p .helpbox > div p {
  365. position: relative;
  366. left: -51px;
  367. width: 150px
  368. }
  369. .config .help_p .helpbox > div img {
  370. width: 15px
  371. }
  372. .config .help_p .helpbox .helpqr {
  373. position: absolute;
  374. right: -63px
  375. }
  376. .config .help_v {
  377. display: none;
  378. position: absolute;
  379. top: 0;
  380. z-index: 11;
  381. width: 100%;
  382. height: 100%;
  383. background: rgba(0, 0, 0, 0.8);
  384. color: #ffffff;
  385. font-size: 12px
  386. }
  387. .config .help_v .helpbox {
  388. position: absolute;
  389. bottom: 65px;
  390. left: 0;
  391. right: 0;
  392. min-width: 300px;
  393. margin: auto;
  394. display: flex;
  395. justify-content: space-around;
  396. align-items: flex-end
  397. }
  398. .config .help_v .helpbox > div {
  399. width: 50px;
  400. text-align: center
  401. }
  402. .config .help_v .helpbox > div p {
  403. position: relative;
  404. left: -51px;
  405. width: 150px
  406. }
  407. .config .help_v .helpbox > div img {
  408. width: 15px
  409. }
  410. .config .help_v .helpbox .helpqr {
  411. display: none;
  412. position: absolute;
  413. right: -63px
  414. }
  415. .config .help_m {
  416. display: none;
  417. position: absolute;
  418. z-index: 20;
  419. top: 0;
  420. width: 100%;
  421. height: 100%
  422. }
  423. .config .speed_p {
  424. position: absolute;
  425. right: 0;
  426. left: 0;
  427. margin: auto;
  428. width: 420px;
  429. height: 40px;
  430. bottom: 70px;
  431. background-color: rgba(0, 0, 0, 0.5);
  432. border-radius: 10px
  433. }
  434. .config .speed_p span {
  435. color: #fff;
  436. line-height: 40px;
  437. margin-left: 13px
  438. }
  439. .config .speed_p img {
  440. position: absolute;
  441. top: 10px;
  442. width: 18px
  443. }
  444. .config .speed_p .spran {
  445. position: absolute;
  446. right: 30px;
  447. top: 17px;
  448. width: 282px
  449. }
  450. .config .speed_v {
  451. position: absolute;
  452. right: 9px;
  453. margin: auto;
  454. width: 33px;
  455. height: 35%;
  456. bottom: 70px;
  457. background-color: rgba(0, 0, 0, 0.5);
  458. border-radius: 10px
  459. }
  460. .config .speed_v span {
  461. position: absolute;
  462. bottom: 10px;
  463. line-height: 1.1;
  464. width: 36px;
  465. text-align: center;
  466. color: #fff;
  467. margin-left: -1px;
  468. font-size: 13px
  469. }
  470. .config .speed_v img {
  471. position: absolute;
  472. left: 8px;
  473. width: 18px
  474. }
  475. .config .speed_v .spran {
  476. position: absolute;
  477. right: 0;
  478. left: 0;
  479. top: 30px;
  480. bottom: 68px
  481. }
  482. .config .speed_v .spran .progress_v {
  483. height: 100%
  484. }
  485. .qrcode {
  486. position: absolute;
  487. right: -60px;
  488. height: 50px;
  489. border-radius: 10px;
  490. background: rgba(0, 0, 0, 0.5)
  491. }
  492. .qrcode img {
  493. margin-top: 8px !important;
  494. width: 26px !important;
  495. height: 26px !important
  496. }
  497. .qrcode .qrimg {
  498. display: none;
  499. position: absolute;
  500. width: 180px;
  501. height: 180px;
  502. bottom: 70px;
  503. left: -55px;
  504. text-align: center;
  505. background: rgba(0, 0, 0, 0.5);
  506. border-radius: 15px;
  507. z-index: 9999;
  508. padding-top: 20px
  509. }
  510. .qrcode .qrimg canvas {
  511. width: 130px;
  512. height: 130px;
  513. padding: 10px;
  514. background: #ffffff
  515. }
  516. .qrcode .qrimg p {
  517. color: #ffffff;
  518. position: absolute;
  519. bottom: 0;
  520. width: 100%;
  521. line-height: 2
  522. }
  523. .tooltipster-box {
  524. border-radius: 100px !important;
  525. font-size: 12px !important
  526. }