今天我准备吧B站的充电按钮移植到本博客,开始~

上代码:

HTML

  1. <html>
  2. <head>
  3. <link href="./space.8.f69f7d6f8fbedc95d9c6de110515943ee7b4dd33.css"
  4. rel="stylesheet">
  5. <link rel="stylesheet" type="text/css" href="./space.11.f69f7d6f8fbedc95d9c6de110515943ee7b4dd33.css">
  6. </head>
  7. <body>
  8. <div id="app" class="owner">
  9. <div class="s-space">
  10. <div>
  11. <div id="page-index" class="wrapper clearfix">
  12. <div class="col-2">
  13. <div class="section elec" style="">
  14. <div class="elec-action">
  15. <div class="elec-trigger"><span class="elec-trigger-icon icon"></span>为TA充电</div>
  16. <div class="elec-map">
  17. <div class="elec-status">
  18. <span class="elec-count">0</span>
  19. </div>
  20. <div class="elec-status-bg"></div>
  21. <div class="elec-status-bg-grey"></div>
  22. </div>
  23. <div id="elec-hover-bg-preloader"></div>
  24. </div>
  25. <!---->
  26. </div>
  27. </div>
  28. </div>
  29. </div>
  30. </div>
  31. <!---->
  32. </div>
  33. </body>
  34. </html>

CSS(两个)

  1. .live {
  2. display: block;
  3. width: 220px;
  4. }
  5. .live:hover .live-on-hover {
  6. opacity: 1;
  7. }
  8. .live-col {
  9. display: -ms-flexbox;
  10. display: flex;
  11. width: 100%;
  12. }
  13. .live-col .live-text {
  14. font-size: 14px;
  15. margin-left: 20px;
  16. }
  17. .live-col .live-text-view {
  18. margin-top: 12px;
  19. }
  20. .live-on {
  21. position: relative;
  22. width: 220px;
  23. height: 138px;
  24. }
  25. .live-on-img {
  26. width: 100%;
  27. height: 100%;
  28. border-radius: 4px;
  29. display: block;
  30. }
  31. .live-on-flag {
  32. transition: opacity .2s ease;
  33. position: absolute;
  34. top: 6px;
  35. right: 6px;
  36. width: 64px;
  37. height: 20px;
  38. line-height: 20px;
  39. background-color: #f69;
  40. border-radius: 2px;
  41. color: #fff;
  42. font-size: 12px;
  43. }
  44. .live-on-flag .living-icon {
  45. width: 10px;
  46. height: 10px;
  47. display: inline-block;
  48. margin: 0 4px 0 8px;
  49. }
  50. .live-on-flag .living-icon-col {
  51. width: 2px;
  52. margin: 0 1px;
  53. display: inline-block;
  54. background-color: #fff;
  55. height: 100%;
  56. border-radius: 2px;
  57. animation: living-icon-ani .6s linear infinite;
  58. transform-origin: bottom;
  59. }
  60. .live-on-flag .living-icon-col:last-child {
  61. animation-delay: .2s;
  62. margin-right: 0;
  63. }
  64. .live-on-flag .living-icon-col:first-child {
  65. animation-delay: -.2s;
  66. margin-left: 0;
  67. }
  68. .live-on-hover {
  69. background: rgba(0,0,0,.4);
  70. border-radius: 4px;
  71. transition: opacity .2s ease;
  72. opacity: 0;
  73. position: absolute;
  74. top: 0;
  75. left: 0;
  76. right: 0;
  77. bottom: 0;
  78. }
  79. .live-on-hover-icon {
  80. background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/icons.png);
  81. background-position: -1096px -1094px;
  82. width: 48px;
  83. height: 48px;
  84. margin: 45px auto;
  85. }
  86. .live-text {
  87. color: #222;
  88. margin-top: 6px;
  89. }
  90. .live-text-view {
  91. text-indent: 21px;
  92. }
  93. .live-text-view,.live-text-watched_show {
  94. color: #99a2aa;
  95. float: left;
  96. line-height: 14px;
  97. margin-top: 5px;
  98. }
  99. .live-text-title {
  100. width: 100%;
  101. overflow: hidden;
  102. text-overflow: ellipsis;
  103. white-space: nowrap;
  104. }
  105. .live-text-title:hover {
  106. color: #00a1d6;
  107. }
  108. @keyframes living-icon-ani {
  109. 0% {
  110. transform: scaleY(.5);
  111. }
  112. 50% {
  113. transform: scaleY(1);
  114. }
  115. to {
  116. transform: scaleY(.5);
  117. }
  118. }
  119. @media (min-width:1420px) {
  120. .live {
  121. width: 280px;
  122. }
  123. .live-col {
  124. width: 100%;
  125. }
  126. .live-on {
  127. width: 280px;
  128. height: 175px;
  129. }
  130. .live-on-hover-icon {
  131. margin: 72px auto;
  132. }
  133. }
  134. .i-pin-v {
  135. padding-bottom: 20px;
  136. }
  137. .i-pin-v.empty .section-title,.i-pin-v.loading .section-title {
  138. display: block;
  139. }
  140. .i-pin-v .section-title {
  141. padding-bottom: 10px;
  142. }
  143. .i-pin-v .section-title[role="3"] .pin-v-icon {
  144. background-position: -1298px -530px;
  145. }
  146. .i-pin-v .be-tab {
  147. border-bottom: 1px solid #eee;
  148. margin-bottom: 15px;
  149. height: 25px;
  150. }
  151. .i-pin-v .be-tab-item {
  152. padding-bottom: 5px;
  153. margin-right: 30px;
  154. font-size: 12px;
  155. }
  156. .i-pin-c {
  157. box-shadow: 0 0 0 1px #e5e9ef;
  158. border-radius: 4px;
  159. float: left;
  160. overflow: hidden;
  161. position: relative;
  162. }
  163. .i-pin-c,.i-pin-c:hover .i-watchlater {
  164. display: block;
  165. }
  166. .i-pin-c:hover .length {
  167. display: none;
  168. }
  169. .i-pin-part.loading {
  170. background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/loadTV.gif) 50% no-repeat;
  171. height: 200px;
  172. }
  173. .i-pin-img,.i-pin-part:hover .i-pin-info .btn-container {
  174. display: block;
  175. }
  176. .i-pin-img {
  177. background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/video-placeholder.png);
  178. background-size: img;
  179. border-radius: 4px;
  180. width: 280px;
  181. height: 175px;
  182. }
  183. .i-pin-duration {
  184. background: #111;
  185. background: rgba(0,0,0,.5);
  186. border-radius: 5px 0 0 0;
  187. color: #fff;
  188. line-height: 20px;
  189. transition: top .2s ease;
  190. padding: 0 6px;
  191. position: absolute;
  192. right: 0;
  193. bottom: 0;
  194. }
  195. .i-pin-info {
  196. position: relative;
  197. height: 175px;
  198. margin-left: 300px;
  199. }
  200. .i-pin-info .btn-container {
  201. position: absolute;
  202. display: none;
  203. bottom: 0;
  204. }
  205. .i-pin-title {
  206. display: block;
  207. font-size: 14px;
  208. line-height: 18px;
  209. margin-bottom: 15px;
  210. white-space: nowrap;
  211. width: 100%;
  212. overflow: hidden;
  213. text-overflow: ellipsis;
  214. }
  215. .i-pin-meta {
  216. color: #6d757a;
  217. margin-bottom: 10px;
  218. }
  219. .i-pin-meta .icon {
  220. width: 12px;
  221. height: 12px;
  222. vertical-align: middle;
  223. margin-right: 3px;
  224. position: relative;
  225. top: -2px;
  226. }
  227. .i-pin-data {
  228. display: inline-block;
  229. margin-right: 20px;
  230. }
  231. .i-pin-play-icon {
  232. background-position: -1306px -346px;
  233. }
  234. .i-pin-danmu-icon {
  235. background-position: -1306px -410px;
  236. }
  237. .i-pin-time-icon {
  238. background-position: -280px -474px;
  239. }
  240. .i-pin-desc {
  241. color: #99a2aa;
  242. margin-bottom: 10px;
  243. max-height: 40px;
  244. }
  245. .i-pin-desc,.i-pin-reason {
  246. line-height: 20px;
  247. overflow: hidden;
  248. }
  249. .i-pin-reason {
  250. color: #f25d8e;
  251. height: 20px;
  252. margin-bottom: 14px;
  253. max-width: 400px;
  254. text-overflow: ellipsis;
  255. white-space: nowrap;
  256. }
  257. .i-pin-reason.hidden {
  258. visibility: hidden;
  259. }
  260. .i-pin-action {
  261. display: none;
  262. }
  263. #i-pin.empty .i-pin-empty,#i-pin.has-content .i-pin-has-content {
  264. display: block;
  265. }
  266. .i-pin-has-content.disabled .disabled-img {
  267. display: block;
  268. line-height: 175px;
  269. }
  270. .i-pin-has-content.disabled:hover .i-watchlater {
  271. display: none;
  272. }
  273. .i-pin-has-content:hover .i-pin-action {
  274. display: block;
  275. }
  276. .i-pin-empty {
  277. background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/dbz-hint-33.png) 250px bottom no-repeat;
  278. }
  279. .i-pin-empty-set {
  280. text-align: center;
  281. width: 215px;
  282. height: 138px;
  283. }
  284. .i-pin-empty-set:hover .i-pin-empty-set-icon {
  285. background-position: -1288px -72px;
  286. }
  287. .i-pin-empty-set:hover .i-mp-count {
  288. color: #00a1d6;
  289. }
  290. .i-mp-empty {
  291. background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/dbz-hint-22.png) 260px bottom no-repeat;
  292. }
  293. #i-masterpiece {
  294. margin-left: -9px;
  295. }
  296. #i-masterpiece[type=empty] .i-mp-empty,#i-masterpiece[type=multi] .i-mp-multi,#i-masterpiece[type=single] .i-mp-single {
  297. display: block;
  298. }
  299. #i-masterpiece .content {
  300. width: 900px;
  301. }
  302. #i-masterpiece .small-item {
  303. width: 220px;
  304. height: 172px;
  305. overflow: hidden;
  306. padding-top: 0;
  307. }
  308. #i-masterpiece .small-item:hover .title {
  309. height: 38px;
  310. }
  311. #i-masterpiece .small-item:hover .length {
  312. bottom: -20px;
  313. }
  314. #i-masterpiece .small-item:hover .reason {
  315. bottom: 0;
  316. }
  317. #i-masterpiece .small-item .img,#i-masterpiece .small-item .img img {
  318. width: 220px;
  319. height: 138px;
  320. }
  321. #i-masterpiece .small-item .disabled-img {
  322. line-height: 135px;
  323. }
  324. #i-masterpiece .small-item .title {
  325. transition: height .2s ease;
  326. height: 19px;
  327. white-space: normal;
  328. }
  329. #i-masterpiece .small-item .length {
  330. transition: bottom .2s ease;
  331. }
  332. #i-masterpiece .small-item .reason {
  333. background: rgba(0,0,0,.4);
  334. color: #fff;
  335. transition: bottom .2s ease;
  336. position: absolute;
  337. left: 0;
  338. bottom: -80px;
  339. z-index: 2;
  340. }
  341. #i-masterpiece .small-item .reason-inner {
  342. line-height: 28px;
  343. padding: 0 10px;
  344. width: 200px;
  345. overflow: hidden;
  346. text-overflow: ellipsis;
  347. white-space: nowrap;
  348. }
  349. #i-masterpiece .i-pin-empty-set {
  350. float: left;
  351. margin-left: 9px;
  352. }
  353. .i-mp-single {
  354. margin-left: 9px;
  355. }
  356. .i-mp-multi {
  357. width: 720px;
  358. height: 182px;
  359. overflow: hidden;
  360. text-overflow: ellipsis;
  361. white-space: nowrap;
  362. }
  363. .i-mp-action {
  364. position: absolute;
  365. display: none;
  366. top: 8px;
  367. right: 18px;
  368. z-index: 2;
  369. }
  370. .i-mp-action:hover .i-mp-action-icon {
  371. border-radius: 4px 4px 0 0;
  372. border-bottom: none;
  373. }
  374. .i-mp-action:hover .i-mp-action-menu {
  375. display: block;
  376. }
  377. .i-mp-action-icon {
  378. background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/icons.png) #fff -1110px -279px no-repeat;
  379. border: 1px solid #99a2aa;
  380. border-radius: 4px;
  381. cursor: pointer;
  382. width: 20px;
  383. height: 20px;
  384. margin: 0 0 0 auto;
  385. position: relative;
  386. }
  387. .i-mp-action-menu {
  388. display: none;
  389. background: #fff;
  390. border: 1px solid #99a2aa;
  391. border-radius: 4px 0 4px 4px;
  392. overflow: hidden;
  393. margin-top: -1px;
  394. }
  395. .i-mp-action-item {
  396. cursor: pointer;
  397. line-height: 30px;
  398. padding: 0 10px;
  399. }
  400. .i-mp-action-item:hover {
  401. background: #e5e9ef;
  402. }
  403. .i-mp-count {
  404. color: #99a2aa;
  405. position: absolute;
  406. bottom: 8px;
  407. right: 10px;
  408. }
  409. .small-item:hover .i-mp-action {
  410. display: block;
  411. }
  412. .img .isPay {
  413. position: absolute;
  414. top: 4px;
  415. right: 4px;
  416. background: #ffa726;
  417. border-radius: 2px;
  418. font-size: 6px;
  419. color: #fff;
  420. }
  421. @media (min-width:1420px) {
  422. .i-pin-empty {
  423. background-position: 310px bottom;
  424. }
  425. .i-mp-empty {
  426. background-position: 320px bottom;
  427. }
  428. .i-pin-empty-set {
  429. width: 280px;
  430. height: 175px;
  431. }
  432. .i-pin-empty-set-icon {
  433. margin: 48px auto 22px;
  434. }
  435. .i-mp-multi {
  436. height: 220px;
  437. }
  438. #i-masterpiece .small-item {
  439. width: 280px;
  440. height: 210px;
  441. }
  442. #i-masterpiece .small-item .img,#i-masterpiece .small-item .img img {
  443. width: 280px;
  444. height: 175px;
  445. }
  446. #i-masterpiece .small-item .disabled-img {
  447. line-height: 175px;
  448. }
  449. #i-masterpiece .small-item .reason-inner {
  450. width: 260px;
  451. }
  452. }
  453. .tabs {
  454. position: relative;
  455. }
  456. .tabs-info {
  457. position: absolute;
  458. right: 0;
  459. bottom: 0;
  460. color: #99a2aa;
  461. display: -ms-flexbox;
  462. display: flex;
  463. -ms-flex-align: baseline;
  464. align-items: baseline;
  465. }
  466. .tabs-info .icon-info_help_circle_line_24 {
  467. font-size: 12px;
  468. margin-right: 3px;
  469. }
  470. #page-index .video.empty .be-tab {
  471. display: none;
  472. }
  473. #page-index .video.full-rows .content {
  474. max-height: 935px;
  475. }
  476. #page-index .video .content {
  477. max-height: 380px;
  478. overflow: hidden;
  479. }
  480. #page-index .video .content .small-item:nth-child(4n+1) {
  481. padding-left: 0;
  482. }
  483. #page-index .video .content .small-item:nth-child(4n+4) {
  484. padding-right: 0;
  485. }
  486. #page-index .video .be-tab {
  487. display: inline-block;
  488. line-height: 18px;
  489. vertical-align: middle;
  490. margin-left: 10px;
  491. }
  492. #page-index .video .be-tab-item {
  493. padding: 0 0 3px;
  494. margin-right: 15px;
  495. font-size: 12px;
  496. }
  497. @media (min-width:1420px) {
  498. #page-index .video .content .small-item:nth-child(4n+1) {
  499. padding-left: 10px;
  500. }
  501. #page-index .video .content .small-item:nth-child(4n+4) {
  502. padding-right: 10px;
  503. }
  504. #page-index .video .content .small-item:nth-child(5n+5) {
  505. padding-right: 0;
  506. }
  507. #page-index .video .content .small-item:nth-child(5n+1) {
  508. padding-left: 0;
  509. }
  510. #page-index .video .content .small-item:nth-child(13),#page-index .video .content .small-item:nth-child(14),#page-index .video .content .small-item:nth-child(15) {
  511. display: block;
  512. }
  513. }
  514. .isPay {
  515. position: absolute;
  516. top: 4px;
  517. right: 4px;
  518. padding: 0 4px;
  519. background: #ffa726;
  520. border-radius: 2px;
  521. font-size: 10px;
  522. color: #fff;
  523. }
  524. .section-title .play-all-channel {
  525. position: absolute;
  526. right: 63px;
  527. top: 6px;
  528. width: 78px;
  529. height: 22px;
  530. line-height: 22px;
  531. display: -ms-flexbox;
  532. display: flex;
  533. -ms-flex-align: center;
  534. align-items: center;
  535. cursor: pointer;
  536. display: inline-block;
  537. border: 1px solid #b8c0cc;
  538. border-radius: 4px;
  539. color: #6d757a;
  540. font-size: 12px;
  541. transition: .3s ease;
  542. }
  543. .section-title .play-all-channel .video-commonplayer_play {
  544. transition: .3s ease;
  545. margin: 0 4px;
  546. color: #99a2aa;
  547. }
  548. .section-title .play-all-channel>span {
  549. vertical-align: top;
  550. }
  551. .section-title .play-all-channel:hover {
  552. color: #00a1d6;
  553. border-color: #00a1d6;
  554. }
  555. .section-title .play-all-channel:hover .video-commonplayer_play {
  556. color: #00a1d6;
  557. }
  558. #page-index .channel.guest .section-title {
  559. display: none;
  560. }
  561. #page-index .channel.guest .channel-item .channel-title .channel-name {
  562. font-size: 20px;
  563. color: #000;
  564. }
  565. #page-index .channel .empty-state {
  566. padding-bottom: 30px;
  567. margin-top: 7px;
  568. text-align: center;
  569. }
  570. #page-index .channel .empty-state p {
  571. line-height: 14px;
  572. font-size: 12px;
  573. color: #6d757a;
  574. }
  575. #page-index .channel .empty-state .btn-container {
  576. margin-top: 12px;
  577. }
  578. #page-index .channel .section-title .t {
  579. vertical-align: middle;
  580. }
  581. #page-index .channel .section-title .create {
  582. width: 64px;
  583. padding: 0 7px 0 28px;
  584. margin-left: 10px;
  585. box-sizing: border-box;
  586. background-position: -1296px -917px;
  587. vertical-align: middle;
  588. cursor: pointer;
  589. }
  590. #page-index .channel .section-title .create:hover {
  591. background-position: -1360px -917px;
  592. }
  593. #page-index .channel .content {
  594. width: 700px;
  595. max-height: none;
  596. overflow: hidden;
  597. }
  598. #page-index .channel .channel-item {
  599. margin-bottom: 20px;
  600. padding-bottom: 4px;
  601. border-bottom: 1px solid #e5e9ef;
  602. }
  603. #page-index .channel .channel-item:last-of-type {
  604. padding-bottom: 0;
  605. margin-bottom: 0;
  606. border-bottom: none;
  607. }
  608. #page-index .channel .channel-item:hover .edit {
  609. display: inline-block;
  610. }
  611. #page-index .channel .channel-item.empty-channel {
  612. margin-top: 25px;
  613. padding-bottom: 25px;
  614. }
  615. #page-index .channel .channel-item.vertical .small-item {
  616. width: 100%;
  617. box-sizing: border-box;
  618. }
  619. #page-index .channel .channel-item.vertical .small-item .img {
  620. float: left;
  621. }
  622. #page-index .channel .channel-item.vertical .small-item .title {
  623. height: 20px;
  624. margin: 0 0 0 170px;
  625. text-overflow: ellipsis;
  626. white-space: nowrap;
  627. }
  628. #page-index .channel .channel-item.vertical .small-item .meta {
  629. margin: 8px 0 0 170px;
  630. }
  631. #page-index .channel .channel-item.vertical .small-item .meta span {
  632. width: auto;
  633. margin-right: 30px;
  634. }
  635. #page-index .channel .channel-item.vertical .small-item .meta span:last-child {
  636. margin-right: 0;
  637. }
  638. #page-index .channel .channel-item.vertical .small-item .video-desc {
  639. display: block;
  640. margin: 6px 0 0 170px;
  641. white-space: normal;
  642. }
  643. #page-index .channel .channel-item .small-item {
  644. float: none;
  645. display: inline-block;
  646. font-size: 12px;
  647. }
  648. #page-index .channel .channel-item .small-item:first-child {
  649. padding-left: 0;
  650. }
  651. #page-index .channel .channel-item .small-item:last-child {
  652. padding-right: 0;
  653. }
  654. #page-index .channel .channel-item .small-item .title {
  655. white-space: normal;
  656. }
  657. #page-index .channel .channel-item .small-item .video-desc {
  658. display: none;
  659. height: 36px;
  660. line-height: 18px;
  661. color: #99a2aa;
  662. overflow: hidden;
  663. }
  664. #page-index .channel .channel-item .channel-title {
  665. position: relative;
  666. height: 24px;
  667. line-height: 24px;
  668. font-size: 0;
  669. }
  670. #page-index .channel .channel-item .c-empty-hint-host {
  671. position: absolute;
  672. top: 0;
  673. left: 300px;
  674. font-size: 12px;
  675. color: #99a2aa;
  676. text-align: center;
  677. }
  678. #page-index .channel .channel-item .c-empty-hint-host a {
  679. margin-left: 10px;
  680. color: #00a1d6;
  681. }
  682. #page-index .channel .channel-item .c-empty-hint-host a:hover {
  683. color: #00b5e5;
  684. }
  685. #page-index .channel .channel-item .channel-name {
  686. display: inline-block;
  687. font-size: 16px;
  688. color: #6d757a;
  689. vertical-align: middle;
  690. }
  691. #page-index .channel .channel-item .channel-name:hover {
  692. color: #00a1d6;
  693. }
  694. #page-index .channel .channel-item .channel-video {
  695. white-space: nowrap;
  696. overflow: hidden;
  697. font-size: 0;
  698. }
  699. #page-index .channel .channel-item .count {
  700. top: 0;
  701. vertical-align: middle;
  702. }
  703. #page-index .channel .channel-item .edit {
  704. display: none;
  705. width: 56px;
  706. padding: 0 7px 0 23px;
  707. background-position: -1299px -852px;
  708. box-sizing: border-box;
  709. }
  710. #page-index .channel .channel-item .edit:hover {
  711. background-position: -1363px -852px;
  712. }
  713. #page-index .channel .section-right-options {
  714. float: right;
  715. height: 24px;
  716. display: -ms-flexbox;
  717. display: flex;
  718. }
  719. #page-index .channel .section-right-options .play-all-channel {
  720. width: 78px;
  721. height: 22px;
  722. line-height: 22px;
  723. display: -ms-flexbox;
  724. display: flex;
  725. -ms-flex-align: center;
  726. align-items: center;
  727. cursor: pointer;
  728. margin-right: 10px;
  729. display: inline-block;
  730. border: 1px solid #b8c0cc;
  731. border-radius: 4px;
  732. color: #6d757a;
  733. font-size: 12px;
  734. transition: .3s ease;
  735. }
  736. #page-index .channel .section-right-options .play-all-channel .video-commonplayer_play {
  737. transition: .3s ease;
  738. margin: 0 4px;
  739. color: #99a2aa;
  740. }
  741. #page-index .channel .section-right-options .play-all-channel>span {
  742. vertical-align: top;
  743. }
  744. #page-index .channel .section-right-options .play-all-channel:hover {
  745. color: #00a1d6;
  746. border-color: #00a1d6;
  747. }
  748. #page-index .channel .section-right-options .play-all-channel:hover .video-commonplayer_play {
  749. color: #00a1d6;
  750. }
  751. #page-index .channel .section-right-options .more {
  752. position: static;
  753. top: auto;
  754. right: auto;
  755. }
  756. @media (min-width:1420px) {
  757. #page-index .channel .channel-item .c-empty-hint-host {
  758. left: 400px;
  759. }
  760. }
  761. #page-index .channel.guest .section-title {
  762. display: none;
  763. }
  764. #page-index .channel.guest .channel-item .channel-title .channel-name {
  765. font-size: 20px;
  766. color: #000;
  767. max-width: 500px;
  768. overflow: hidden;
  769. white-space: nowrap;
  770. text-overflow: ellipsis;
  771. cursor: pointer;
  772. }
  773. #page-index .channel .empty-state {
  774. padding-bottom: 30px;
  775. margin-top: 7px;
  776. text-align: center;
  777. }
  778. #page-index .channel .empty-state p {
  779. line-height: 14px;
  780. font-size: 12px;
  781. color: #6d757a;
  782. }
  783. #page-index .channel .empty-state .btn-container {
  784. margin-top: 12px;
  785. }
  786. #page-index .channel .section-title .t {
  787. vertical-align: middle;
  788. }
  789. #page-index .channel .section-title .create {
  790. width: 64px;
  791. padding: 0 7px 0 28px;
  792. margin-left: 10px;
  793. box-sizing: border-box;
  794. background-position: -1296px -917px;
  795. vertical-align: middle;
  796. cursor: pointer;
  797. }
  798. #page-index .channel .section-title .create:hover {
  799. background-position: -1360px -917px;
  800. }
  801. #page-index .channel .content {
  802. width: 700px;
  803. max-height: none;
  804. overflow: hidden;
  805. }
  806. #page-index .channel .channel-item {
  807. margin-bottom: 20px;
  808. padding-bottom: 4px;
  809. border-bottom: 1px solid #e5e9ef;
  810. }
  811. #page-index .channel .channel-item:last-of-type {
  812. padding-bottom: 0;
  813. margin-bottom: 0;
  814. border-bottom: none;
  815. }
  816. #page-index .channel .channel-item:hover .edit {
  817. display: inline-block;
  818. }
  819. #page-index .channel .channel-item.empty-channel {
  820. margin-top: 25px;
  821. padding-bottom: 25px;
  822. }
  823. #page-index .channel .channel-item.vertical .small-item {
  824. width: 100%;
  825. box-sizing: border-box;
  826. }
  827. #page-index .channel .channel-item.vertical .small-item .img {
  828. float: left;
  829. }
  830. #page-index .channel .channel-item.vertical .small-item .title {
  831. height: 20px;
  832. margin: 0 0 0 170px;
  833. text-overflow: ellipsis;
  834. white-space: nowrap;
  835. }
  836. #page-index .channel .channel-item.vertical .small-item .meta {
  837. margin: 8px 0 0 170px;
  838. }
  839. #page-index .channel .channel-item.vertical .small-item .meta span {
  840. width: auto;
  841. margin-right: 30px;
  842. }
  843. #page-index .channel .channel-item.vertical .small-item .meta span:last-child {
  844. margin-right: 0;
  845. }
  846. #page-index .channel .channel-item.vertical .small-item .video-desc {
  847. display: block;
  848. margin: 6px 0 0 170px;
  849. white-space: normal;
  850. }
  851. #page-index .channel .channel-item .small-item {
  852. float: none;
  853. display: inline-block;
  854. font-size: 12px;
  855. }
  856. #page-index .channel .channel-item .small-item:first-child {
  857. padding-left: 0;
  858. }
  859. #page-index .channel .channel-item .small-item:last-child {
  860. padding-right: 0;
  861. }
  862. #page-index .channel .channel-item .small-item .title {
  863. white-space: normal;
  864. }
  865. #page-index .channel .channel-item .small-item .video-desc {
  866. display: none;
  867. height: 36px;
  868. line-height: 18px;
  869. color: #99a2aa;
  870. overflow: hidden;
  871. }
  872. #page-index .channel .channel-item .channel-title {
  873. position: relative;
  874. height: 24px;
  875. line-height: 24px;
  876. font-size: 0;
  877. }
  878. #page-index .channel .channel-item .c-empty-hint-host {
  879. position: absolute;
  880. top: 0;
  881. left: 300px;
  882. font-size: 12px;
  883. color: #99a2aa;
  884. text-align: center;
  885. }
  886. #page-index .channel .channel-item .c-empty-hint-host a {
  887. margin-left: 10px;
  888. color: #00a1d6;
  889. }
  890. #page-index .channel .channel-item .c-empty-hint-host a:hover {
  891. color: #00b5e5;
  892. }
  893. #page-index .channel .channel-item .channel-name {
  894. display: inline-block;
  895. font-size: 16px;
  896. color: #6d757a;
  897. vertical-align: middle;
  898. cursor: pointer;
  899. }
  900. #page-index .channel .channel-item .channel-name:hover {
  901. color: #00a1d6;
  902. }
  903. #page-index .channel .channel-item .channel-video {
  904. white-space: nowrap;
  905. overflow: hidden;
  906. font-size: 0;
  907. }
  908. #page-index .channel .channel-item .count {
  909. top: 0;
  910. vertical-align: middle;
  911. }
  912. #page-index .channel .channel-item .edit {
  913. display: none;
  914. width: 56px;
  915. padding: 0 7px 0 23px;
  916. background-position: -1299px -852px;
  917. box-sizing: border-box;
  918. }
  919. #page-index .channel .channel-item .edit:hover {
  920. background-position: -1363px -852px;
  921. }
  922. #page-index .channel .section-right-options {
  923. float: right;
  924. height: 24px;
  925. display: -ms-flexbox;
  926. display: flex;
  927. }
  928. #page-index .channel .section-right-options .play-all-channel {
  929. width: 78px;
  930. height: 22px;
  931. line-height: 22px;
  932. display: -ms-flexbox;
  933. display: flex;
  934. -ms-flex-align: center;
  935. align-items: center;
  936. cursor: pointer;
  937. margin-right: 10px;
  938. display: inline-block;
  939. border: 1px solid #b8c0cc;
  940. border-radius: 4px;
  941. color: #6d757a;
  942. font-size: 12px;
  943. transition: .3s ease;
  944. }
  945. #page-index .channel .section-right-options .play-all-channel .video-commonplayer_play {
  946. transition: .3s ease;
  947. margin: 0 4px;
  948. color: #99a2aa;
  949. }
  950. #page-index .channel .section-right-options .play-all-channel>span {
  951. vertical-align: top;
  952. }
  953. #page-index .channel .section-right-options .play-all-channel:hover {
  954. color: #00a1d6;
  955. border-color: #00a1d6;
  956. }
  957. #page-index .channel .section-right-options .play-all-channel:hover .video-commonplayer_play {
  958. color: #00a1d6;
  959. }
  960. #page-index .channel .section-right-options .more {
  961. position: static;
  962. top: auto;
  963. right: auto;
  964. cursor: pointer;
  965. }
  966. @media (min-width:1420px) {
  967. #page-index .channel .channel-item .c-empty-hint-host {
  968. left: 400px;
  969. }
  970. }
  971. #page-index .bangumi .content .large-item:nth-child(2n) {
  972. margin-right: 0;
  973. }
  974. #page-index .bangumi .content .title {
  975. font-family: Microsoft Yahei UI Light,Microsoft Yahei Light;
  976. }
  977. @media (min-width:1420px) {
  978. #page-index .bangumi .large-item {
  979. width: 430px;
  980. }
  981. }
  982. @media (min-width:1420px) {
  983. #page-index .article-content {
  984. width: 743px;
  985. }
  986. #page-index .article-noimg {
  987. width: 100%;
  988. }
  989. }
  990. #page-index .coin .small-item:nth-child(9),#page-index .coin .small-item:nth-child(10) {
  991. display: none;
  992. }
  993. #page-index .coin .small-item .title {
  994. margin-top: 4px;
  995. height: 40px;
  996. }
  997. #page-index .coin.loading .content {
  998. margin-left: 0;
  999. }
  1000. #page-index .coin .content {
  1001. width: 760px;
  1002. max-height: 380px;
  1003. margin: -10px 0 0 -10px;
  1004. overflow: hidden;
  1005. }
  1006. #page-index .coin .isPay {
  1007. position: absolute;
  1008. top: 4px;
  1009. right: 4px;
  1010. padding: 1px 4px;
  1011. background: #ffa726;
  1012. border-radius: 2px;
  1013. font-size: 10px;
  1014. color: #fff;
  1015. }
  1016. #page-index .coin .ogv {
  1017. margin-top: 4px;
  1018. height: 40px;
  1019. }
  1020. #page-index .coin .ogv-title {
  1021. overflow: hidden;
  1022. font-size: 12px;
  1023. line-height: 20px;
  1024. height: 20px;
  1025. word-break: break-all;
  1026. }
  1027. #page-index .coin .ogv-title-sub {
  1028. color: #9499a0;
  1029. line-height: 17px;
  1030. height: 17px;
  1031. }
  1032. #page-index .tags.empty,#page-index .tags.loading {
  1033. display: none;
  1034. }
  1035. #page-index .subs .detail {
  1036. float: left;
  1037. max-width: 120px;
  1038. line-height: 40px;
  1039. margin-left: 15px;
  1040. }
  1041. #page-index .subs .img img {
  1042. background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/tag-default-img.png);
  1043. }
  1044. #page-index .fav-item {
  1045. position: relative;
  1046. float: left;
  1047. margin: 0 20px 28px 0;
  1048. }
  1049. #page-index .fav-item:nth-child(9),#page-index .fav-item:nth-child(10) {
  1050. display: none;
  1051. }
  1052. #page-index .fav-item:nth-child(4),#page-index .fav-item:nth-child(8) {
  1053. margin-right: 0;
  1054. }
  1055. #page-index .fav-item[data-count="0"] .fav-img-placeholder {
  1056. border-radius: 2px;
  1057. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJgAAACYCAYAAAAYwiAhAAADpUlEQVR4Ae3dNXRkZRjH4RtrcHd37XB3d3d3p6Xbigp3p94KlwqXDqcLTQxZ3waL/O/iDskMM9+d5z3naSLv2C+efKnGvlh8dIzHdAvBeBxdiYs2Gq/aeQEgMASGwEBgCAyBgcAQGAIDgSEwBAYCQ2AgMASGwEBgCAyBgcAQGAIDgSEwEBgCQ2AgMASGwEBgCAyBgcAQGAIDgSEwEBgCQ2DQusBYErfH7rHKj3aPO2LJXHYLjOdjw+ovpn5ePD+b3QLjoRio/mHql4mH/stugXF/9R+nfp1/s1tgvBwDswhsIF7+u90CYzTWrGY59evG6J/tFhhTcVg1x6l3xNTv9wuMB6oWTb3r17sFxoJYu4WBrR0LQmArcE3V4snO60JgYwzHYBsCG4xhgXFB1aapdwust30cg20MbDA+EVjzfR/vx/1xVRwQG1T/09SXFQfEVXF/vB/fC6xsY3FvHBGrVl029XWKI+LeGBNYGabi2Tgw+qtCpr6ucVA8G1MC605vx65V4VPfhnhHYN1jKubFYNWQqW9LzIspgXXeLVVDp75tAuust6KvwYH1xbsC65zTq4ZPbuMZAuucDXsgsA0F1jkr90Bgqwisc7bugcC2EVjnXNADgV0osM55ugcCe1pgnTMZ2zT8w+OkwDprfoMDm+8brd3h8AbGdbifRXaP8VinQXGtHeMC6y7Px0AD4hqI5/02RXe6tQGB3e73wbrb1QXHdbXfaO1+k3FBgXFdEN8LrAzfx/kFxXV+WXEJrDYZVxYQ15Ux6Y8+yrSggMAW+LO1cr1aQGCvCqxc9xUQ2H0CK9fNBQR2s8DKdWIBgZ0osHLtXkBguwusXFsWENhWAivXGgUEtqbAyrV6AYGtLrByrV1AYGsJrFybFxDY5gIr1x4FBLaHwMp1QQGBnS+wcj1WQGCPCaxcC2OohcdcnhlnRX+Ldg7FQoGV7ZoWhHVKfPCrnR/EKXMNrb5uTpku34LYZhYP/mpxVXz6N7s/jatitVn+1fZCgTXDcOz0L08U3CcejeX/Yf/yeDT2jr5/cTk7xWfOyW+Wb+LJOC52iLVj49gzLo0nYqxF5/M/EZfFXrFprB07xnHxZHzTW//pAwSGwEBgCAyBgcAQGAIDgSEwBAYCQ2AgMASGwEBgCAyBgcAQGAIDgSEwBAYCQ2AgMASGwEBgCAyBgcAQGAIDgSEwEBgCQ2AgMASGwEBgCAyBgcAQGAIbb9NymKgDOyYmWrwYRuOYGRQSx031+RTwAAAAAElFTkSuQmCC);
  1058. width: 152px;
  1059. height: 152px;
  1060. }
  1061. #page-index .fav-item[data-count="1"] .fav-img-0 {
  1062. border-radius: 2px;
  1063. height: 152px;
  1064. }
  1065. #page-index .fav-item[data-count="2"] .fav-img-1 {
  1066. border-radius: 0 0 2px 2px;
  1067. width: 152px;
  1068. }
  1069. #page-index .fav-item[data-public="1"],#page-index .fav-item[data-public="3"] {
  1070. display: none;
  1071. }
  1072. #page-index .fav-item .state {
  1073. color: #99a2aa;
  1074. float: right;
  1075. line-height: 24px;
  1076. }
  1077. #page-index .fav-item .name {
  1078. display: block;
  1079. font-size: 18px;
  1080. font-family: Microsoft Yahei UI Light,Microsoft Yahei Light;
  1081. line-height: 24px;
  1082. width: 7em;
  1083. overflow: hidden;
  1084. text-overflow: ellipsis;
  1085. white-space: nowrap;
  1086. }
  1087. #page-index .fav-item .delete,#page-index .fav-item .edit {
  1088. color: #00a1d6;
  1089. cursor: pointer;
  1090. display: inline-block;
  1091. transition: none;
  1092. text-indent: 1.2em;
  1093. }
  1094. #page-index .fav-item .edit {
  1095. background-position: -540px -465px;
  1096. }
  1097. #page-index .fav-item .delete {
  1098. background-position: -540px -404px;
  1099. float: right;
  1100. }
  1101. #page-index .fav-imgs {
  1102. border: 1px solid #ccd0d7;
  1103. border-radius: 4px;
  1104. display: block;
  1105. width: 152px;
  1106. height: 152px;
  1107. margin-bottom: 11px;
  1108. overflow: hidden;
  1109. position: relative;
  1110. }
  1111. #page-index .fav-imgs.empty {
  1112. background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/playlistbg.png) no-repeat;
  1113. background-size: img;
  1114. background-position: 50%;
  1115. }
  1116. #page-index .fav-imgs img {
  1117. width: 100%;
  1118. height: 152px;
  1119. object-fit: img;
  1120. object-position: 50%;
  1121. }
  1122. #page-index .fav-img {
  1123. width: 100%;
  1124. height: 100%;
  1125. background-size: img;
  1126. background-position: 50%;
  1127. display: block;
  1128. float: left;
  1129. }
  1130. #page-index .fav-img-0 {
  1131. border-radius: 2px 2px 0 0;
  1132. width: 152px;
  1133. height: 74px;
  1134. margin-bottom: 4px;
  1135. }
  1136. #page-index .fav-img-1 {
  1137. border-radius: 0 0 0 2px;
  1138. width: 74px;
  1139. height: 74px;
  1140. margin-right: 4px;
  1141. }
  1142. #page-index .fav-img-2 {
  1143. border-radius: 0 0 2px 0;
  1144. width: 74px;
  1145. height: 74px;
  1146. }
  1147. #page-index .fav-count {
  1148. position: absolute;
  1149. top: 10px;
  1150. right: 10px;
  1151. min-width: 12px;
  1152. padding: 0 9px;
  1153. line-height: 18px;
  1154. text-align: center;
  1155. font-family: Arial;
  1156. color: #fff;
  1157. overflow: hidden;
  1158. text-overflow: ellipsis;
  1159. white-space: nowrap;
  1160. background: rgba(0,0,0,.5);
  1161. border-radius: 9px;
  1162. }
  1163. #page-index .fav-action {
  1164. visibility: hidden;
  1165. margin-top: 7px;
  1166. }
  1167. @media (min-width:1420px) {
  1168. #page-index .fav .fav-item:nth-child(4),#page-index .fav .fav-item:nth-child(8) {
  1169. margin-right: 20px;
  1170. }
  1171. #page-index .fav .fav-item:nth-child(5),#page-index .fav .fav-item:nth-child(10) {
  1172. margin-right: 0;
  1173. }
  1174. #page-index .fav .fav-item:nth-child(9),#page-index .fav .fav-item:nth-child(10) {
  1175. display: block;
  1176. }
  1177. }
  1178. #page-index .album .content {
  1179. max-height: 400px;
  1180. overflow: hidden;
  1181. }
  1182. #page-index .album .content .album-wrapper {
  1183. margin-left: -20px;
  1184. }
  1185. #page-index .album .content .album-wrapper .album-item {
  1186. width: 160px;
  1187. height: auto;
  1188. display: inline-block;
  1189. margin-bottom: 20px;
  1190. margin-left: 20px;
  1191. }
  1192. #page-index .album .content .album-wrapper .album-item .album-top {
  1193. display: block;
  1194. width: 100%;
  1195. height: 120px;
  1196. position: relative;
  1197. background: #d8d8d8;
  1198. cursor: pointer;
  1199. }
  1200. #page-index .album .content .album-wrapper .album-item .album-top .album-img {
  1201. width: 100%;
  1202. height: 100%;
  1203. border-radius: 4px;
  1204. background-size: img;
  1205. background-repeat: no-repeat;
  1206. }
  1207. #page-index .album .content .album-wrapper .album-item .album-top .album-count {
  1208. width: 40px;
  1209. height: 20px;
  1210. background: rgba(36,33,46,.3);
  1211. border-radius: 4px;
  1212. position: absolute;
  1213. bottom: 8px;
  1214. right: 8px;
  1215. text-align: center;
  1216. line-height: 20px;
  1217. font-size: 12px;
  1218. color: #fff;
  1219. }
  1220. #page-index .album .content .album-wrapper .album-item .album-title {
  1221. display: block;
  1222. width: 160px;
  1223. height: 40px;
  1224. font-size: 12px;
  1225. color: #222;
  1226. cursor: pointer;
  1227. overflow: hidden;
  1228. position: relative;
  1229. top: 5px;
  1230. }
  1231. #page-index .album .content .album-wrapper .album-item .album-title:hover {
  1232. color: #00a1d6;
  1233. }
  1234. #page-index .album .content .album-wrapper .meta-col {
  1235. margin-top: 10px;
  1236. }
  1237. #page-index .album .content .album-wrapper .meta-col span {
  1238. margin-right: 45px;
  1239. }
  1240. .i-m-r1 {
  1241. text-align: center;
  1242. padding: 0 10px 13px;
  1243. }
  1244. .i-m-icon {
  1245. background-position: -1104px -333px;
  1246. width: 33px;
  1247. height: 40px;
  1248. margin-right: 10px;
  1249. vertical-align: middle;
  1250. }
  1251. .i-m-title {
  1252. display: inline-block;
  1253. }
  1254. .i-m-title .icon-i-title {
  1255. display: block;
  1256. width: 120px;
  1257. height: 34px;
  1258. background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/icon_createCenters.png) no-repeat;
  1259. background-size: 100% 100%;
  1260. float: left;
  1261. }
  1262. .icon-m-ra {
  1263. display: block;
  1264. width: 28px;
  1265. height: 28px;
  1266. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAAAY5JREFUaAXtmb9KA0EQh2eSWGjjE1gbQYgS7UVbn8UXCFoo+gK+im1EaxM0xCIBK4sUthYi5lh3SXGkCCwyszPgb4v7wy1z8327x83tEaHBAAzAAAzAAAzAAAzAAAzAgAsDIYTGePy25SKZmERDMpHBbLYxHE3739XP++Blci4Z+6+xRAHp4/OMKBwtkgmXHiBFAZst6hPxV23bHlIUcH93+4mZTj1Bcm1b7mg4mhyHQHdxuq7XUfniYK99VZ+XOVIBTKl7gVQD9AKpCugBUh3QGrIIoCVkMUAryKKAFpDFAVdBxgKh1+3s3KTrkk20kslNrNtp3xPz0ks/Fga9+CXSzI2R288EMBUBFMLS10YcwWtmrnITz+3Xyu0o1W9VhRNHVXx6ppyLPoOr4DRr1GKAFnDFRtAKrgigJZw6oDWcKqAHODVAL3AqgJ7gxAGfX6eH1Tw8eliLSXCpiZZq1ZxOPMGJA67x5m0sjh5S4Lg3WUVb3Ftx6+3fhCIqQsMADMAADMAADMAADMDA/zbwC+qC2/i4tVKPAAAAAElFTkSuQmCC) no-repeat;
  1267. background-size: 100% 100%;
  1268. float: right;
  1269. position: relative;
  1270. top: 6px;
  1271. }
  1272. .i-m-r2 {
  1273. border: 1px solid #e5e9ef;
  1274. border-radius: 4px;
  1275. padding: 7px 0;
  1276. }
  1277. .i-m-btn {
  1278. color: #6d757a;
  1279. float: left;
  1280. text-align: center;
  1281. width: 152px;
  1282. line-height: 20px;
  1283. }
  1284. .i-m-text,.i-m-u-icon {
  1285. vertical-align: middle;
  1286. }
  1287. .i-m-u-icon {
  1288. background-position: -1111px -151px;
  1289. width: 18px;
  1290. height: 18px;
  1291. margin-right: 6px;
  1292. }
  1293. .i-m-upload {
  1294. border-right: 1px solid #e5e9ef;
  1295. }
  1296. .i-m-upload:hover .i-m-u-icon {
  1297. background-position: -1175px -151px;
  1298. }
  1299. .i-m-v-icon {
  1300. background-position: -1111px -215px;
  1301. width: 18px;
  1302. height: 19px;
  1303. margin-right: 6px;
  1304. vertical-align: middle;
  1305. }
  1306. .i-m-v:hover .i-m-v-icon {
  1307. background-position: -1175px -215px;
  1308. }
  1309. .elec.loading {
  1310. display: none;
  1311. }
  1312. .elec:hover .elec-status {
  1313. background-image: url(./charging_focus.gif);
  1314. }
  1315. .elec .elec-trigger {
  1316. background: #f25d8e;
  1317. border-radius: 4px;
  1318. box-shadow: 0 4px 4px rgba(255,112,159,.3);
  1319. color: #fff;
  1320. cursor: pointer;
  1321. display: inline-block;
  1322. font-size: 18px;
  1323. line-height: 50px;
  1324. padding: 0 24px;
  1325. }
  1326. .elec .elec-trigger:hover {
  1327. background: #ff709f;
  1328. }
  1329. .elec .elec-trigger:hover+.elec-map .elec-status {
  1330. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAABKCAMAAAB5Ac1NAAAAPFBMVEX///////////////////////9HcEz////////////////////////////////////////////////////BTIGUAAAAFHRSTlP/skEMs3sAqQNI5g3nqErjsAuxpwJoLsAAAAD9SURBVHgB7doFjoVQFIPhgxX3/a91lNjYkyJNpv8KvghyKeH+VS5JsyzNQ7ICHxUhWI6tJNjKCvtXN00NpJI2NBEN0OrZNlwHZEHVVzikoRsHIOVtVR/7ltAXBG8jbiW8jWhK5zldBGw34m1lhTNTtkHZhgdsfQUp3Ga77LrAjXgbkbItlG0hYCOyzbadw81YG5GyLZRtoWxzTvCCMM4458TjH/ylAE5QB2UdpHW3WivrrNu1W1fCpTocp+PHYByn4xccXKTjx+C1OlKXEmPwd53AGEzo6DGY0PWV2Bh8W8eXBK+THIM3neQY7Cc/qbsgaR3x24sQjtdROOfcK6H+QuyA+YQEAAAAAElFTkSuQmCC);
  1331. }
  1332. .elec .elec-trigger:hover+.elec-map .elec-status-bg {
  1333. width: 156px;
  1334. }
  1335. .elec .elec-trigger-icon {
  1336. background-position: -278px -918px;
  1337. width: 20px;
  1338. height: 24px;
  1339. vertical-align: middle;
  1340. margin-right: 12px;
  1341. }
  1342. .elec #elec-hover-bg-preloader {
  1343. background-image: url(./charging_focus.gif);
  1344. display: none;
  1345. }
  1346. .elec .elec-status {
  1347. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAABKCAMAAAB5Ac1NAAAAPFBMVEX///////////////////////9HcEz////////////////////////////////////////////////////BTIGUAAAAFHRSTlP/skEMs3sAqQNI5g3nqErjsAuxpwJoLsAAAAD9SURBVHgB7doFjoVQFIPhgxX3/a91lNjYkyJNpv8KvghyKeH+VS5JsyzNQ7ICHxUhWI6tJNjKCvtXN00NpJI2NBEN0OrZNlwHZEHVVzikoRsHIOVtVR/7ltAXBG8jbiW8jWhK5zldBGw34m1lhTNTtkHZhgdsfQUp3Ga77LrAjXgbkbItlG0hYCOyzbadw81YG5GyLZRtoWxzTvCCMM4458TjH/ylAE5QB2UdpHW3WivrrNu1W1fCpTocp+PHYByn4xccXKTjx+C1OlKXEmPwd53AGEzo6DGY0PWV2Bh8W8eXBK+THIM3neQY7Cc/qbsgaR3x24sQjtdROOfcK6H+QuyA+YQEAAAAAElFTkSuQmCC);
  1348. color: #99a2aa;
  1349. font-weight: 700;
  1350. margin-left: 172px;
  1351. width: 96px;
  1352. padding: 0 30px;
  1353. height: 74px;
  1354. line-height: 74px;
  1355. text-align: right;
  1356. position: absolute;
  1357. top: 8px;
  1358. right: 0;
  1359. z-index: 2;
  1360. }
  1361. .elec .elec-status-bg {
  1362. background-image: url(./charging_hover.gif);
  1363. width: 0;
  1364. height: 74px;
  1365. position: absolute;
  1366. top: 8px;
  1367. left: 192px;
  1368. transition: width .4s ease;
  1369. z-index: 1;
  1370. }
  1371. .elec .elec-status-bg-grey {
  1372. background: #e5e9ef;
  1373. width: 156px;
  1374. height: 74px;
  1375. position: absolute;
  1376. top: 8px;
  1377. right: 0;
  1378. z-index: 0;
  1379. }
  1380. .elec .elec-count {
  1381. color: #6d757a;
  1382. font-weight: 700;
  1383. }
  1384. .elec .elec-list {
  1385. height: 47px;
  1386. margin: 20px 0 6px;
  1387. overflow: hidden;
  1388. }
  1389. .elec .elec-hito {
  1390. cursor: pointer;
  1391. display: block;
  1392. float: left;
  1393. margin-left: -20px;
  1394. position: relative;
  1395. }
  1396. .elec .elec-hito:first-child,.elec .elec-hito:nth-child(2),.elec .elec-hito:nth-child(3) {
  1397. margin: 0 8px 0 0;
  1398. }
  1399. .elec .elec-hito:nth-child(4) {
  1400. z-index: 7;
  1401. margin-left: 0;
  1402. }
  1403. .elec .elec-hito:nth-child(5) {
  1404. z-index: 6;
  1405. }
  1406. .elec .elec-hito:nth-child(6) {
  1407. z-index: 5;
  1408. }
  1409. .elec .elec-hito:nth-child(7) {
  1410. z-index: 4;
  1411. }
  1412. .elec .elec-hito:nth-child(8) {
  1413. z-index: 3;
  1414. }
  1415. .elec .elec-hito:nth-child(9) {
  1416. z-index: 2;
  1417. }
  1418. .elec .elec-avatar {
  1419. border: 2px solid #fff;
  1420. border-radius: 38px;
  1421. width: 38px;
  1422. height: 38px;
  1423. }
  1424. .elec .elec-monthly-count {
  1425. color: #99a2aa;
  1426. line-height: 1;
  1427. }
  1428. .elec .elec-monthly-c {
  1429. color: #6d757a;
  1430. }
  1431. .elec .elec-setting {
  1432. color: #6d757a;
  1433. float: right;
  1434. }
  1435. #page-index .i-ann.empty {
  1436. display: none;
  1437. }
  1438. #page-index .i-ann-content {
  1439. position: relative;
  1440. max-height: 184px;
  1441. overflow: auto;
  1442. white-space: pre-line;
  1443. word-break: break-all;
  1444. }
  1445. #page-index #i-ann-content {
  1446. color: #6d757a;
  1447. line-height: 20px;
  1448. }
  1449. #page-index #i-ann-content textarea {
  1450. width: 306px;
  1451. height: 172px;
  1452. color: #6d757a;
  1453. font-size: 12px;
  1454. font-family: Microsoft Yahei;
  1455. line-height: 20px;
  1456. padding: 10px;
  1457. margin: -10px 0 0 -11px;
  1458. border: 1px solid transparent;
  1459. border-radius: 4px;
  1460. box-sizing: content-box;
  1461. }
  1462. #page-index #i-ann-content textarea:focus,#page-index #i-ann-content textarea:hover {
  1463. border-color: #00a1d6;
  1464. }
  1465. .game {
  1466. padding-bottom: 0;
  1467. }
  1468. .game.empty,.game.loading {
  1469. display: none;
  1470. }
  1471. .game .content {
  1472. overflow: hidden;
  1473. }
  1474. .i-live {
  1475. padding: 15px 19px;
  1476. }
  1477. .i-live.hidden {
  1478. display: none;
  1479. }
  1480. .i-live.online .section-title {
  1481. border-bottom: none;
  1482. }
  1483. .i-live:hover .i-live-flag {
  1484. opacity: 0;
  1485. }
  1486. .i-live:hover .i-live-hover {
  1487. opacity: 1;
  1488. }
  1489. .i-live:hover .i-live-title {
  1490. color: #00a1d6;
  1491. }
  1492. .i-live.carousel-on .i-live-flag {
  1493. background-position: -1183px -470px;
  1494. }
  1495. .i-live .section-title {
  1496. margin-bottom: 30px;
  1497. }
  1498. .i-live .i-live-fo {
  1499. position: absolute;
  1500. top: 9px;
  1501. right: 20px;
  1502. }
  1503. .i-live .i-live-fo-btn,.i-live .i-live-unfo-btn {
  1504. border: 1px solid;
  1505. border-radius: 4px 0 0 4px;
  1506. color: #fff;
  1507. cursor: pointer;
  1508. float: left;
  1509. line-height: 24px;
  1510. text-align: center;
  1511. width: 80px;
  1512. }
  1513. .i-live .i-live-fo-btn {
  1514. color: #f25d8e;
  1515. }
  1516. .i-live .i-live-fo-btn:hover {
  1517. color: #ff85ad;
  1518. }
  1519. .i-live .i-live-unfo-btn {
  1520. border-color: #dae0e9;
  1521. color: #6d757a;
  1522. }
  1523. .i-live .i-live-fo-count {
  1524. border: 1px solid #dae0e9;
  1525. border-left-width: 0;
  1526. border-radius: 0 4px 4px 0;
  1527. color: #99a2aa;
  1528. float: left;
  1529. line-height: 24px;
  1530. text-align: center;
  1531. min-width: 50px;
  1532. }
  1533. .i-live .i-live-on {
  1534. margin-top: -10px;
  1535. position: relative;
  1536. }
  1537. .i-live .i-live-link {
  1538. display: block;
  1539. }
  1540. .i-live .i-live-flag {
  1541. background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/icons.png);
  1542. background-position: -1090px -470px;
  1543. transition: opacity .2s ease;
  1544. position: absolute;
  1545. top: 6px;
  1546. right: 6px;
  1547. width: 61px;
  1548. height: 20px;
  1549. }
  1550. .i-live .i-live-img {
  1551. border-radius: 4px;
  1552. display: block;
  1553. width: 100%;
  1554. height: 173px;
  1555. }
  1556. .i-live .i-live-title {
  1557. width: 220px;
  1558. overflow: hidden;
  1559. text-overflow: ellipsis;
  1560. white-space: nowrap;
  1561. }
  1562. .i-live .i-live-hover {
  1563. background: rgba(0,0,0,.4);
  1564. border-radius: 4px;
  1565. transition: opacity .2s ease;
  1566. width: 100%;
  1567. height: 173px;
  1568. opacity: 0;
  1569. position: absolute;
  1570. top: 0;
  1571. left: 0;
  1572. }
  1573. .i-live .i-live-hover-icon {
  1574. background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/icons.png);
  1575. background-position: -1096px -1094px;
  1576. width: 48px;
  1577. height: 48px;
  1578. margin: 72px auto;
  1579. }
  1580. .i-live .i-live-text {
  1581. color: #222;
  1582. margin-top: 10px;
  1583. }
  1584. .i-live .i-live-m {
  1585. background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/icons.png);
  1586. background-position: -1112px -855px;
  1587. color: #99a2aa;
  1588. float: right;
  1589. text-indent: 21px;
  1590. }
  1591. .i-live .i-live-off {
  1592. margin: 30px 0 15px;
  1593. text-align: center;
  1594. }
  1595. .i-live .i-live-off-guest {
  1596. color: #99a2aa;
  1597. }
  1598. .i-live .i-live-off-guest p {
  1599. line-height: 16px;
  1600. }
  1601. .i-live .i-live-off-guest a {
  1602. display: block;
  1603. line-height: 16px;
  1604. margin-top: 6px;
  1605. color: #00a1d6;
  1606. }
  1607. .i-live .i-live-off-guest a .i-live-arrow {
  1608. background-position: -477px -410px;
  1609. }
  1610. .i-live .i-live-off-host:hover .i-live-icon {
  1611. background-position: -536px -601px;
  1612. }
  1613. .i-live .i-live-off-host:hover .r-arrow {
  1614. background-position: -477px -410px;
  1615. }
  1616. .i-live .i-live-icon {
  1617. background-position: -600px -533px;
  1618. width: 16px;
  1619. height: 16px;
  1620. margin-right: 3px;
  1621. }
  1622. .i-live .i-live-host-text,.i-live .i-live-icon {
  1623. vertical-align: middle;
  1624. }
  1625. .i-live .i-live-arrow {
  1626. margin-left: 8px;
  1627. }
  1628. .section.shop .shop-link {
  1629. position: absolute;
  1630. top: 0;
  1631. right: 0;
  1632. line-height: 46px;
  1633. padding: 0 20px;
  1634. color: #99a2aa;
  1635. font-size: 12px;
  1636. font-weight: 400;
  1637. }
  1638. .section.shop .shop-link:hover {
  1639. color: #00a1d6;
  1640. }
  1641. .section.shop .detail .item {
  1642. float: left;
  1643. width: 50%;
  1644. }
  1645. .section.shop .detail .item span {
  1646. display: block;
  1647. margin: 0 auto;
  1648. text-align: center;
  1649. }
  1650. .section.shop .detail .item .title {
  1651. color: #6d757a;
  1652. font-size: 12px;
  1653. }
  1654. .section.shop .detail .item .number {
  1655. color: #222;
  1656. font-size: 14px;
  1657. }
  1658. #page-index .col-1 {
  1659. background: #fff;
  1660. border: 1px solid #eee;
  1661. border-radius: 4px;
  1662. float: left;
  1663. padding: 15px 20px;
  1664. width: 700px;
  1665. }
  1666. #page-index .col-1.shielding:after {
  1667. content: "\65E0\6CD5\67E5\770B\7A7A\95F4\5185\5BB9\FF0C\8BF7\5C06\8BE5\7528\6237\79FB\9664\9ED1\540D\5355";
  1668. background-color: #fff;
  1669. }
  1670. #page-index .col-1.be-shielding:after,#page-index .col-1.shielding:after {
  1671. background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/nodata02.png);
  1672. background-position: 50%;
  1673. background-repeat: no-repeat;
  1674. border-radius: 4px;
  1675. color: #6d757a;
  1676. display: block;
  1677. font-size: 14px;
  1678. height: 450px;
  1679. overflow: hidden;
  1680. line-height: 640px;
  1681. text-align: center;
  1682. }
  1683. #page-index .col-1.be-shielding:after {
  1684. content: "\7531\4E8E\5BF9\65B9\9690\79C1\8BBE\7F6E\FF0C\65E0\6CD5\67E5\770B\7A7A\95F4\5185\5BB9";
  1685. }
  1686. #page-index .col-1.absEmpty:after {
  1687. background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/nodata02.png);
  1688. background-position: 50%;
  1689. background-repeat: no-repeat;
  1690. border-radius: 4px;
  1691. color: #6d757a;
  1692. content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\5C55\793A\7684\5185\5BB9\54E6~";
  1693. display: block;
  1694. font-size: 14px;
  1695. height: 450px;
  1696. overflow: hidden;
  1697. line-height: 640px;
  1698. text-align: center;
  1699. }
  1700. #page-index .col-1 .section.empty:after {
  1701. position: absolute;
  1702. left: 300px;
  1703. top: 9px;
  1704. color: #999;
  1705. }
  1706. #page-index .col-1 .section.empty:last-child {
  1707. padding-bottom: 0;
  1708. margin-bottom: 0;
  1709. }
  1710. #page-index .col-1 .section.private {
  1711. display: none;
  1712. }
  1713. #page-index .col-1 .section .more {
  1714. background-position: -310px -405px;
  1715. }
  1716. #page-index .col-1 .section .more:hover {
  1717. background-position: -438px -405px;
  1718. }
  1719. #page-index .col-2 {
  1720. float: right;
  1721. width: 350px;
  1722. }
  1723. #page-index .col-2 .section {
  1724. background: #fff;
  1725. border: 1px solid #eee;
  1726. border-radius: 4px;
  1727. padding: 15px 20px 18px;
  1728. margin-bottom: 10px;
  1729. }
  1730. #page-index .col-2 .section .user-auth .auth-icon {
  1731. -ms-flex-negative: 0;
  1732. flex-shrink: 0;
  1733. width: 18px;
  1734. height: 18px;
  1735. background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/user-auth.png);
  1736. background-repeat: no-repeat;
  1737. margin-right: 6px;
  1738. }
  1739. #page-index .col-2 .section .user-auth .auth-icon.personal-auth {
  1740. background-position: -39px -54px;
  1741. }
  1742. #page-index .col-2 .section .user-auth .auth-icon.organization-auth {
  1743. background-position: -5px -54px;
  1744. }
  1745. #page-index .col-2 .section .user-auth .auth-description {
  1746. line-height: 18px;
  1747. display: -ms-flexbox;
  1748. display: flex;
  1749. font-size: 14px;
  1750. color: #222;
  1751. }
  1752. #page-index .col-2 .section .user-auth .profession-description {
  1753. display: inline-block;
  1754. margin-top: 12px;
  1755. line-height: 20px;
  1756. font-size: 14px;
  1757. color: #222;
  1758. }
  1759. #page-index .col-2 .section .user-auth .profession-description__icon {
  1760. width: 20px;
  1761. height: 20px;
  1762. display: inline-block;
  1763. vertical-align: sub;
  1764. margin-left: 3px;
  1765. }
  1766. #page-index .col-2 .section .user-auth.no-auth {
  1767. margin: -15px -20px -18px;
  1768. }
  1769. #page-index .col-2 .section .user-auth.no-auth .no-auth-title {
  1770. display: inline-block;
  1771. position: relative;
  1772. top: 16px;
  1773. left: 20px;
  1774. }
  1775. #page-index .col-2 .section .user-auth.no-auth .no-auth-title .goto-auth {
  1776. cursor: pointer;
  1777. font-size: 18px;
  1778. color: #222;
  1779. display: block;
  1780. margin-bottom: 4px;
  1781. }
  1782. #page-index .col-2 .section .user-auth.no-auth .no-auth-title span {
  1783. font-size: 12px;
  1784. color: #99a2aa;
  1785. }
  1786. #page-index .col-2 .section .user-auth.no-auth .icon-auth {
  1787. width: 99px;
  1788. height: 70px;
  1789. display: inline-block;
  1790. vertical-align: middle;
  1791. }
  1792. #page-index .col-2 .section .auth-detail {
  1793. font-size: 12px;
  1794. color: #6d757a;
  1795. margin-top: 12px;
  1796. padding-left: 6px;
  1797. }
  1798. #page-index .col-2 .section .blueV-brand {
  1799. border-top: 1px solid #eee;
  1800. margin-top: 16px;
  1801. padding-top: 14px;
  1802. }
  1803. #page-index .col-2 .section .blueV-brand .blueV-link {
  1804. display: -ms-flexbox;
  1805. display: flex;
  1806. -ms-flex-pack: justify;
  1807. justify-content: space-between;
  1808. -ms-flex-align: center;
  1809. align-items: center;
  1810. }
  1811. #page-index .col-2 .section .blueV-brand .blueV-link .left-txt {
  1812. color: #18191c;
  1813. font-weight: 700;
  1814. }
  1815. #page-index .col-2 .section .blueV-brand .blueV-link .right-txt {
  1816. display: -ms-flexbox;
  1817. display: flex;
  1818. -ms-flex-align: center;
  1819. align-items: center;
  1820. color: #9499a0;
  1821. }
  1822. #page-index .col-2 .section .blueV-brand .blueV-link .right-txt>svg {
  1823. margin-left: 6px;
  1824. width: 7px;
  1825. height: 12px;
  1826. }
  1827. #page-index .col-2 .section .private-hint .icon {
  1828. width: 21px;
  1829. margin: 0;
  1830. background-position: -214px -724px;
  1831. }
  1832. #page-index .col-2 .section.empty:after {
  1833. color: #aaa;
  1834. display: block;
  1835. line-height: 80px;
  1836. text-align: center;
  1837. }
  1838. #page-index .col-2 .section:last-child {
  1839. border-bottom: 1px solid #eee;
  1840. }
  1841. #page-index .col-2 .section.user.private .content {
  1842. display: block;
  1843. }
  1844. #page-index .col-2 .section.user.private .friend-data {
  1845. padding: 14px 0;
  1846. }
  1847. #page-index .col-2 .section.user.private .section-title {
  1848. display: block;
  1849. margin-bottom: 0;
  1850. }
  1851. #page-index .col-2 .section.user.private .section-title .private-hint {
  1852. display: block;
  1853. line-height: 46px;
  1854. }
  1855. #page-index .col-2 .section.elec,#page-index .col-2 .section.i-m {
  1856. padding-top: 15px;
  1857. }
  1858. #page-index .col-2 .section-title {
  1859. border-bottom: 1px solid #e5e9ef;
  1860. font-size: 14px;
  1861. font-weight: 700;
  1862. padding: 0;
  1863. margin: -15px 0 10px;
  1864. height: 45px;
  1865. line-height: 45px;
  1866. }
  1867. #page-index .col-2 .section-title a {
  1868. font-weight: 700;
  1869. margin-right: 5px;
  1870. }
  1871. #page-index .col-2 .section-title .quantity {
  1872. font-weight: 700;
  1873. }
  1874. #page-index .col-2 .section-title .more {
  1875. background-position: -310px -407px;
  1876. font-weight: 400;
  1877. border: none;
  1878. top: 0;
  1879. line-height: 16px;
  1880. padding-right: 12px;
  1881. margin-right: 0;
  1882. }
  1883. #page-index .col-2 .section-title .more:hover {
  1884. background-position: -438px -407px;
  1885. }
  1886. #page-index .col-2 .mini-item {
  1887. width: 100%;
  1888. }
  1889. #page-index .col-2 .mini-item .detail a {
  1890. display: block;
  1891. line-height: 40px;
  1892. }
  1893. @media (min-width:1420px) {
  1894. #page-index .col-1 {
  1895. width: 880px;
  1896. }
  1897. #page-index .col-1 .section.empty:after,#page-index .col-1 .section .sec-empty-hint {
  1898. left: 400px;
  1899. }
  1900. #page-index .col-1 .channel .content {
  1901. width: 880px;
  1902. }
  1903. #page-index .col-1 .coin .content {
  1904. width: 900px;
  1905. }
  1906. #page-index .col-1 .coin .small-item:nth-child(8),#page-index .col-1 .coin .small-item:nth-child(9),#page-index .col-1 .coin .small-item:nth-child(10) {
  1907. display: block;
  1908. }
  1909. }
  1910. /*# sourceMappingURL=space.11.f69f7d6f8fbedc95d9c6de110515943ee7b4dd33.css.map*/
#space-theme {
transition: bottom .4s ease;
position: fixed;
left: 0;
bottom: -600px;
width: 100%;
z-index: 1000;
background: rgba(0,0,0,.8);
color: #fff;
} #space-theme.theme-show {
bottom: 0;
} #space-theme .theme-buy-layer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1001;
background-color: rgba(0,0,0,.7);
} #space-theme .theme-buy-layer #theme-buy-layer-wrapper {
background: #fff;
border-radius: 4px;
position: fixed;
left: 50%;
transition: opaicty .2s ease;
top: 50%;
width: 370px;
margin: -200px 0 0 -185px;
z-index: 1011;
} #space-theme .theme-tab {
cursor: pointer;
display: block;
float: left;
font-size: 18px;
margin-right: 10px;
line-height: 52px;
width: 130px;
text-align: center;
} #space-theme .theme-tab.active {
background-color: #111;
} #space-theme .theme-ann {
color: #ff98ba;
float: left;
line-height: 32px;
margin-right: 33px;
} #space-theme .theme-ann-icon {
background-position: -1307px -154px;
width: 10px;
height: 12px;
margin-right: 10px;
position: relative;
top: 1px;
} #space-theme .theme-close {
background-position: -527px -271px;
cursor: pointer;
width: 32px;
height: 32px;
margin-right: -10px;
} #space-theme .theme-close:hover {
background-position: -591px -271px;
} #space-theme .theme-topright {
float: right;
margin-top: 10px;
} #space-theme .theme-topright .theme-buy-vip {
line-height: 30px;
width: 90px;
margin-left: 15px;
} #space-theme .theme-btn {
line-height: 30px;
width: 88px;
} #space-theme .theme-btn.primary {
background: #f25d8e;
border: 1px solid #f25d8e;
} #space-theme .theme-btn.primary:hover {
background-color: #ff85ad;
border-color: #ff85ad;
} #space-theme .theme-btn.primary.disabled {
border-color: #aaa;
} #space-theme .theme-panel {
background: #111;
padding: 25px 0 15px;
position: relative;
} #space-theme .theme-panel[tab-id="1"] .theme-list {
padding-left: 45px;
} #space-theme .theme-list {
position: relative;
height: 280px;
overflow: hidden;
} #space-theme .theme-list[name=toutu] {
padding-left: 45px;
} #space-theme .theme-list-inner {
padding-bottom: 40px;
} #space-theme .theme-item-outer {
float: left;
width: 220px;
height: 240px;
position: relative;
} #space-theme .theme-item-outer:hover {
z-index: 1;
} #space-theme .theme-item {
background-position: center 15px;
background-repeat: no-repeat;
border-radius: 8px;
cursor: pointer;
text-align: center;
width: 180px;
padding: 182px 20px 10px;
position: absolute;
top: 0;
left: 0;
} #space-theme .theme-item:hover {
background-color: #4c4c4c;
} #space-theme .theme-item:hover .theme-action,#space-theme .theme-item:hover .theme-price {
display: block;
} #space-theme .theme-item.active {
background-color: #4c4c4c;
box-shadow: inset 0 0 0 3px hsla(0,0%,100%,.4);
} #space-theme .theme-item.active .theme-item-active-icon {
display: block;
} #space-theme .theme-item-active-icon {
background-position: -650px -653px;
display: none;
width: 37px;
height: 37px;
position: absolute;
top: 0;
right: 0;
} #space-theme .theme-name {
font-size: 14px;
line-height: 20px;
text-align: center;
max-width: 10em;
margin: 0 auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} #space-theme .theme-price {
color: #ccd0d7;
display: none;
margin: 5px 0 -1px;
} #space-theme .theme-action {
display: none;
padding: 10px 0 5px;
} #space-theme .theme-btn {
border-radius: 4px;
color: #fff;
display: inline-block;
width: 60px;
line-height: 24px;
margin: 0 3px;
} #space-theme .theme-btn.use {
background: #00a1d6;
} #space-theme .theme-btn.use:hover {
background: #00b5e5;
} #space-theme .theme-btn.buy {
background: #f25d8e;
width: 72px;
} #space-theme .theme-btn.buy:hover {
background: #ff85ad;
} #space-theme .theme-btn.renew {
border: 1px solid;
line-height: 22px;
width: 58px;
} #space-theme .theme-btn.renew:hover {
background: #ff85ad;
border-color: #ff85ad;
} #space-theme .toutu-item {
border: 3px solid #555;
border-radius: 12px;
cursor: pointer;
float: left;
width: 310px;
height: 96px;
position: relative;
margin: 0 25px 20px 0;
background-size: img;
background-position: 50%;
} #space-theme .toutu-item.active,#space-theme .toutu-item.for-sale.active {
border-color: #fff;
z-index: 2;
} #space-theme .toutu-item.active .selected-icon,#space-theme .toutu-item.for-sale.active .selected-icon {
display: block;
} #space-theme .toutu-item.active .toutu-detail,#space-theme .toutu-item.for-sale.active .toutu-detail {
border-color: #fff;
} #space-theme .toutu-item:hover {
z-index: 3;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
} #space-theme .toutu-item:hover .toutu-detail {
left: -3px;
opacity: 1;
} #space-theme .toutu-item.upload-toutu {
position: relative;
width: 316px;
height: 102px;
color: #99a2aa;
border: none;
background-image: url(s1.hdslb.com/bfs/static/jinkela/space/assets/396脳102-normal.png);
background-repeat: no-repeat;
transition: background-image .2s ease,color .2s ease;
} #space-theme .toutu-item.upload-toutu:hover {
color: #fff;
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/396脳102-hover.png);
} #space-theme .toutu-item.upload-toutu:hover .upload-icon {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAaCAYAAADIUm6MAAABoklEQVR42mNgAIL///+rAvFaIP74f+DBR6hbVBnwAaACdSB+/3/wAZCb1PE5fC1U4TYglmQYYAByA9QtILAWn0JY8hhwR6M5HgQ+41MEBgyDDBB014hyOFB5GRA/h+IyIvW0AvEXIL4KxMF0dzhQqQeWEsCDgJ4sNPX/gDiU3g4vxOLwAjzqJXDUD+/xFQi0cLgGEH9DcsB3kBge9XPwlNXz6J3GLYF4IRDPBbEJVG6/8Tj8LxDr0Cb3opatiiSavYKIGnItTRwOlGID4unQ0AGBJUDMTIS5xtBMSAiA1Bhg0X8EiA+T5XCoo3dgsaycCIfvJ6FdsomqaRwoPAmHRT+AWBePmYkkNqhAoW5CFYcDhdwJRPV1IObHok8FiD+Q0RrcQrHDgVwOIL5HhGXngFgOSR+oXX+HSIduo3o5DuTWkBBSoDJ9NRCvgyYhYoEkVWtOIFOEHj0hJPsOk6H9MDaHt9Gje0Ohw49gc/iH//QBVE8qJ+jk8K2gBhglDh90XTdiHb6WmBAYjA7XGEzDEyQ1/qDNT1DIfxpEDj8CLj1wAAAxW+fPWMftvgAAAABJRU5ErkJggg==);
} #space-theme .toutu-item.upload-toutu:hover .upload-tips.u-tips2 {
display: block;
} #space-theme .toutu-item.upload-toutu:hover .upload-tips.u-tips1 {
display: none;
} #space-theme .toutu-item.upload-toutu .upload-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
} #space-theme .toutu-item.upload-toutu .upload-icon {
width: 46px;
height: 26px;
margin: 0 auto;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAaCAYAAADIUm6MAAABqUlEQVR42mNgAIKZi1apAvFaIP4IxP8HGH+EukWVAR8AKlAH4veDwMHoGOQmdXwOXwtVuA2IJRkGGIDcAHULyE1r8SmEJY8BdzSa40Fu+oxPEThqGAYZIOiuEeVwoPoyIH4OxWVE6mkF4i9AfBWIg+nucKBaDywlgAcBPVlo6v8BcSi9HV6IxeEFeNRL4Kgf3uMrEGjhcA0g/obkgO8gMTzq5+Apq+fRO41bAvFCIJ4LYhOo3H7jcfhfINahTe5FLVsVSTR7BRE15FqaOBwoxwbE06GhA1K7BIiZiTDXGJoJCTkcpMYAi/4jQHyYLIdDHb0Di2XlRDh8Pwntkk1UTeNA8Uk4LPoBxLp4zEwksUEFCnUTqjgcKOZOIKqvAzE/Fn0qQPyBjNbgFoodDuRzAPE9Iiw7B8RySPpA7fo7RDp0G9XLcSC/hoSQApXpq4F4HTQJEatPkqo1J5AtQo+eEJJ9h8nQfxibw9vo0cOh0OFHsDn8A526ZlRPKifo5PCtoAYYJQ4fdF03Yh2+lpgQGIwO1xhMwxMkNf6gzU9QyH8aRA4/Ai49cAAAVzZmwRFfokoAAAAASUVORK5CYII=);
background-repeat: no-repeat;
transition: background-image .2s ease;
} #space-theme .toutu-item.upload-toutu .upload-tips {
line-height: 20px;
margin-top: 5px;
text-align: center;
font-size: 12px;
white-space: nowrap;
} #space-theme .toutu-item.upload-toutu .upload-tips.u-tips2 {
display: none;
} #space-theme .toutu-item.upload-toutu .upload-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
} #space-theme .toutu-item .vip-icon {
position: absolute;
top: -3px;
right: -3px;
width: 57px;
height: 57px;
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/vip-tag.png);
background-repeat: no-repeat;
} #space-theme .toutu-item .selected-icon {
display: none;
background-image: url(./icons.png);
background-position: -642px -650px;
content: "";
position: absolute;
width: 45px;
height: 45px;
top: -3px;
right: 0;
} #space-theme .theme-list-inner .noviptag:after {
display: none;
} #space-theme .edit-container {
width: 1100px;
height: 280px;
margin: 0 auto;
overflow: hidden;
} #space-theme .edit-container .crop-container .preview-container {
position: relative;
height: 172px;
background-color: #222;
border-radius: 10px;
overflow: hidden;
} #space-theme .edit-container .crop-container .preview-container.selecting {
background-color: #111;
} #space-theme .edit-container .crop-container .preview-container .jcrop-holder {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
max-width: 1100px;
max-height: 172px;
} #space-theme .edit-container .crop-container .crop-target {
max-width: 1100px;
max-height: 172px;
} #space-theme .edit-container .crop-container .option-pane {
margin-top: 10px;
height: 16px;
} #space-theme .edit-container .crop-container .option-pane .rechoose {
display: inline-block;
height: 16px;
line-height: 16px;
padding-left: 20px;
font-size: 12px;
color: #fff;
cursor: pointer;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAxklEQVR42o3RzQoBURTA8SsZxBuMZ/GxsLCyV16AsJOF4oWshi02mgVFZOcRJMVK6vqfOrekzMypX82ce87M6R5jNKy1WXSwwQ0PhOjDM99BooQjFqgjjyJqCLCH74oz2GJk/gRnYxxkCnlJo2UigvOJjtozcaHFVscKJdGOaahirU0vSbzRSPAnaZzJw1m7V6gkmVHu+apN04i6JlJuYRcsI4qHOMmNuoSvtxDosgrIoYw5drLc3694GOgSn7jr3Xdlua7uAzN0CaobG2d1AAAAAElFTkSuQmCC);
background-repeat: no-repeat;
background-position: 2px 2px;
transition: background-image .2s ease,color .2s ease;
} #space-theme .edit-container .crop-container .option-pane .rechoose:hover {
color: #00a1d6;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAyUlEQVR42o3RzwoBcRDA8Z9kEW+wnsWfg4OTu/IChJscFK+yD+C0XHHRHigie/IIkuIkxff3M3ug7O7UZ9ummd1pRqkgHD+NFla44AYPXVjqKxy/gD1mqCKLPCpwsYUdFKewxkD9C8cfYmem4JFEQ4WF449k1I6KjE/xS8bydKIZ0VDGUpoeOvFELcafdONEvxyle4FSnBn1ns/SNA6pqyMRHOyEeUhxHwezUUnYsgVXjpVDBkVMsTHH/fmKhZ4c8Y6r7L5tjivxBoCZldPnr4+cAAAAAElFTkSuQmCC);
} #space-theme .edit-container .crop-container .option-pane .upload-size {
margin-left: 10px;
color: #99a2aa;
font-size: 12px;
} #space-theme .edit-container .uploading-container {
margin-bottom: 30px;
} #space-theme .edit-container .uploading-container .uploading {
position: relative;
height: 170px;
margin: 15px auto 0;
background-color: #1f1f1f;
border-radius: 10px;
} #space-theme .edit-container .uploading-container .upload-content {
position: absolute;
top: 50%;
left: 50%;
width: 46px;
height: 60px;
margin: -30px 0 0 -23px;
} #space-theme .edit-container .uploading-container .loading-icon {
text-align: center;
} #space-theme .edit-container .uploading-container .loading-icon.loading img {
animation: loadingRotate 1s linear infinite;
} #space-theme .edit-container .uploading-container .loading-text {
margin-top: 10px;
font-size: 12px;
color: #6d757a;
text-align: center;
} #space-theme .edit-container .upload-action {
margin-top: 5px;
text-align: center;
} #space-theme .edit-container .upload-action .btn {
width: 90px;
height: 30px;
line-height: 30px;
margin-right: 20px;
color: #fff;
border-radius: 4px;
} #space-theme .edit-container .upload-action .btn:last-of-type {
margin-right: 0;
} #space-theme .edit-container .upload-action .btn.confirm-action.uploading-state {
color: #666;
border-color: #1f1f1f;
background-color: #1f1f1f;
} #space-theme .edit-container .upload-action .btn.cancel-action {
color: #fff;
border-color: #fff;
} #space-theme .edit-container .upload-action .btn.cancel-action:hover {
color: #00a1d6;
background: none;
border-color: #00a1d6;
} @keyframes loadingRotate {
0% {
transform: rotate(0);
} 50% {
transform: rotate(180deg);
} to {
transform: rotate(1turn);
}
} #space-theme .popup-register-vip {
position: fixed;
display: none;
left: 0;
top: 0;
z-index: 1987;
width: 100%;
height: 100%;
overflow: hidden;
background: rgba(0,0,0,.7);
} #space-theme .popup-register-vip .popup-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1988;
width: 350px;
height: 310px;
background-color: #fff;
box-shadow: 0 3px 26px rgba(0,0,0,.9);
border-radius: 4px;
} #space-theme .popup-register-vip .popup-title {
line-height: 20px;
margin-top: 40px;
font-size: 14px;
color: #666;
text-align: center;
} #space-theme .popup-register-vip .popup-title span {
color: #fd2828;
} #space-theme .popup-register-vip .popup-content {
margin-top: 10px;
text-align: center;
} #space-theme .popup-register-vip .popup-btn {
margin-top: 30px;
text-align: center;
} #space-theme .popup-register-vip .popup-btn span {
display: inline-block;
width: 120px;
height: 36px;
line-height: 36px;
font-size: 12px;
color: #fff;
background-color: #ff5b5b;
border-style: none;
border-radius: 5px;
text-align: center;
transition: all .2s ease;
} #space-theme .popup-register-vip .popup-btn span:hover {
background-color: #ff7575;
} #space-theme .popup-register-vip .popup-close-btn {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
cursor: pointer;
background-image: url(./icons.png);
background-repeat: no-repeat;
background-position: -522px -267px;
} #space-theme .toutu-detail {
background-repeat: no-repeat;
border: 3px solid #555;
border-radius: 12px;
opacity: 0;
transition: opacity .2s ease;
overflow: hidden;
position: absolute;
top: -3px;
left: -9999px;
width: 100%;
} #space-theme .toutu-meta {
background: #333;
line-height: 1em;
margin-top: 93px;
padding: 10px;
position: relative;
} #space-theme .toutu-title {
color: #fff;
margin-bottom: 10px;
} #space-theme .toutu-price {
color: #ccd0d7;
} #space-theme .toutu-action {
position: absolute;
bottom: 10px;
right: 10px;
} #space-theme .toutu-btn {
border-radius: 4px;
display: inline-block;
text-align: center;
line-height: 24px;
margin-left: 7px;
width: 54px;
} #space-theme .toutu-btn.vip {
background: #f66;
width: 90px;
} #space-theme .toutu-btn.vip:hover {
background: #f88;
} #space-theme .toutu-btn.buy {
border: 1px solid;
width: 52px;
line-height: 22px;
} #space-theme .toutu-btn.buy:hover {
color: #ff85ad;
} #space-theme .toutu-btn.use {
background: #00a1d6;
} #space-theme .toutu-btn.use:hover {
background: #00b5e5;
} #space-theme .theme-buy-layer.active {
opacity: 1;
left: 50%;
} #space-theme .theme-buy-close {
position: absolute;
top: 5px;
right: 5px;
z-index: 9;
width: 30px;
height: 30px;
background-image: url(./icons.png);
cursor: pointer;
background-position: -336px -593px;
} #space-theme .theme-buy-close:hover {
background-position: -400px -593px;
} #space-theme .theme-buy-header {
background: #e5e9ef;
border-radius: 4px 4px 0 0;
position: relative;
} #space-theme .theme-buy-preview {
border-radius: 4px;
display: block;
width: 128px;
height: 128px;
margin: 0 auto 20px;
top: -60px;
position: relative;
} #space-theme .theme-buy-name {
color: #111;
font-size: 24px;
line-height: 1em;
margin: -60px auto 0;
padding-bottom: 20px;
text-align: center;
max-width: 10em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} #space-theme .theme-buy-current-expire-time {
color: #6d757a;
line-height: 1em;
text-align: center;
margin-top: -5px;
padding-bottom: 15px;
} #space-theme .theme-buy-body {
padding: 0 36px;
} #space-theme .theme-buy-a {
color: #99a2aa;
font-size: 14px;
line-height: 1em;
margin: 25px 0 10px;
} #space-theme .theme-buy-list {
margin-bottom: 25px;
width: 330px;
} #space-theme .theme-buy-item {
border: 1px solid #ccd0d7;
border-radius: 4px;
color: #222;
cursor: pointer;
font-size: 14px;
float: left;
width: 65px;
margin-right: 10px;
line-height: 38px;
text-align: center;
} #space-theme .theme-buy-item:hover {
border-color: #00a1d6;
color: #00a1d6;
} #space-theme .theme-buy-item.active {
border-color: #00a1d6;
box-shadow: 0 0 0 1px #00a1d6;
color: #00a1d6;
} #space-theme .theme-buy-item.active .theme-buy-custom-length {
color: #00a1d6;
} #space-theme .theme-buy-item.custom {
color: #99a2aa;
} #space-theme .theme-buy-price {
border-bottom: 1px solid #e5e9ef;
color: #6d757a;
font-size: 14px;
line-height: 1em;
text-align: center;
padding-bottom: 10px;
margin-bottom: 25px;
} #space-theme .theme-buy-price var {
color: #00a1d6;
font-size: 18px;
font-weight: 700;
} #space-theme .theme-buy-footer {
padding: 200px 0 30px;
text-align: center;
} #space-theme .theme-buy-layer-btn {
border: 1px solid #ccd0d7;
width: 120px;
line-height: 34px;
vertical-align: middle;
margin: 0 5px;
} #space-theme .theme-buy-vip {
background: #f66;
border-color: #f66;
color: #fff;
} #space-theme .theme-buy-vip:hover {
background: #f88;
border-color: #f88;
color: #fff;
} #space-theme .theme-buy-submit-btn {
display: inline-block;
border-radius: 3px;
transition: all .1s ease;
text-align: center;
border-color: #00a1d6;
color: #00a1d6;
} #space-theme .theme-buy-submit-btn:hover {
border-color: #00b5e5;
color: #00b5e5;
} #space-theme .hideit {
display: block;
} #space-theme input.theme-buy-custom-length {
background: transparent;
box-shadow: none;
border: none;
color: #99a2aa;
cursor: pointer;
font-size: 14px;
line-height: 38px;
height: 38px;
transition: none;
padding: 0 12px;
width: 40px;
text-align: center;
} #space-theme input.theme-buy-custom-length:focus {
border: none;
} #space-theme #theme-buy-select-length .theme-buy-footer {
padding-top: 0;
} #space-theme #theme-buy-success {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/theme-buy-success.png);
background-repeat: no-repeat;
background-position: center 140px;
} #space-theme #theme-buy-success .theme-buy-body {
padding: 40px 55px 0;
} #space-theme #theme-buy-fail {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/theme-buy-processing.png);
background-repeat: no-repeat;
background-position: center 160px;
} #space-theme #theme-buy-fail .theme-buy-body {
padding: 40px 40px 0;
} #space-theme .theme-buy-success-icon {
display: block;
float: left;
width: 50px;
height: 50px;
background-image: url(./icons.png);
background-position: -646px -1037px;
} #space-theme #theme-buy-success-g {
position: absolute;
left: 105px;
top: 135px;
width: 160px;
height: 180px;
} #space-theme .theme-buy-fail-icon {
display: block;
float: left;
width: 50px;
height: 50px;
margin-left: -10px;
background-image: url./icons.png);
background-position: -646px -909px;
} #space-theme #theme-buy-fail .theme-buy-result-info,#space-theme #theme-buy-fail .theme-buy-result-title {
margin-left: 60px;
} #space-theme .theme-buy-result-title {
color: #222;
font-size: 22px;
line-height: 1em;
margin: 0 0 15px 70px;
} #space-theme .theme-buy-result-info {
color: #99a2aa;
font-size: 14px;
margin-left: 70px;
margin-bottom: 10px;
line-height: 1em;
white-space: nowrap;
} #space-theme .theme-buy-g-name {
color: #00a1d6;
display: inline-block;
max-width: 8em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: bottom;
} #space-theme .theme-buy-rmb-hint {
color: #222;
font-size: 22px;
line-height: 24px;
margin-bottom: 15px;
} #space-theme .theme-buy-rmb-secondary {
color: #99a2aa;
font-size: 14px;
} @media (min-width:1420px) {
#space-theme .theme-panel .theme-list[name=toutu] {
padding-left: 0;
} #space-theme .toutu-item {
width: 290px;
height: 90px;
margin-right: 20px;
} #space-theme .toutu-item.upload-toutu {
width: 296px;
height: 96px;
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/296x96-normal.png);
} #space-theme .toutu-item.upload-toutu:hover {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/296x96-hover.png);
} #space-theme .theme-ann {
margin-right: 13px;
} #space-theme .theme-item {
margin-right: 36px;
}
} .h-notice[data-v-12a8e8b3] {
height: 42px;
padding: 0 16px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
} .h-notice a[data-v-12a8e8b3] {
display: inline-block;
height: 100%;
max-width: 1226px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
letter-spacing: 0;
line-height: 42px;
cursor: auto;
} .h-notice a.linkType[data-v-12a8e8b3] {
cursor: pointer;
} .h-notice .icon-notice[data-v-12a8e8b3] {
width: 14px;
height: 14px;
margin-right: 8px;
} .medal-box {
position: relative;
vertical-align: middle;
margin-left: 3px;
height: 16px;
line-height: 10px;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 8px;
color: #f25d8e;
border-radius: 1px;
} .medal-box .medal-flag {
position: absolute;
transform: translate(-50%,-1px);
width: 18px;
height: 18px;
} .medal-box .medal-level,.medal-box .medal-true-love {
border: .5px solid #f25d8e;
text-align: center;
box-sizing: content-box;
} .medal-box .medal-level .tiny,.medal-box .medal-true-love .tiny {
transform: scale(.5);
width: 200%;
height: 200%;
font-weight: 400;
transform-origin: left 30%;
font-size: 20px;
} .medal-box .medal-true-love {
border-right-width: 0;
border-bottom-left-radius: 1px;
border-top-left-radius: 1px;
padding-left: 2px;
padding-right: 2px;
white-space: nowrap;
} .medal-box .medal-level {
border-left: .5px solid #f25d8e;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 1px;
border-top-right-radius: 1px;
width: 18px;
background: #fff;
} .h {
position: relative;
z-index: 10;
} .h .h-forbid {
height: 42px;
margin-bottom: 10px;
background-color: #e5e9ef;
border-radius: 4px;
} .h .h-forbid .f-wrap {
width: 203px;
margin: 0 auto;
} .h .h-forbid .f-wrap .f-icon {
background-image: url(/./icons.png);
background-position: -664px -458px;
display: inline-block;
width: 80px;
height: 42px;
margin-right: 20px;
} .h .h-forbid .f-wrap .f-txt {
font-size: 14px;
color: #222;
line-height: 42px;
display: inline-block;
vertical-align: top;
} .h .h-inner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAEElEQVR4AWP48vU7MqKUDwA7qkfh9iF73wAAAABJRU5ErkJggg==);
background-position: 50%;
background-size: img;
transition: background-image .2s ease,background-size 1s ease;
padding-top: 116px;
position: relative;
} .h .avatar-icon {
display: block;
position: absolute;
right: 0;
top: 44px;
width: 20px;
height: 20px;
z-index: 9;
} .h .h-user {
position: relative;
z-index: 1;
} .h .gender {
display: none;
width: 21px;
height: 18px;
margin-right: 5px;
vertical-align: middle;
background-position: -212px -922px;
} .h .gender.male {
display: inline-block;
background-position: -212px -472px;
} .h .gender.female {
display: inline-block;
background-position: -211px -404px;
} .h .m-level {
display: inline-block;
width: 25px;
height: 14px;
margin-right: 5px;
} .h .m-level.senior {
width: 35px;
height: 14px;
} .h .m-level svg {
width: 100%;
height: 100%;
} .h .h-gradient {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 84px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAABdCAMAAADNEjtLAAABEVBMVEUDAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAAADAACnjvHuAAAAW3RSTlMBAgMEBQYHCAkKCwwNDxAREhQVFhgZGxweHyEiJCUnKSosLS8xMjQ2ODk7PT5AQkNFR0hKTE5PUVNUVldZW1xeX2FiZGVnaGprbG5vcHFzdHV2d3h5ent8fX5/XoZ4lgAAAPVJREFUeAHt1AERADAQAiDdrX/mDyKEIAAAjGkDsOk3AAIEECCAAAEECCBAAAECCBBAgAACBBAggAABBAggQAABAggQQIAAAgQQIIAAAQQIIEAAAQIIEECAAAIEECCAAAEECAgQQIAAAgQQIIAAAQQIIEAAAQIIEECAAAIEECCAAAEECCBAAAECCBBAgAACBBAggAABBAggQAABAggQQIAAAgQQIIAAAQECCBBAgAACBBAggAABBAggQAABAggQQIAAAgQQIIAAAQQIIEAAAQIIEECAAAIEECCAAAEECCBAAAECCBBAgAACBAQIIEAAAQIseAEYdZ9sAcJDX4ICAAAAAElFTkSuQmCC);
background-repeat: repeat-x;
} .h .h-fans-icon {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
} .h .h-fans-icon:hover .fans-hover-tip {
display: block;
} .h .h-fans-icon .fans-hover-tip {
position: absolute;
display: none;
top: -29px;
left: 5px;
width: 138px;
padding: 0 12px;
font-size: 12px;
color: #ff85ad;
background: #fff;
border: 1px solid #ff85ad;
border-radius: 4px;
box-sizing: border-box;
} .h .h-fans-icon .fans-hover-tip:after {
content: "";
position: absolute;
bottom: -5px;
left: 5px;
width: 7px;
height: 7px;
border: 1px solid #ff85ad;
border-top: none;
border-left: none;
transform: rotate(45deg);
background-color: #fff;
} .h .h-fans-icon .fans-hover-tip .tip-inner {
font-size: 12px;
color: #505050;
line-height: 12px;
} .h .h-fans-icon .h-fans-text {
display: block;
width: 20px;
height: 16px;
line-height: 14px;
font-size: 12px;
color: #ff85ad;
background: #fff;
border: 1px solid #ff85ad;
border-radius: 4px;
box-sizing: border-box;
} .h .avatar-img {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
background: rgba(0,0,0,.6);
font-size: 12px;
color: #fff;
line-height: 60px;
text-align: center;
opacity: 0;
border-radius: 50%;
transition: opacity .2s;
} .h .bili-avatar-icon,.h .bili-avatar-nft-icon {
z-index: 1;
} .h .nft-avatar-img {
width: 68px;
height: 68px;
line-height: 68px;
} .h .bili-avatar-img {
border: 2px solid hsla(0,0%,100%,.4);
} .h .avatar-container:hover .avatar-img {
opacity: 1;
} .h .avatar-container {
position: relative;
} .h .h-info {
margin-left: 20px;
padding-bottom: 16px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
} .h .h-basic {
color: #fff;
font-size: 0;
margin-left: 22px;
} .h .h-basic .h-basic-spacing {
margin-top: 6px;
} .h .h-basic .h-basic-spacing.is-honor {
margin: 3px 0;
} .h .h-basic .honor {
overflow: hidden;
width: 735px;
height: 16px;
} .h .h-basic .honor .honor-item {
float: left;
font-size: 12px;
color: #fff;
line-height: 14px;
font-weight: 400;
padding: 1px 5px;
background: hsla(0,0%,100%,.2);
box-shadow: inset 0 0 0 0 hsla(0,0%,100%,.5);
border-radius: 4px;
margin-right: 10px;
cursor: default;
} .h .h-basic .honor .cursor {
cursor: pointer;
} .h #h-name {
display: inline-block;
margin-right: 5px;
font-weight: 700;
line-height: 18px;
font-size: 18px;
vertical-align: middle;
} .h #h-ceritification {
background-position: -217px -792px;
display: none;
width: 11px;
height: 18px;
margin: 0 1px 0 6px;
vertical-align: middle;
} .h .h-sign {
background: transparent;
border-radius: 4px;
border: none;
box-shadow: none;
color: hsla(0,0%,100%,.8);
font-size: 12px;
font-family: Microsoft Yahei;
line-height: 26px;
height: 26px;
margin-left: -5px;
padding: 0 5px;
position: relative;
top: -1px;
width: 730px;
font-weight: 400;
} .h .h-f-btn {
background: rgba(0,0,0,.45);
box-shadow: 0 0 0 2px hsla(0,0%,100%,.3);
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
float: left;
text-align: center;
margin: 0 20px 17px 0;
width: 76px;
line-height: 30px;
} .h .h-f-btn:hover {
background: rgba(0,0,0,.5);
} .h .h-f-btn .icon-arrow {
margin-left: 4px;
background-position: -1369px -214px;
} .h .h-f-btn.special {
width: 100px;
} .h .h-f-btn .video-commonmenu {
vertical-align: middle;
margin-right: 2px;
} .h .h-follow {
background: #f25d8e;
box-shadow: 0 0 0 2px #fff;
color: #fff;
} .h .h-follow:hover {
background: #ff85ad;
} .h .h-message:hover {
color: #fff;
} .h .h-vipType {
display: inline-block;
height: 16px;
line-height: 16px;
border-radius: 4px;
font-size: 12px;
color: #fff;
padding: 0 5px;
background-color: #f45a8d;
vertical-align: middle;
margin-right: 5px;
cursor: pointer;
} .h .h-vipType.disable {
background-color: #ccd0d7;
color: #99a2aa;
} .h .h-guest-hint {
background: rgba(0,161,214,.9);
color: #fff;
font-size: 12px;
line-height: 40px;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
} .h .h-version {
position: absolute;
top: 15px;
right: 57px;
} .h .h-v-btn {
background: rgba(0,0,0,.45);
border-radius: 4px;
color: #fff;
cursor: pointer;
font-size: 12px;
line-height: 30px;
transition: all .1s ease;
padding: 0 10px;
} .h .h-v-btn:hover {
background: rgba(0,0,0,.5);
} .h .h-v-icon {
background-position: -1111px -407px;
width: 14px;
height: 14px;
} .h .h-role-icon {
margin-left: 5px;
} .h .h-action {
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
} .h body[role="2"] .h-follow {
display: none;
} .h .h-v-host,.h body[role="2"] .h-unfollow {
display: inline-block;
} .h .h-v-host {
background: #fff;
border-radius: 4px;
color: #222;
cursor: pointer;
line-height: 20px;
margin-left: 22px;
width: 56px;
transition: background .2s ease;
} .h .h-v-host:hover {
color: #00a1d6;
} .h #h-sign {
background: transparent;
border-radius: 4px;
border: none;
box-shadow: none;
color: hsla(0,0%,100%,.8);
font-size: 12px;
font-family: Microsoft Yahei;
line-height: 26px;
height: 26px;
margin-left: -5px;
padding: 0 5px;
position: relative;
top: -1px;
width: 730px;
} .h #h-sign:hover {
background: hsla(0,0%,100%,.2);
box-shadow: 0 0 0 1px hsla(0,0%,100%,.5);
} .h #h-sign:focus {
background: #fff;
box-shadow: inset 0 2px 4px rgba(35,54,86,.3);
color: #6d757a;
} .h #h-sign::-webkit-input-placeholder {
color: #d6dee4;
} .h #h-sign:-moz-placeholder,.h #h-sign::-moz-placeholder {
color: #d6dee4;
} .h #h-sign:-ms-input-placeholder {
color: #d6dee4;
} .h .space-theme-trigger {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/theme-trigger-new.png);
background-position: 0 0;
border-radius: 0 4px 0 0;
cursor: pointer;
width: 58px;
height: 49px;
transition: opacity .2s ease;
position: absolute;
top: 0;
right: 0;
} .h .space-theme-trigger .btn {
color: #fff;
} .h .h:hover .space-theme-trigger {
opacity: 1;
} .h .h-add-to-black {
float: left;
height: 30px;
} .h .h-add-to-black .be-dropdown-trigger {
width: 30px;
height: 30px;
} .h .h-add-to-black .icon-ic_more {
color: #fff;
font-size: 30px;
line-height: 30px;
} .h .modal-wrapper .modal-body {
padding: 30px 40px!important;
} .h .space-report-popup .modal-wrapper {
width: 548px;
} .h .space-report-popup .modal-wrapper .modal-header .icon-ic_close {
right: 28px;
} .h .space-report-popup .modal-wrapper .modal-header .modal-title {
font-weight: 500;
font-size: 18px;
} .h .space-report-popup .modal-wrapper .modal-body {
border-bottom: 1px solid #e3e5e7;
padding-top: 20px!important;
padding-bottom: 20px!important;
padding-left: 24px!important;
} .h .space-report-popup .modal-wrapper .modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 12px 0;
} .h .space-report-popup .modal-wrapper .modal-footer .btn {
margin-right: 8px;
} .h .space-report-popup .modal-wrapper .modal-footer .btn.primary {
-ms-flex-order: 1;
order: 1;
margin-right: 24px;
} .h .report-popup-tip {
line-height: 18px;
font-size: 16px;
color: #18191c;
text-align: left;
} .h .report-popup-list {
margin-top: 18px;
font-size: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
} .h .report-popup-item {
float: left;
width: 90px;
line-height: 20px;
margin-bottom: 15px;
cursor: pointer;
text-align: left;
white-space: nowrap;
} .h .report-popup-item.checked .report-popup-item-checkbox {
background: #00a1d6;
border-color: #00a1d6;
} .h .report-popup-item.checked .report-popup-item-checkbox:before {
content: "";
display: block;
position: absolute;
top: 6px;
left: 3px;
width: 0;
height: 5px;
border-left: 2px solid #fff;
transform: rotate(-45deg);
} .h .report-popup-item.checked .report-popup-item-checkbox:after {
content: "";
display: block;
position: absolute;
top: 2px;
left: 9px;
width: 0;
height: 11px;
border-left: 2px solid #fff;
transform: rotate(45deg);
} .h .report-popup-item-checkbox {
position: relative;
display: inline-block;
width: 14px;
height: 14px;
vertical-align: middle;
border: 1px solid #bec3cc;
border-radius: 2px;
} .h .report-popup-item-text {
display: inline-block;
margin-left: 10px;
font-size: 14px;
color: #222;
vertical-align: middle;
} .h .space-fans-medal {
display: inline-block;
vertical-align: middle;
margin-left: 5px;
} .h .space-fans-medal .normal-medal {
height: 16px;
display: -ms-flexbox;
display: flex;
cursor: pointer;
} .h .space-fans-medal .normal-medal .normal-left {
width: 16px;
height: 100%;
background: #e5e9ef;
border: 1px dashed #99a2aa;
box-sizing: border-box;
border-radius: 1px;
position: relative;
} .h .space-fans-medal .normal-medal .normal-left i {
display: block;
background: #99a2aa;
border-radius: 1px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
} .h .space-fans-medal .normal-medal .normal-left i:first-child {
width: 8px;
height: 1px;
} .h .space-fans-medal .normal-medal .normal-left i:last-child {
width: 1px;
height: 8px;
} .h .space-fans-medal .normal-medal .normal-right {
width: 48px;
height: 100%;
position: relative;
background: #000;
opacity: .7;
border-radius: 1px;
} .h .space-fans-medal .normal-medal .normal-right p {
width: 200%;
height: 200%;
font-size: 20px;
transform: scale(.5);
transform-origin: top left;
line-height: 32px;
color: #fff;
position: absolute;
top: 0;
left: 0;
text-align: center;
} .h .space-fans-medal .fans-medal {
display: -ms-flexbox;
display: flex;
cursor: pointer;
} .van-dialog.fans-medal-dialog {
border-radius: 10px;
} .van-dialog.fans-medal-dialog i {
position: absolute;
text-decoration: none;
top: 13px;
right: 12px;
width: 20px;
height: 20px;
line-height: 20px;
cursor: pointer;
font-size: 16px;
text-align: center;
} .van-dialog.fans-medal-dialog .van-dialog__header .van-dialog__title {
color: #00a1d6;
} .van-dialog.fans-medal-dialog .van-dialog__body {
padding: 0;
} .space-user-avatar {
width: 60px;
min-width: 60px;
} .space-user-avatar .avatar-wrap {
position: relative;
width: 100%;
height: 60px;
} .space-user-avatar .avatar-wrap.live-ani .a-cycle {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 60px;
height: 60px;
border: 1px solid #f69;
border-radius: 50%;
z-index: 1;
opacity: 0;
animation: scaleUpCircle 1.5s linear;
animation-iteration-count: infinite;
} @keyframes scaleUpCircle {
0% {
transform: translate(-50%,-50%) scale(1);
opacity: 1;
} to {
transform: translate(-50%,-50%) scale(1.5);
opacity: 0;
}
} .space-user-avatar .avatar-wrap.live-ani .a-cycle-1 {
animation-delay: 0;
} .space-user-avatar .avatar-wrap.live-ani .a-cycle-2 {
animation-delay: .5s;
} .space-user-avatar .avatar-wrap.live-ani .a-cycle-3 {
animation-delay: 1s;
} .space-user-avatar .live-tab {
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%,50%);
height: 15px;
white-space: nowrap;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
background: #f69;
color: #fff;
border-radius: 8px;
border: 1.5px solid #fff;
padding: 2px 3px;
font-size: 12px;
z-index: 2;
} .space-user-avatar .live-tab .live-gif {
width: 15px;
margin-right: 5px;
} .n {
margin-bottom: 10px;
} .n .n-tab-links .iconfont {
display: inline-block;
width: 20px;
font-size: 20px;
margin-right: 4px;
vertical-align: middle;
} .n .n-tab-links .icon-ic_home {
color: #00c091;
} .n .n-tab-links .icon-ic_following {
color: #fb7299;
} .n .n-tab-links .icon-ic_video {
color: #02b5da;
} .n .n-tab-links .icon-ic_article {
color: #3bd3d3;
} .n .n-tab-links .icon-ic_playlist {
color: #9d8ce5;
} .n .n-tab-links .icon-ic_channel {
color: #23c9ed;
} .n .n-tab-links .icon-ic_collect {
color: #f3a034;
} .n .n-tab-links .icon-ic_sub {
color: #ff5d47;
} .n .n-tab-links .icon-ic_setting {
color: #23c9ed;
} .n .n-tab-links .icon-ic_class1 {
color: #0ba395;
} .n .new-channel-tip {
position: absolute;
top: -23px;
left: 180px;
bottom: 15px;
height: 32px;
background: #fb7299;
border-radius: 4px;
z-index: 11;
padding: 0 10px 0 16px;
box-sizing: border-box;
} .n .new-channel-tip .little_tv {
position: absolute;
top: -9px;
left: -18px;
display: inline-block;
width: 37px;
height: 43px;
background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/little_tv_pop.png);
background-size: img;
} .n .new-channel-tip .tip-text {
display: inline-block;
color: #fff;
font-size: 13px;
line-height: 32px;
text-align: center;
font-family: PingFang SC;
font-weight: 400;
} .n .new-channel-tip .tip_close {
color: #fff;
font-size: 10px;
line-height: 10px;
font-weight: 600;
cursor: pointer;
display: inline-block;
vertical-align: baseline;
width: 10px;
margin-left: 6px;
} .n .new-channel-tip:after {
content: "";
display: block;
position: absolute;
top: 32px;
left: 75px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #fb7299;
} .n .n-inner {
height: 66px;
background: #fff;
box-shadow: 0 0 0 1px #eee;
border-radius: 0 0 4px 4px;
padding: 0 20px;
font-size: 0;
} .n .n-cursor {
background: #00a1d6;
width: 0;
height: 3px;
transition: all .2s ease;
position: absolute;
bottom: -1px;
left: 0;
} .n .n-btn {
display: inline-block;
font-size: 0;
line-height: 66px;
margin-right: 16px;
position: relative;
} .n .n-btn.active {
color: #00a1d6;
} .n .n-tab-links {
display: inline-block;
font-size: 0;
vertical-align: middle;
} .n .n-text {
font-size: 13px;
} .n .n-num,.n .n-text {
vertical-align: middle;
} .n .n-num {
margin-left: 2px;
font-size: 12px;
color: #99a2aa;
font-family: Arial;
} .n .n-statistics {
float: right;
height: 66px;
} .n .n-data {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
float: left;
width: 58px;
height: 66px;
padding: 10px 0;
text-align: center;
box-sizing: border-box;
} .n .n-data.router-link-active .n-data-k,.n .n-data.router-link-active .n-data-v {
color: #00a1d6;
} .n .n-data .n-data-k {
line-height: 14px;
font-size: 12px;
color: #99a2aa;
} .n .n-data .n-data-v {
line-height: 16px;
margin-top: 5px;
color: #222;
font-size: 12px;
} .n .n-fs:hover p,.n .n-gz:hover p {
color: #00a1d6!important;
} @media (min-width:1420px) {
.n .n-btn {
margin-right: 31px;
} .n .new-channel-tip {
left: 230px;
}
} .n-fix {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 111;
transform: translateY(-70px);
transition: transform .3s ease;
} .n-fix .n-inner {
padding-left: 20px;
border-radius: 0;
} .n-fix.fixed {
transform: translateY(0);
} .n-fix .n-avatar {
display: inline-block;
width: 24px;
height: 24px;
margin-right: 5px;
vertical-align: middle;
border-radius: 50%;
overflow: hidden;
} .n-fix .n-avatar img {
display: block;
width: 24px;
} .n-fix .n-text {
max-width: 90px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} @media (min-width:1420px) {
.n-fix .n-btn {
margin-right: 31px;
}
} .to-top {
position: fixed;
display: none;
bottom: 100px;
right: 20px;
transform: translateY(0);
width: 62px;
height: 85px;
margin-left: 602px;
cursor: pointer;
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/space-to-top.png);
background-position: -40px -44px;
} .to-top.transition {
transition: transform .3s ease-in;
} .to-top.fly {
transform: translateY(-1000px);
} @media (min-width:1420px) {
.to-top {
margin-left: 712px;
}
} .fav-share {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,.65);
z-index: 2001;
} .fav-share .share-iframe {
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
box-sizing: border-box;
margin-bottom: 50px;
} #page-404[data-v-12b2bced] {
width: 980px;
min-height: 1200px;
margin: 30px auto;
background: #fff;
border-radius: 10px;
} #page-404 .p404[data-v-12b2bced] {
margin: 0 auto;
width: 200px;
padding-top: 30px;
text-align: center;
} #page-404 .p404 .error[data-v-12b2bced] {
margin: 0 auto;
color: #666;
} #page-404 .p404 .code[data-v-12b2bced] {
width: 100px;
margin-top: 30px;
} #page-404 .p404 .message[data-v-12b2bced] {
width: 150px;
} #page-404 .back-btn[data-v-12b2bced] {
display: block;
line-height: 40px;
text-align: center;
background: #00a1d6;
color: #fff;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
padding: 0 20px;
width: 80px;
margin: 20px auto 0;
} .fade-enter-active,.fade-leave-active {
transition: opacity .3s;
} .fade-enter,.fade-leave-to {
opacity: 0;
} .zoom-enter-active,.zoom-leave-active {
transition: transform .3s,opacity .3s;
} .zoom-enter,.zoom-leave-to {
transform: scaleY(0);
opacity: 0;
} .flip-list-move {
transition: transform 1s;
} a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
word-break: break-word;
} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
} em,i {
font-style: normal;
} ol,ul {
list-style: none;
} b {
font-weight: 700;
} blockquote,q {
quotes: none;
} blockquote:after,blockquote:before,q:after,q:before {
content: "";
content: none;
} table {
border-collapse: collapse;
border-spacing: 0;
} html {
background: #f4f5f7;
} body,html {
height: 100%;
} body {
color: #222;
font-size: 12px;
line-height: 1.7em;
margin: 0;
overflow-y: scroll;
} body,input,textarea {
font-family: Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
} input,textarea {
outline: none;
} a {
color: inherit;
text-decoration: none;
transition: color .2s ease,background-color .2s ease;
} a[href="javascript: 0"] {
cursor: default;
} a:hover {
color: #00a1d6;
} .flex-c-s {
-ms-flex-pack: justify;
justify-content: space-between;
} .flex-c-l,.flex-c-s {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
} .flex-c-l {
-ms-flex-pack: start;
justify-content: flex-start;
} .wrapper {
width: 1101px;
margin: 0 auto;
position: relative;
} #browser-version-tip {
position: absolute;
top: 42px;
left: 0;
z-index: 100;
width: 100%;
height: 40px;
line-height: 40px;
background-color: #e40c0c;
text-align: center;
font-size: 14px;
color: #fff;
} #browser-version-tip a {
margin: 0 2px;
text-decoration: underline;
color: #07f;
} #browser-version-tip #close-browser-tip {
position: absolute;
right: 0;
top: 10px;
margin-left: 15px;
width: 20px;
height: 20px;
background-position: -1368px -278px;
vertical-align: middle;
} #browser-version-tip #close-browser-tip,.icon {
display: inline-block;
background-image: url(./icons.png);
} .s-body {
padding-bottom: 30px;
} .s-body.loading {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/loadTV.gif);
background-position: 50%;
background-repeat: no-repeat;
height: 200px;
} .z_top .z_header {
width: 1100px;
} .clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
} * html .clearfix {
height: 1%;
} .space_input {
line-height: 28px;
height: 28px;
padding: 0 10px;
transition: all .3s ease;
vertical-align: top;
border: 1px solid #ccd0d7;
border-radius: 0;
} .space_input:focus {
border-color: #00a1d6;
} input[type=number] {
-moz-appearance: textfield;
} input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
} ::-webkit-input-placeholder {
color: #99a2aa;
} ::-moz-placeholder {
color: #99a2aa;
} :-ms-input-placeholder {
color: #99a2aa;
} :-moz-placeholder {
color: #99a2aa;
} input::-ms-clear {
display: none;
} .clearfix {
display: block;
} .col-full {
background: #fff;
box-shadow: 0 0 0 1px #eee;
border-radius: 4px;
padding: 20px;
} .col-full .section.empty,.col-full .section.private {
width: 100%!important;
} .col-full .section.empty:after,.col-full .section.private:after {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/nodata02.png);
background-position: 50%;
background-repeat: no-repeat;
border-radius: 4px;
color: #6d757a;
content: "\6570\636E\4E3A\7A7A";
display: block;
font-size: 14px;
height: 450px;
overflow: hidden;
line-height: 640px;
text-align: center;
} .section {
border-bottom: 1px solid #eee;
margin-bottom: 17px;
position: relative;
} .section.empty .content,.section.empty .count,.section.empty .more,.section.empty .style,.section.loading .quantity,.section.loading .style {
display: none;
} .section.loading .content {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/loadTV.gif);
background-position: 50%;
background-repeat: no-repeat;
text-indent: -9999px;
height: 270px;
} .section.loading .content * {
display: none;
} .section.empty .content,.section.loading .content,.section.private .content {
width: 100%;
} .section .count {
background: #f6fafb;
border: 1px solid #ddd;
border-radius: 3px;
color: #777;
display: inline-block;
font-size: 12px;
line-height: 18px;
height: 18px;
margin-left: 11px;
padding: 0 5px;
position: relative;
vertical-align: middle;
} .section .count:before {
background-position: -215px -340px;
content: "";
display: block;
left: -7px;
top: -3px;
height: 22px;
width: 10px;
} .section .count:before,.section .more {
background-image: url(./icons.png);
position: absolute;
} .section .more {
background-position: -310px -405px;
border: 1px solid #b8c0cc;
border-radius: 4px;
color: #6d757a;
font-size: 12px;
line-height: 22px;
transition: border .2s ease;
padding: 0 19px 0 10px;
top: 6px;
right: 0;
} .section .more:hover {
background-position: -438px -405px;
border-color: #00a1d6;
color: #00a1d6;
} .section .operation {
display: inline-block;
background-image: url(./icons.png);
border: 1px solid #b8c0cc;
border-radius: 4px;
color: #6d757a;
font-size: 12px;
line-height: 22px;
transition: border .2s ease;
padding: 0 19px 0 10px;
} .section .operation:hover {
border-color: #00a1d6;
color: #00a1d6;
} .section:last-child {
border-bottom: none;
margin-bottom: 0;
} .section.empty.video:after {
content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\6295\8FC7\89C6\9891\54E6~~";
} .section.empty.video.host:after {
display: none;
} .section.empty.audio:after {
content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\53D1\5E03\8FC7\97F3\9891\54E6~~";
} .section.empty.bangumi:after {
content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\8BA2\9605\8FC7\756A\5267~~";
} .section.empty.subs:after {
content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\5173\6CE8\8FC7\6807\7B7E~~";
} .section.empty.article:after {
content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\6295\8FC7\4E13\680F\54E6~~";
} .section.empty.coin:after {
content: "\7A7A\95F4\4E3B\4EBA\6700\8FD1\4E00\4E2A\6708\6CA1\6709\6295\8FC7\786C\5E01~~";
} .section.empty.follow:after {
content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\5173\6CE8\4EFB\4F55\4EBA~~";
} .section.empty.fans:after {
content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\7C89\4E1D\54E6~~";
} .section.empty.fans[page=follow]:after {
content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\5173\6CE8\4EFB\4F55\4EBA~~";
} .section.empty.fans[page=knight]:after {
content: "\76EE\524D\4E3A\6B62\8FD8\6CA1\6709\4EFB\547D\4F60\7684\9A91\58EB\54E6~~";
} .section.empty.qz:after {
content: "\7A7A\95F4\4E3B\4EBA\6CA1\6709\52A0\5165\4EFB\4F55\5708\5B50~~";
} .section.empty.fav:after {
content: "\7A7A\95F4\4E3B\4EBA\8FD8\6CA1\6709\6536\85CF\89C6\9891~~";
} .section.empty.album:after {
content: "\8FD8\6CA1\6709\4E0A\4F20\76F8\7C3F\54E6~";
} .section-title {
color: #000;
font-size: 20px;
font-weight: 400;
line-height: 33px;
padding: 0 0 15px;
position: relative;
} .section-title .t {
display: inline-block;
vertical-align: middle;
} .section-title .icon {
width: 33px;
height: 33px;
vertical-align: middle;
margin-right: 10px;
} .sec-empty-hint {
color: #99a2aa;
font-size: 12px;
position: absolute;
top: 0;
left: 300px;
} .sec-empty-hint a {
color: #00a1d6;
margin-left: 10px;
} .sec-empty-hint a:hover {
color: #f25d8e;
} .mini-item {
display: block;
float: left;
margin-bottom: 25px;
width: 25%;
} .mini-item .img {
display: block;
float: left;
width: 40px;
height: 40px;
} .mini-item .img img {
border-radius: 4px;
box-shadow: 0 0 0 1px #e5e9ef;
display: block;
width: 40px;
height: 40px;
} .mini-item .detail {
font-size: 14px;
margin-left: 50px;
max-width: 70%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} .small-item {
display: block;
float: left;
width: 160px;
position: relative;
margin: 0 0 3px;
padding: 10px;
} .small-item.disabled .title {
color: #222;
} .small-item.disabled .img img {
-webkit-filter: blur(2px);
} .small-item.disabled .disabled-img {
display: block;
} .small-item.disabled .img:hover .i-watchlater {
display: none;
} .small-item.new .new-icon {
position: absolute;
top: 4px;
right: 4px;
display: inline-block;
padding: 0 4px;
font-size: 10px;
color: #fff;
text-align: center;
line-height: 14px;
border-radius: 2px;
margin-left: 4px;
background-color: #42a0c4;
} .small-item.new .isPay {
right: 48px;
} .small-item.watched .title {
color: #999;
} .small-item .img {
background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/video-placeholder.png) 50%;
background-size: img;
border-radius: 4px;
display: block;
width: 160px;
height: 100px;
overflow: hidden;
position: relative;
} .small-item .img:hover .i-watchlater {
display: block;
} .small-item .img:hover .length {
display: none;
} .small-item img {
border-radius: 4px;
display: block;
width: 160px;
height: 100px;
} .small-item .title {
display: block;
line-height: 20px;
height: 38px;
margin-top: 6px;
overflow: hidden;
} .small-item .length {
background: #111;
background: rgba(0,0,0,.5);
border-radius: 5px 0 0 0;
color: #fff;
line-height: 20px;
transition: top .2s ease;
padding: 0 6px;
position: absolute;
right: 0;
bottom: 0;
} .small-item .meta {
color: #999;
white-space: nowrap;
font-size: 0;
margin-top: 6px;
height: 14px;
line-height: 14px;
} .small-item .meta .iconfont {
font-size: 14px;
} .small-item .meta.pubdate {
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
} .small-item .meta>span {
display: inline-block;
white-space: nowrap;
height: 14px;
line-height: 14px;
font-size: 12px;
overflow: hidden;
} .small-item .meta>span:first-child {
width: 72px;
} .small-item .meta>span .icon {
width: 16px;
height: 14px;
vertical-align: sub;
} .small-item .play .icon {
background-position: -280px -25px;
} .small-item .comments .icon {
background-position: -280px -154px;
} .small-item .time .icon {
background-position: -280px -474px;
} .small-item .view .icon {
background-position: -1112px -858px;
} .small-item .comment .icon {
background-position: -277px -283px;
} .small-item .pin,.small-item .unpin {
cursor: pointer;
float: right;
display: none;
} .small-item .pin:hover,.small-item .unpin:hover {
text-decoration: underline;
} .small-item .pin {
color: #00a1d6;
} .small-item .unpin {
color: #e40c0c;
} .small-item:hover .pin {
display: block;
} .small-item.pinned:hover .pin {
display: none;
} .small-item.pinned:hover .unpin {
display: block;
} .large-item {
display: block;
float: left;
width: 340px;
margin: 0 20px 30px 0;
} .large-item .img {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/video-placeholder.png);
background-position: 50%;
background-size: img;
display: block;
float: left;
width: 110px;
} .large-item .img img {
border-radius: 4px;
box-shadow: 0 0 0 1px #e5e9ef;
display: block;
width: 110px;
height: 144px;
} .large-item .detail {
margin-left: 130px;
padding-right: 20px;
max-height: 140px;
overflow: hidden;
} .large-item .title {
display: block;
font-size: 18px;
max-height: 48px;
line-height: 24px;
margin: -3px 0 10px;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
} .large-item .title:hover {
color: #00a1d6;
} .large-item .end {
background-position: -212px -22px;
width: 20px;
height: 20px;
vertical-align: top;
position: relative;
top: 2px;
} .large-item .desc {
max-height: 60px;
overflow: hidden;
} .large-item .faved {
background: #83b7db;
border-radius: 4px;
color: #fff;
line-height: 20px;
padding: 0 8px;
margin-top: 4px;
} .list-item {
border-bottom: 1px solid #eee;
display: block;
padding: 20px 0;
position: relative;
line-height: 1;
} .list-item:last-child {
border-bottom: none;
} .list-item.disabled .title {
color: #ccd0d7;
} .list-item.disabled .img img {
-webkit-filter: blur(2px);
} .list-item.disabled .disabled-img {
display: block;
} .list-item.disabled .img:hover .length {
top: 100px;
} .list-item.disabled .img:hover .i-watchlater {
display: none;
} .list-item.new .new-icon {
position: absolute;
top: 4px;
right: 4px;
display: inline-block;
padding: 0 4px;
font-size: 10px;
color: #fff;
text-align: center;
line-height: 14px;
border-radius: 2px;
margin-left: 4px;
background-color: #42a0c4;
} .list-item.new .isPay {
right: 48px;
} .list-item.watched .title {
color: #999;
} .list-item:hover .title-row .pin {
display: inline-block;
} .list-item.pinned:hover .title-row .pin {
display: none;
} .list-item.pinned:hover .title-row .unpin {
display: inline-block;
} .list-item .img {
background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/video-placeholder.png) 50%;
background-size: img;
border-radius: 4px;
display: block;
float: left;
overflow: hidden;
position: relative;
} .list-item .img img {
box-shadow: 0 0 0 1px #edf2f9;
border-radius: 4px;
display: block;
} .list-item .img:hover .i-watchlater {
display: block;
} .list-item .c {
margin-left: 180px;
} .list-item .title-row .pin,.list-item .title-row .unpin {
cursor: pointer;
display: none;
margin-left: 15px;
} .list-item .title-row .pin {
color: #00a1d6;
} .list-item .title-row .unpin {
color: #e40c0c;
} .list-item .title {
font-size: 18px;
height: 20px;
margin-bottom: 10px;
display: inline-block;
max-width: 680px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} .list-item .desc {
color: #777;
line-height: 20px;
overflow: hidden;
} .list-item .meta {
color: #aaa;
} .list-item .meta>span {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .list-item .meta .icon {
width: 12px;
height: 13px;
margin-right: 5px;
position: relative;
top: 2px;
vertical-align: baseline;
} .list-item .play .icon {
background-position: -280px -25px;
} .list-item .comments .icon {
background-position: -280px -154px;
} .list-item .up .icon {
background-position: -280px -410px;
} .list-item .time .icon {
background-position: -280px -474px;
} .bb-comment .list-item {
border: 0;
padding: 0;
line-height: normal;
} .img.disabled:hover .meta-mask {
opacity: 0;
} .img.disabled:hover .length {
opacity: 1;
} .img.disabled .length,.img.disabled .new-icon {
display: none;
} .img.disabled .disabled-img p {
transition: margin .2s linear;
} .img.disabled .disabled-img.animate p {
margin-top: 10px;
} .tabs {
margin-bottom: 24px;
} .tabs a {
font-size: 16px;
line-height: 24px;
} .tabs a:after {
color: #ddd;
content: "|";
margin: 0 15px;
} .tabs a:last-child:after {
display: none;
} .tabs a.active {
color: #00a1d6;
font-size: 20px;
} .tabs a.disabled,.tabs a.last-item:after {
display: none;
} .sub-tabs {
margin-bottom: 20px;
position: relative;
} .sub-tabs span {
font-family: MicrosoftYaHei;
font-size: 20px;
color: #222;
line-height: 26px;
margin-right: 20px;
} .sub-tabs a {
display: inline-block;
font-size: 12px;
line-height: 20px;
vertical-align: top;
margin-right: 24px;
position: relative;
} .sub-tabs a.active {
color: #00a1d6;
border-bottom: 1px solid #00a1d6;
} .sub-tabs a.active:before {
content: "";
display: block;
position: absolute;
left: 50%;
margin-left: -3px;
bottom: 0;
width: 0;
height: 0;
border-bottom: 3px solid #00a1d6;
border-top: 0;
border-left: 3px dashed transparent;
border-right: 3px dashed transparent;
} .sub-tabs a.disabled {
display: none;
} .sub-tabs .filter-content {
font-size: 14px;
color: #212121;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
right: 0;
} .sub-tabs .filter-content .cur-filter {
font-size: 14px;
} .sub-tabs .filter-content .cur-filter:hover {
color: #00a1d6;
} .sub-tabs .filter-content .cur-filter i {
margin-left: 4px;
} .private-hint {
display: inline-block;
color: #6d757a;
cursor: default;
font-size: 12px;
vertical-align: middle;
} .private-hint .icon {
background-position: -203px -724px;
margin: 0 0 0 15px;
} .tag-list {
padding: 10px 0;
} .tag-list a {
color: #6a7277;
cursor: default;
display: inline-block;
line-height: 20px;
margin: 0 10px 0 0;
white-space: nowrap;
padding: 0 15px 0 0;
} .tag-list a:hover {
color: inherit;
} .tag-list .tag-icon {
background-position: -280px -537px;
width: 14px;
height: 18px;
vertical-align: middle;
margin-right: 5px;
} .not-allow {
background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/2233.png) 50% no-repeat;
width: 340px;
height: 280px;
} .search-keyword-highlight {
color: #f25d8e;
} .r-arrow {
background-position: -349px -410px;
width: 6px;
height: 11px;
} .d-arrow,.r-arrow {
background-image: url(./icons.png);
display: inline-block;
vertical-align: middle;
} .d-arrow {
background-position: -1307px -221px;
width: 11px;
height: 8px;
} .d-arrow-dark {
background-position: -1371px -221px;
} #feedback {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 10;
} #feedback:hover #fb-text {
right: 18px;
opacity: 1;
} #feedback #fb-icon {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAADtElEQVR4AeyatZI1RwyF90HM8UJmxsihMTT7Lcycm52ZmdnLzMzMTJeZ5P4MPy+MpudS7ak6F2fUOtUtjRoqNnf9Nnm14WOGbxnWGs4aHhomDJN85jf+4xqu5Z4Km7Ag4hrD5w0ndw6C4g9GJRJLSCKZlnQmK9lsTnI5gXzmN/7jGq4V7uHe/2xcW0hB9xh+g0OhSFzS6Yxowb3YwBY2sZ1PQTcZfrR3GJJYIiW2gU1s0wZteS3oje39gETjSfEatEFbtOmFoCrD93yBiGQJhjyBtkybiHrfsNqWoPu39vwEsRQKtI0P+OJW0KNbewGykhQa+IAv+KQV9DAGkinEFAXw5X9RDzkVVEUX63vG657yCzHlRNB7eY0ZRUyRKE4r6A1fMCLFDl8wKvh6kqDbd/aDllKz9ykdX/H5OEGfx+JJKRXgKz4fJeheSo5SAz7j+5UE/RS3VJsd+IIyMbMsbT1j8mdTn/z8V6f8UtcttS0D0tY7xn9cIzaAz/h+qaBrqXTdYn1rTxraB+XHPztOxYa2Qe4Rl/i/Sr/+QkHPUr7rnw0p6eibwEkVuRcbWhjfEfTKhYKmtPOZuAnMutYBHHNFbGBLAyaNzIT/F3Q1XaadmDFscMgGGa7YdDHsbkDQ40yFNRidWsQRqxwanxcN/KEogp5G0NuaMicUjspPf3XaFmRsdmBbWw69jaBaTRE6PrN8pFNHpWR+P42o8ellTdGKoDoELRBUTtHUOeyVIGxrE8MCgoI5Re32a303jXvCX+u6xSFYIkPQAYJEg59ruzwTRGw6BX3CYqZaUG1Lv5Mh52gIUi5pBamHXPfglFeCsK0dcofapEAN5tmQW9vc0ycFbdqmVxs7hqyLofLAtj5tKx+swBcIm2mBveTwc22nHPpDAtw8WNWlD5hZWLMihjnTxta+ALelj7o4BUur267F/NXcJ/uHARtzohsU0wd7gv5o7JWpuVXRtX1ZQpjTTfBOIai5c0RGJhekpWsEpxlOxAfPF2k2v42ZKn1z58Ck2qOzq2KC9+qFgq6jy9wK+q2hRxZXtxRZyvoUXL9IQlairmMeE08kRQf7iyQlv4xVpguN5b8U/P9ifbRsFuv/5/vFvZ2SRMwHTvaHqktgw6umnLYkHz7bNL58Wz9ZyJjRb+sfwRqCsIAHLz7Ah7OjMafkzYYf5+Hw0se0VZrHyzLeHy/THACcutIBQOKAqIN8PuIA4LT3BwD14h43fMewznDO0GeYgnz+eyAxqNwUqFo5BioCAGO/K8G9s3HMAAAAAElFTkSuQmCC);
display: block;
width: 52px;
height: 52px;
} #feedback #fb-text {
background: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/fb-dialog.png) no-repeat;
width: 230px;
height: 80px;
transition: opacity .2s ease;
opacity: 0;
padding: 13px 21px 26px 19px;
position: absolute;
bottom: 10px;
right: -9999px;
} #feedback #fb-text a {
color: #00a1d6;
font-weight: 700;
} #feedback #fb-text a:hover {
color: #f25d8e;
} .user-auth-subscript {
position: absolute;
display: none;
z-index: 9;
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/user-auth.png);
background-repeat: no-repeat;
} .user-auth-subscript.avatar-s {
right: -2px;
top: 23px;
width: 18px;
height: 18px;
} .user-auth-subscript.avatar-m {
right: 0;
top: 44px;
width: 20px;
height: 20px;
} .user-auth-subscript.avatar-b {
right: -2px;
top: 42px;
width: 20px;
height: 20px;
} .user-auth-subscript.avatar-x {
right: 1px;
bottom: 0;
width: 18px;
height: 18px;
} .user-auth-subscript.personal-auth {
display: block;
} .user-auth-subscript.personal-auth.avatar-s {
background-position: -39px -82px;
} .user-auth-subscript.personal-auth.avatar-b,.user-auth-subscript.personal-auth.avatar-m {
background-position: -38px -53px;
} .user-auth-subscript.personal-auth.avatar-x {
background-position: -73px -82px;
} .user-auth-subscript.organization-auth {
display: block;
} .user-auth-subscript.organization-auth.avatar-s {
background-position: -5px -82px;
} .user-auth-subscript.organization-auth.avatar-b,.user-auth-subscript.organization-auth.avatar-m {
background-position: -4px -53px;
} .user-auth-subscript.organization-auth.avatar-x {
background-position: -5px -82px;
} .checkbox .checkbox-icon {
border: 1px solid #ccd0d7;
border-radius: 4px;
display: inline-block;
vertical-align: middle;
width: 15px;
height: 16px;
margin-right: 5px;
position: relative;
top: -1px;
} .checkbox:hover {
cursor: pointer;
} .checkbox:hover .checkbox-icon {
border-color: #00a1d6;
} .checkbox[checked] .checkbox-icon {
background: url(./icons.png) -1305px -664px #00a1d6;
border-color: #00a1d6;
} #pin-wrapper {
background: rgba(0,0,0,.5);
position: fixed;
z-index: 10001;
width: 100%;
height: 100%;
top: 0;
left: 0;
} #pin-wrapper.input #pin-layer {
height: 576px;
} #pin-wrapper.input .pin-layer-reason {
height: 50px;
} #pin-wrapper .m-loading {
line-height: 24px;
text-align: center;
} #pin-wrapper .m-loading .icon {
width: 24px;
height: 24px;
margin-right: 8px;
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/loadingS.gif);
background-repeat: no-repeat;
} #pin-wrapper .m-loading .icon,#pin-wrapper .m-loading span {
display: inline-block;
vertical-align: middle;
} #pin-wrapper .m-loading.active {
display: block;
} #pin-wrapper .m-loading.disabled .icon {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/loading-fail.png);
background-position: 6px;
} #pin-wrapper #pin-layer {
background: #fff;
border-radius: 4px;
width: 570px;
height: 540px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
transition: all .2s ease;
} #pin-wrapper .pin-layer-header {
height: 50px;
line-height: 50px;
padding: 0 25px;
font-size: 0;
border-bottom: 1px solid #e5e9ef;
box-sizing: border-box;
} #pin-wrapper .pin-layer-header .pin-layer-header-text {
display: inline-block;
font-size: 16px;
vertical-align: bottom;
} #pin-wrapper .pin-layer-header .pin-layer-header-hint {
display: inline-block;
font-size: 12px;
margin-left: 20px;
color: #6d757a;
vertical-align: bottom;
} #pin-wrapper .pin-layer-header .pin-layer-header-hint i {
margin: 0 2px;
font-weight: 700;
} #pin-wrapper .pin-layer-header-counter {
display: inline-block;
margin-left: 10px;
font-size: 12px;
color: #222;
vertical-align: middle;
} #pin-wrapper .pin-layer-header-counter .count {
font-weight: 700;
color: #6d757a;
} #pin-wrapper .pin-layer-close {
position: absolute;
top: 20px;
right: 25px;
background-position: -533px -279px;
cursor: pointer;
width: 20px;
height: 14px;
} #pin-wrapper .pin-layer-close:hover {
background-position: -597px -279px;
} #pin-wrapper .pin-layer-body {
margin: 10px 25px 22px;
} #pin-wrapper .pin-layer-tab {
font-size: 14px;
} #pin-wrapper .pin-layer-tab span {
padding: 4px 0;
margin-right: 18px;
} #pin-wrapper .pin-layer-order {
margin-top: 20px;
} #pin-wrapper .pin-layer-order-tip {
float: left;
line-height: 20px;
font-size: 12px;
color: #222;
} #pin-wrapper .pin-layer-order-dropdown {
float: right;
font-size: 14px;
} #pin-wrapper .pin-layer-search {
margin-top: 10px;
position: relative;
} #pin-wrapper .pin-layer-search-empty {
position: absolute;
display: none;
top: 250px;
width: 100%;
padding-right: 22px;
color: #99a2aa;
text-align: center;
box-sizing: border-box;
} #pin-wrapper .pin-layer-search-result {
font-size: 12px;
color: #505050;
margin-top: 4px;
line-height: 20px;
} #pin-wrapper .pin-layer-search-keyword {
display: inline-block;
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #f25d8e;
vertical-align: bottom;
} #pin-wrapper #pin-layer-search {
border: 1px solid #d6dce5;
border-radius: 15px;
box-shadow: none;
width: 470px;
line-height: 32px;
padding: 0 40px 0 10px;
} #pin-wrapper #pin-layer-search:focus {
border-color: #00a1d6;
} #pin-wrapper #pin-layer-search-btn {
background-position: -1111px -87px;
cursor: pointer;
width: 18px;
height: 18px;
position: absolute;
top: 6px;
right: 10px;
} #pin-wrapper #pin-layer-search-btn:hover {
background-position: -1175px -87px;
} #pin-wrapper #pin-layer-search-count {
color: #f25d8e;
font-weight: 700;
} #pin-wrapper .pin-layer-video {
position: relative;
margin-top: 5px;
height: 300px;
width: 544px;
overflow: hidden;
} #pin-wrapper .pin-layer-video.empty {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/nodata02.png);
background-position: 147px;
background-repeat: no-repeat;
} #pin-wrapper .pin-layer-video.loading {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/loadTV.gif);
background-repeat: no-repeat;
background-position: 50%;
text-indent: -9999px;
height: 370px;
} #pin-wrapper .pin-layer-video.loading .small-item {
display: none;
} #pin-wrapper .pin-layer-video.ready-to-search {
background-image: none;
} #pin-wrapper .pin-layer-footer {
text-align: center;
position: absolute;
width: 100%;
left: 0;
bottom: 30px;
} #pin-wrapper .pin-layer-footer .btn {
width: 90px;
margin: 0 7px;
line-height: 30px;
} #pin-wrapper .pin-layer-vlist .small-item {
float: none;
width: auto;
padding: 4px;
margin-right: 20px;
box-sizing: border-box;
border: none;
border-radius: 4px;
margin-bottom: 2px;
overflow: hidden;
transition: all .2s ease;
} #pin-wrapper .pin-layer-vlist .small-item:hover {
cursor: pointer;
background-color: #e5e9ef;
box-shadow: none;
} #pin-wrapper .pin-layer-vlist .small-item.selected {
box-shadow: none;
background-color: #00a1d6;
} #pin-wrapper .pin-layer-vlist .small-item.selected .title {
color: #fff;
} #pin-wrapper .pin-layer-vlist .small-item.selected .meta {
color: #b3e3f3;
} #pin-wrapper .pin-layer-vlist .small-item.selected .play .icon {
background-position: -411px -858px;
} #pin-wrapper .pin-layer-vlist .small-item.selected .time .icon {
background-position: -347px -858px;
} #pin-wrapper .pin-layer-vlist .small-item.selected .checkbox {
display: block;
} #pin-wrapper .pin-layer-vlist .small-item.selected:hover .checkbox .icon {
background-position: -1365px -1109px;
} #pin-wrapper .pin-layer-vlist .small-item.added {
display: none;
} #pin-wrapper .pin-layer-vlist .small-item .title {
height: 16px;
line-height: 16px;
margin: 0;
color: #000;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: height .2s ease,margin .2s ease;
} #pin-wrapper .pin-layer-vlist .small-item .img {
position: relative;
float: left;
width: 80px;
height: 50px;
border-radius: 2px;
overflow: hidden;
} #pin-wrapper .pin-layer-vlist .small-item .img img {
width: 100%;
height: 100%;
} #pin-wrapper .pin-layer-vlist .small-item .added-icon {
position: absolute;
display: none;
right: 4px;
top: 4px;
line-height: 14px;
padding: 2px 4px;
font-size: 12px;
color: #fff;
border-radius: 4px;
background-color: rgba(0,0,0,.8);
} #pin-wrapper .pin-layer-vlist .small-item .detail {
margin-left: 94px;
} #pin-wrapper .pin-layer-vlist .small-item .meta {
margin-top: 8px;
} #pin-wrapper .pin-layer-vlist .small-item .meta .play {
width: 65px;
} #pin-wrapper .pin-layer-vlist .small-item .meta .time {
width: 92px;
} #pin-wrapper .pin-layer-vlist .small-item .checkbox {
position: absolute;
display: none;
top: 18px;
right: 10px;
width: 22px;
height: 22px;
border-radius: 2px;
background-color: #0087b4;
} #pin-wrapper .pin-layer-vlist .small-item .checkbox .icon {
display: block;
width: 100%;
height: 100%;
background-position: -1301px -1109px;
} #pin-wrapper .pin-layer-video-empty {
color: #99a2aa;
margin: 270px 0 0;
padding-right: 22px;
text-align: center;
} #pin-wrapper .pin-layer-video-empty a {
color: #00a1d6;
} #pin-wrapper .pin-layer-reason {
height: 0;
overflow: hidden;
transition: height .2s ease;
} #pin-wrapper .pin-layer-reason #pin-layer-reason-input input {
background: #edf2f9;
border: 1px solid #ccd0d7;
border-radius: 4px;
box-shadow: inset 0 2px 6px rgba(100,109,85,.22);
line-height: 34px;
height: 34px;
margin: 10px 0;
} #pin-wrapper .pin-layer-reason #pin-layer-reason-input input:focus {
border-color: #00a1d6;
} #pin-wrapper .pin-layer-reason #pin-layer-reason-input .letter-count {
top: 6px;
} .breadcrumb {
line-height: 24px;
font-size: 0;
vertical-align: middle;
position: relative;
} .breadcrumb .item {
display: inline-block;
font-size: 18px;
color: #6d757a;
vertical-align: middle;
} .breadcrumb .item:hover {
color: #00a1d6;
} .breadcrumb .item.cur {
color: #222;
} .breadcrumb .batch {
font-size: 14px;
color: #222;
letter-spacing: 0;
float: right;
cursor: pointer;
} .breadcrumb .arrow {
background-position: -339px -405px;
} .breadcrumb .arrow,.breadcrumb .l-arrow {
display: inline-block;
width: 26px;
height: 20px;
background-image: url(./icons.png);
background-repeat: no-repeat;
vertical-align: middle;
} .breadcrumb .l-arrow {
background-position: -148px -1174px;
} .page-head {
position: relative;
} .page-head .v-filter-line {
position: absolute;
top: 0;
right: 0;
} .page-head .v-filter-line .item {
float: left;
margin-left: 16px;
} .page-head .v-filter-line .order span {
cursor: pointer;
display: inline-block;
font-size: 14px;
margin-left: 20px;
line-height: 28px;
vertical-align: top;
} .page-head .v-filter-line .order span.active {
color: #00a1d6;
cursor: default;
} .page-head .v-filter-line .order span:hover {
color: #00a1d6;
} .page-head .v-filter-line .style .icon {
cursor: pointer;
display: block;
float: left;
width: 18px;
height: 18px;
} .page-head .v-filter-line .style .cube {
background-position: -342px -151px;
margin-right: 15px;
} .page-head .v-filter-line .style .cube.active,.page-head .v-filter-line .style .cube:hover {
background-position: -469px -151px;
} .page-head .v-filter-line .style .list {
background-position: -341px -217px;
} .page-head .v-filter-line .style .list.active,.page-head .v-filter-line .style .list:hover {
background-position: -468px -217px;
} .g-search {
position: relative;
display: inline-block;
width: 134px;
height: 30px;
vertical-align: middle;
} .g-search:focus {
border-color: #00a1d6;
} .g-search input {
position: absolute;
height: 30px;
width: 134px;
padding: 0 29px 0 10px;
line-height: 30px;
color: #222;
font-size: 12px;
border: 1px solid #ccd0d7;
border-radius: 15px;
box-shadow: none;
box-sizing: border-box;
} .g-search .search-btn {
position: absolute;
right: 8px;
top: 0;
width: 18px;
height: 30px;
background-position: -1111px -81px;
cursor: pointer;
} .g-search .search-btn:hover {
background-position: -1175px -81px;
} .list-create {
cursor: pointer;
position: relative;
background: #fff;
border: 2px dashed #b8c0cc;
border-radius: 4px;
transition: border .2s ease;
box-sizing: border-box;
} .list-create .create-imgs-meta {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
} .list-create .icon {
display: block;
width: 40px;
height: 40px;
margin: 0 auto;
transition: background .2s ease;
background-position: -716px -332px;
} .list-create .text {
line-height: 16px;
margin-top: 8px;
text-align: center;
color: #666;
} .list-create:hover {
border-color: #00a1d6;
} .list-create:hover .icon {
background-position: -716px -396px;
} .list-create:hover .text {
color: #00a1d6;
} .s-space .ps-container>.ps-scrollbar-y-rail {
right: 0!important;
width: 6px!important;
background-color: #edf2f9!important;
border-radius: 3px;
} .s-space .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
right: 0!important;
width: 6px!important;
background-color: #6d757a!important;
} .i-watchlater {
display: none;
position: absolute;
right: 6px;
bottom: 4px;
width: 22px;
height: 22px;
z-index: 5;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABT0lEQVQ4je3VMYrCQBTG8b/DWASLNKJgJ1hY2sloZeF2gkeYW+wZvIVXsLBJY5UdtLJLk17EIghCwChukWRxFzSaaLdfMwm8/EgemTclgOl02gEmwAAoky8RsAA+tdbrUoJ+AVZO8G9CoCeJ39Sq1+sopbBtO5e23+8xxrDdbi1gIog/vxAKYNs2Sqn0diBIenoP9X2fIAgyccv66WZZZBXvdjtc18UYkwlfJxM+n8+/1pfBefMPPw4LEZcEQcBqteJ0Or0GrlartFotLpcLnucxm83YbDbFYSEE/X6f4XBIpVLhcDjgOA6u63I8HvPDaRqNBuPxmHa7DcS7cT6f36yXj8IAUkq63S7NZpPlcomUtx9/Ck5Tq9UYjUZ3a976u0UQz9OiCcMwvYwk8XHyYYxBKXU9+p5Grybg4m1Hk9Bar4Ee4JC0JWeixOhprdffE/1yRW/TLMYAAAAASUVORK5CYII=) no-repeat;
} .i-watchlater.has-select {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABiklEQVQ4jbXVzyvDcRzH8efns1+JIRtbOSiKrMRBrZZC5IzcHJYTJyc1J464ubuY5MQ/oLSTNSHfIg5KyEmbzY/5sa++c/hOCtv47rvX8f2pR+/3u0+fjwAgfNoFLAH9gA1jUYEIECLoU0QOjQIVBsHveQECEr1Ts1By1pJEH9/s9EuM77RQbLIMKACG4QaHhYNBL7EBj3lwtU2yFXDT6rRil8Ic2C4F634XnbU24m8aY9F46bAUsNJdR1+9g6f3LKPROBfp99LhxY5aRhorULUs43sJlFQmfxO/FWMDHpQhL+3VXzdxps3JVEsVAJOHSSK3rwWbsP5WtAhorrSy09vAxH6CeoeFOV8NALPHKTZvnovMBoLwafZ7sc4uWfe76HE70HKnUsDy+SNzJ/dFUciziruMxvBunNXLNFLo6Mb1M/N/RCHPKgAyWpbpoyQHdxmaKi0snD3wYzQj8GfWrtL/4L5S1rdCLYOrSvTvxOxEJBBC/07MygsQkgR9ChAAtiltLWrOCBD0KR9smmovo1v+1QAAAABJRU5ErkJggg==);
} .icon {
vertical-align: middle;
background-repeat: no-repeat;
} .icon-add {
width: 30px;
height: 30px;
background-position: -81px -1170px;
} .icon-cursor {
width: 10px;
height: 44px;
background-position: -219px -1100px;
} .icon-fav-public {
width: 20px;
height: 20px;
background-position: -86px -1110px;
} .icon-fav-private {
width: 20px;
height: 20px;
background-position: -150px -1110px;
} .icon-fav-default {
width: 20px;
height: 20px;
background-position: -22px -1110px;
} .icon-more {
width: 30px;
height: 30px;
background-position: -209px -1041px;
cursor: pointer;
} .icon-arrow {
width: 16px;
height: 20px;
background-position: -1305px -215px;
} #popup-select-layer {
position: absolute;
top: 50px;
left: 0;
width: 108px;
z-index: 899;
background-color: #fff;
border: 1px solid #ccd0d7;
border-radius: 4px;
} #popup-select-layer:after {
background-image: url(./icons.png);
background-position: -1307px -285px;
content: "";
display: block;
width: 11px;
height: 6px;
position: absolute;
top: -6px;
left: 50%;
margin-left: -6px;
} #popup-select-layer .popup-select-choice {
cursor: pointer;
line-height: 30px;
padding: 0 9px;
} #popup-select-layer .popup-select-choice:hover {
background-color: #e5e9ef;
} #popup-select-layer .popup-select-choice:first-child {
border-radius: 4px 4px 0 0;
} #popup-select-layer .popup-select-choice:last-child {
border-radius: 0 0 4px 4px;
} .article-item {
margin-bottom: 20px;
} .article-item:last-child .article-content {
border-bottom: none;
} .article-img {
height: 100%;
background-repeat: no-repeat;
background-position: 50%;
background-size: img;
} .s-content {
width: 923px;
} .article-content,.s-content {
float: left;
border-bottom: 1px solid #f4f5f7;
padding-bottom: 23px;
} .article-content {
width: 563px;
} .article-noimg {
width: 100%;
} .article-title {
font-weight: 400;
max-height: 26px;
font-size: 18px;
color: #222;
line-height: 26px;
overflow: hidden;
display: block;
} .article-title a {
word-break: break-all;
} .article-con {
font-size: 12px;
color: #6d757a;
line-height: 20px;
margin-top: 5px;
} .article-con a {
height: 20px;
text-overflow: ellipsis;
white-space: nowrap;
} .article-con a,.article-img {
display: block;
overflow: hidden;
} .article-img {
width: 117px;
height: 88px;
float: right;
border-radius: 4px;
line-height: 54px;
text-align: center;
} .article-bgimg,.article-img img {
width: 100%;
height: 100%;
} .article-bgimg {
background: #f0f2f4 url(//s1.hdslb.com/bfs/static/jinkela/space/assets/video-placeholder.png) 50%;
background-size: img;
border-radius: 4px;
display: block;
overflow: hidden;
font-size: 12px;
} .meta-col {
margin-top: 15px;
color: #999;
font-size: 0;
} .meta-col,.meta-col span {
height: 14px;
line-height: 14px;
white-space: nowrap;
} .meta-col span {
display: inline-block;
font-size: 12px;
overflow: hidden;
margin-right: 20px;
} .meta-col span .icon {
width: 16px;
height: 14px;
margin-right: 3px;
vertical-align: sub;
} .meta-col .play .icon {
background-position: -280px -25px;
} .meta-col .time .icon {
background-position: -280px -474px;
} .meta-col .view .icon {
background-position: -345px -282px;
} .meta-col .comment .icon {
background-position: -409px -282px;
} .meta-col .like .icon {
background-position: -472px -282px;
} .create-channel-popup .modal-wrapper .modal-body {
padding: 30px 20px!important;
} .create-channel-popup .modal-wrapper .modal-body .be-input input {
height: 30px;
line-height: 30px;
box-shadow: none;
} .create-channel-popup .modal-wrapper .modal-body .be-textarea {
margin-top: 20px;
} .create-channel-popup .modal-wrapper .modal-body .be-textarea textarea {
padding: 5px;
height: 66px;
} .follow-dialog-wrap .errmsg {
display: none;
} .follow-dialog-wrap .add-group {
margin-top: 20px;
} .bili-header-m .bili-wrapper {
width: 1100px!important;
} .icon-playlist {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/icon_playlist_line.png);
} .icon-playlist,.icon-playlist-loc {
width: 22px;
height: 22px;
background-size: 100%;
margin-right: 8px;
} .icon-playlist-loc {
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/icon_playlist_loc.png);
} .icon-favlist-info {
width: 20px;
height: 20px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAspJREFUWAntWD2IGlEQds0PSfSwjQSJRKKCNoGA2JhrAilMCiEY0gdiKls7bSy00UasQuQw4KU70OZSiSAikkYRE9SLihoFf+AgGohmJrkDWXaeq5y3G7iB2bdv3sz7vp03zspyin+igeEpqB5UDSqlnAL4Cegx6JSDC5J7C3obVE7yE8jEr8HlOeg9OTE743IDxj0lXPRnBjkOeiQodc2xEqNGgrIW2RO8vm36yuXya4vF8lBMfKVS+Wa1Wj+K8eX7XFYGl3xgsXPsg36xzlL4XVYGt362jWpwk7qjGG1aj1JkcKN6vKpB6qjF2qU4YrHc/vqRPxK73a5JpVIvdTrdLv/pLNvtdtftdn/K5/NTIeZkBsPh8JMdk0M+HGIA1r4QObSRBFUq1S0q6KLtarWaxCIJDgYDwZQLkfP7/YdOpzNWr9e/C62vs/V6vQnlQxKE2iCD+JsFAoFqOp0eGo3GD/F4PPMLhO/Dmnc6HRKLJNhoNMggCmyxWCg8Hk/R4XDEarVag/Lj25vNJolFEqxWq2QQH4A/LxQKU7PZfBCNRo/m8/mMv86fs7BIgqVSaWuC5wS8Xu8Xl8v1frlcLs5tQmOxWCSxSIKtVgsefv3TCwGu2maz2W+O40gcWJ9BDc5XY1bvyUB0Go1G5JOtbkLdRyKRR5lM5g21jvbxeMzEIN8kGDwcDidarfYu3m8iNptNk0gkXphMpgfr4hCD5cPMYL/fZwbzN1YqlYpYLPY4m82+E0MO47vdLhODmUGxvdDn85mgrUxDodAzg8Fwn0+cNWf1QIxjEhTbC4PB4CsWCdYaqwdiHPOI4ah+sDa/iLV1GEyCuVxukkwmP8Obi2wD25LEHoZ7IwZrj6u//KzsiFljHrGYDXbt818QxG/CcpVTzOCJXNkhNySIX9Pxg7XcBDkd40d07HFl0D3QO6A3QaUULLmvoIeg0z8kQfSabrii0gAAAABJRU5ErkJggg==);
background-size: 100%;
} .icon-back-follow {
width: 16px;
height: 16px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjx0aXRsZT5nZW5lcmFsX2FkZCB0b19mcmllbmRzPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CjxnIGlkPSJnZW5lcmFsX2FkZC10b19mcmllbmRzIj4KCTxnIGlkPSLot6/lvoQtNDkiPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02LjIsMTIuNGMtMC4yLDAtMC40LTAuMS0wLjUtMC4yTDIuMSw4LjRjLTAuMy0wLjMtMC4zLTAuOCwwLTEuMWMwLjMtMC4zLDAuOC0wLjMsMS4xLDBsMy4xLDMuMmw2LjYtNi4zCgkJCUMxMy4yLDQsMTMuNyw0LDE0LDQuM2MwLjMsMC4zLDAuMywwLjgsMCwxLjFsLTcuMiw2LjhDNi42LDEyLjMsNi40LDEyLjQsNi4yLDEyLjR6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat;
background-size: 100% 100%;
display: inline-block;
margin-right: 4px;
position: relative;
top: 3px;
} .icon-back-follow.grey {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACnSURBVDjLY2CgEujs7GQrKSkxYqAmKCsrky0qKroGxP+Li4vzqW4o1OBwahn6DMlQyl0LCk+ChoJsptBQTO+DBKEKDtfX1/MQaegXgmGKZDBBw4FqXZEM/QLi43UFUEEvIcOhDiDeUCSNM5ENByV4HL76QnJGQDN8LchwUGwjiT0jO3ehGX4N2VBSUw9Gnge5FslAsAUUGYoMkAynnqHIaRY5EgcFAAC8KcMdEfVlQwAAAABJRU5ErkJggg==) no-repeat;
background-size: contain;
width: 12px;
height: 12px;
top: 8px;
} .icon-multiple {
width: 20px;
height: 20px;
display: inline-block;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAACDklEQVRYCe2Xv0rDUBTGmxCloyA4iCj6AiI+gpOIb+DSQdvioo8iDmlTGnDtJCi46CM4uLm4VXCxewtN+h3bCzf3T7z502a5gfae3NzvnF+/25ymtZo9rAPVOuAsq3wQBKdRFAVxHO+Y1HAcZ+i67hWOF369y5/kjcMwPBgMBuu8Pgsc6eiDkIbPQXEhQCR1O51OOB6Pv0aj0We3211jBUydY+tpVGk8fkGWmOAA9IDxYpF8D/EW4m8xT7vdTv0q+b4fixp2ngtQhKNk+A7dt1otCY4Vyjtm3mIVHIr7zWbzNi9Emi7hYL/f355MJs8k8DzvEsc7L9bBwblrOKjdJj5H1jjhIODOkOCIXtPp9LXX6x2zhFXAUe0EYL1ef8LcL10A0AaDrAqOOBKAjUbjB1t1gvkEJO7WR0D+3a0kwuEvc1vnJebvCUCaQuEPERJw55xoZXBUU9uf0IAPAfaGNZt54NJ6G5dPCsWeKTnIFMxJuEm9LcJ4l2VbsX7IcpmOKo0WkJIuIPcR7iK+QQLjVkI//KqCOlhaSxrddTtvHajKAanNlPUkXFYe6S4u60m4rDwSIJqz0X8IfstVGtUcr1HFKk3icUsUiV1dvG76a1Ekj+SgCFH1uQUsugPWQetgUQeK6lP7oGmf+w+iSB7pJsnykMnAVBrVHFuvG1UaCbCsJ+Gy8ug+jJ23DqzKgRnrdy/UychTEQAAAABJRU5ErkJggg==);
background-size: img;
} @media (min-width:1420px) {
.bili-header-m .bili-wrapper,.wrapper {
width: 1283px!important;
} .bili-header-m .bili-wrapper .title-row .title,.wrapper .title-row .title {
max-width: 800px;
} .n-btn {
margin-right: 43px;
}
} .fakeDanmu-item .length {
z-index: 5;
transition: background .2s ease;
} .fakeDanmu-item .new-icon {
transition: opacity .2s ease;
} .fakeDanmu-item.preview-danmu .length {
background: none;
} .fakeDanmu-item.preview-danmu .new-icon {
opacity: 0;
} .fake-danmu-mask {
z-index: 3;
background-color: rgba(0,0,0,.2);
} .fake-danmu,.fake-danmu-mask {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .fake-danmu {
z-index: 4;
} .fake-danmu-item {
position: absolute;
display: inline;
color: #fff;
font-size: 12px;
line-height: 20px;
font-family: Microsoft Yahei,simhei,榛戜綋;
white-space: pre;
pointer-events: none;
opacity: .95;
text-shadow: 1px 1px 2px #001;
} .preview-bg {
top: 10px;
z-index: 2;
height: 100%;
} .preview-bg,.preview-wrapper {
position: absolute;
display: none;
left: 0;
width: 100%;
} .preview-wrapper {
top: 0;
z-index: 4;
padding: 0 5px 5px;
box-sizing: border-box;
background-color: #000;
} .preview-progress {
width: 100%;
height: 2px;
margin-top: 5px;
background-color: hsla(0,0%,100%,.4);
border-radius: 1px;
} .preview-progress-bar {
width: 0;
height: 2px;
border-radius: 1px;
background-color: #fff;
} .fade-transition {
transition: opacity .3s ease;
} .fade-enter,.fade-leave {
opacity: 0;
} .expand-transition {
transition: height .3s ease;
height: 30px;
overflow: hidden;
} .expand-enter,.expand-leave {
height: 0;
opacity: 0;
} .expand-switch-transition {
transition: height .3s ease;
height: 40px;
overflow: hidden;
} .expand-switch-enter,.expand-switch-leave {
height: 0;
} .bounce-transition {
display: inline-block;
} .bounce-enter {
animation: bounce-in .3s;
} .bounce-leave {
animation: bounce-out .3s;
} .space-loading-tv {
height: 100px;
margin-top: 10px;
background-image: url(//s1.hdslb.com/bfs/static/jinkela/space/assets/loadTV.gif);
background-repeat: no-repeat;
background-position: 50%;
} #space-body {
min-height: 100%;
padding-bottom: 30px;
background-repeat: repeat;
background-position: top;
} #space-body .global-modal .modal-wrapper {
width: 400px;
} @keyframes bounce-in {
0% {
transform: scale(0);
} to {
transform: scale(1);
}
} @keyframes bounce-out {
0% {
transform: scale(1);
} to {
transform: scale(0);
}
} @font-face {
font-family:iconfont;src:url(//s1.hdslb.com/bfs/static/jinkela/space/assets/iconfont.woff2) format("woff2"),url(//s1.hdslb.com/bfs/static/jinkela/space/assets/iconfont.woff) format("woff"),url(//s1.hdslb.com/bfs/static/jinkela/space/assets/iconfont.ttf) format("truetype");
} .iconfont {
font-family: iconfont!important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-qipao:before {
content: "\E63E";
} .icon-tag:before {
content: "\E6CE";
} .icon-a-Slice1:before {
content: "\E63D";
} .icon-yincang:before {
content: "\E63C";
} .icon-a-Slice2:before {
content: "\E63B";
} .icon-wenhao:before {
content: "\E63A";
} .icon-xinjian:before {
content: "\E639";
} .icon-ic_zhiboyuyue:before {
content: "\E638";
} .icon-ic_toupiao:before {
content: "\E637";
} .icon-ic_choujiang:before {
content: "\E636";
} .icon-ic_at:before {
content: "\E61A";
} .icon-ic_yuyue:before {
content: "\E619";
} .icon-ic_tupian:before {
content: "\E617";
} .icon-ic_huati:before {
content: "\E615";
} .icon-ic_dingshi:before {
content: "\E614";
} .icon-ic_biaoqing:before {
content: "\E613";
} .icon-ic_channel1:before {
content: "\E611";
} .icon-ic_array_card:before {
content: "\E60F";
} .icon-ic_array_list:before {
content: "\E610";
} .icon-into:before {
content: "\E765";
} .icon-heji:before {
content: "\E762";
} .icon-ic_class1:before {
content: "\E635";
} .icon-huaban:before {
content: "\E718";
} .icon-dianzan:before {
content: "\E710";
} .icon-bofang:before {
content: "\E711";
} .icon-bodan:before {
content: "\E712";
} .icon-pinglun:before {
content: "\E713";
} .icon-shixiao:before {
content: "\E714";
} .icon-fenxiang:before {
content: "\E715";
} .icon-shoucang:before {
content: "\E716";
} .icon-tianjia:before {
content: "\E717";
} .icon-xiangxia:before {
content: "\E719";
} .icon-xiangshang:before {
content: "\E71A";
} .icon-shouting:before {
content: "\E605";
} .icon-checkbox_selected:before {
content: "\E631";
} .icon-checkbox:before {
content: "\E632";
} .icon-radio:before {
content: "\E633";
} .icon-radio_selected:before {
content: "\E634";
} .icon-ic_close:before {
content: "\E630";
} .icon-ic_more:before {
content: "\E62F";
} .icon-ic_upload:before {
content: "\E62E";
} .icon-ic_following:before {
content: "\E62D";
} .icon-ic_collect:before {
content: "\E624";
} .icon-ic_channel:before {
content: "\E625";
} .icon-ic_home:before {
content: "\E626";
} .icon-ic_setting:before {
content: "\E627";
} .icon-ic_playlist:before {
content: "\E628";
} .icon-ic_interest:before {
content: "\E629";
} .icon-ic_sub:before {
content: "\E62A";
} .icon-ic_article:before {
content: "\E62B";
} .icon-ic_video:before {
content: "\E62C";
} .icon-ic_time:before {
content: "\E623";
} .icon-ic_moveup:before {
content: "\E620";
} .icon-ic_movedown:before {
content: "\E621";
} .icon-ic_delete:before {
content: "\E622";
} .icon-ic_play:before {
content: "\E61B";
} .icon-ic_comment:before {
content: "\E61C";
} .icon-ic_up:before {
content: "\E61D";
} .icon-ic_danmu:before {
content: "\E61E";
} .icon-ic_collection:before {
content: "\E61F";
} .be-input {
position: relative;
color: #222;
font-size: 14px;
border-radius: 4px;
} .be-input--append .be-input_inner {
padding: 0 60px 0 5px;
} .be-input_inner {
display: block;
width: 100%;
height: 30px;
line-height: 30px;
padding: 0 50px 0 5px;
border-radius: 4px;
border: 1px solid #ccd0d7;
outline: none;
box-sizing: border-box;
transition: all .3s ease;
} .be-input_inner:focus {
border-color: #00a1d6;
} .be-input.is-diabled .be-input_inner {
background-color: #e6e6e6;
border-color: #afb6c1;
color: #3c3c3c;
cursor: not-allowed;
} .be-textarea {
position: relative;
color: #222;
font-size: 14px;
border-radius: 4px;
} .be-textarea.is-diabled .be-textarea_inner {
background-color: #e6e6e6;
border-color: #afb6c1;
color: #3c3c3c;
cursor: not-allowed;
} .be-textarea--append .be-textarea_inner {
display: table-cell;
} .be-textarea_inner {
display: block;
width: 100%;
line-height: 20px;
height: 118px;
padding: 0 5px;
border: 1px solid #ccd0d7;
border-radius: 4px;
outline: none;
box-sizing: border-box;
resize: none;
transition: all .3s ease;
} .be-textarea_inner:focus,.be-textarea_inner:hover {
border-color: #00a1d6;
} .be-textarea_inner:focus~.be-input-word-counter,.be-textarea_inner:hover~.be-input-word-counter {
opacity: 1;
} .be-textarea .be-input-word-counter {
opacity: 0;
transition: opacity .2s ease;
} .be-input-word-counter {
position: absolute;
right: 0;
bottom: 0;
height: 30px;
min-width: 40px;
padding: 0 10px;
line-height: 30px;
text-align: center;
font-size: 12px;
color: #99a2aa;
border-radius: 4px;
} .modal-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 20000;
} .modal-wrapper {
position: relative;
top: 50%;
transform: translateY(-50%);
width: 300px;
margin: 0 auto;
word-break: break-all;
line-height: 22px;
z-index: 1011;
background: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,.16);
border-radius: 4px;
transition: box-shadow .2s linear;
} .modal-wrapper .modal-header {
position: relative;
font: 12px/1.11 Microsoft Yahei,Tahoma,Arial,Helvetica,STHeiti;
} .modal-wrapper .modal-title {
display: block;
font-size: 16px;
line-height: 48px;
padding: 0 20px;
border-bottom: 1px solid #ddd;
} .modal-wrapper .modal-header-close {
position: absolute;
text-decoration: none;
top: 13px;
right: 12px;
width: 20px;
height: 20px;
line-height: 20px;
cursor: pointer;
font-size: 16px;
text-align: center;
} .modal-wrapper .modal-header-close:hover {
color: #00a1d6;
} .modal-wrapper .modal-body {
padding: 30px 60px;
font-size: 14px;
text-align: center;
vertical-align: middle;
min-width: 9em;
} .modal-wrapper .modal-footer {
padding: 0 0 30px;
text-align: center;
} .modal-mask {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1010;
background-color: rgba(0,0,0,.5);
} .be-toast {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 12000;
height: 50px;
line-height: 50px;
padding: 0 30px;
color: #fff;
font-size: 14px;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,.14);
background-color: rgba(0,0,0,.8);
} #id-card {
background: #fff;
box-shadow: 0 0 2px rgba(0,0,0,.3);
border-radius: 4px;
position: absolute;
z-index: 1002;
width: 375px;
} #id-card .idc-laoding-text {
padding: 10px;
font-size: 12px;
color: #222;
} #id-card .idc-theme-img {
border-radius: 4px 4px 0 0;
display: block;
width: 375px;
height: 120px;
background-size: img;
background-position: 50%;
} #id-card .idc-content .idc-username {
display: inline-block;
line-height: 22px;
vertical-align: middle;
} #id-card .idc-info {
padding: 7px 40px 10px 100px;
position: relative;
} #id-card .idc-info .idc-avatar-container {
position: absolute;
top: -15px;
left: 20px;
width: 54px;
height: 54px;
} #id-card .idc-avatar {
border: 2px solid #fff;
border-radius: 50px;
display: block;
float: left;
width: 50px;
height: 50px;
position: absolute;
top: 0;
left: 0;
} #id-card .idc-uname {
display: inline-block;
font-size: 14px;
vertical-align: top;
max-width: 9em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} #id-card .idc-uname:hover {
color: #00a1d6!important;
} #id-card .idc-gender {
vertical-align: middle;
} #id-card .idc-m-level {
vertical-align: middle;
margin-top: 1px;
} #id-card .idc-meta {
margin-top: 6px;
} #id-card .idc-meta-item {
margin-right: 20px;
} #id-card .idc-tag-list {
display: none;
padding-bottom: 0;
} #id-card .idc-certification {
color: #ff931e;
margin: 7px 0 0;
} #id-card .idc-certification:empty {
display: none;
} #id-card .idc-certified-icon {
background-position: -213px -791px;
width: 20px;
height: 20px;
vertical-align: middle;
margin-right: 5px;
} #id-card .idc-auth-description {
line-height: 20px;
font-size: 12px;
margin-top: 6px;
color: #6d757a;
} #id-card .idc-auth-description.no-desc {
color: #99a2aa;
} #id-card .idc-sign {
color: #999;
line-height: 1.7;
padding: 7px 0 5px;
} #id-card .idc-sign:empty {
display: none;
} #id-card .idc-action {
text-align: center;
padding: 0 20px 20px 29px;
} #id-card .idc-btn {
display: inline-block;
cursor: pointer;
line-height: 24px;
height: 26px;
width: 80px;
margin: 0 10px;
font-size: 12px;
} #id-card .idc-btn.blue {
color: #fff;
background-color: #00a1d6;
border: 1px solid #00a1d6;
} #id-card .idc-btn.blue:hover {
background-color: #00b5e5;
border: 1px solid #00b5e5;
color: #fff;
} #id-card .idc-btn.unfollow {
background-color: #edf2f9;
border-color: #edf2f9;
color: #999;
} #id-card .idc-btn .btn-content {
line-height: 24px;
} .be-tab,.be-tab-item {
position: relative;
} .be-tab-item {
float: left;
font-size: 14px;
margin-right: 20px;
line-height: 28px;
vertical-align: top;
cursor: pointer;
} .be-tab-item:last-child {
margin-right: 0;
} .be-tab-item.is-active {
color: #00a1d6;
} .be-tab-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
background: #ff3c3c;
opacity: 0;
cursor: pointer;
} .be-tab-cursor {
left: 0;
border-bottom: 1px solid #00a1d6;
transform: translateX(0);
transition: width .2s ease,transform .2s ease;
} .be-tab-cursor,.be-tab-cursor:after {
position: absolute;
bottom: 0;
height: 0;
width: 0;
} .be-tab-cursor:after {
content: "";
left: 50%;
transform: translateX(-50%);
margin-left: -3px;
border-bottom: 3px solid #00a1d6;
border-top: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
} .be-tooltip {
position: fixed;
z-index: 120;
height: 26px;
line-height: 26px;
padding: 0 10px;
color: #fff;
font-size: 12px;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,.14);
background-color: rgba(0,0,0,.8);
} .be-scrollbar-wrapper {
position: relative;
} .be-switch-container {
position: relative;
display: inline-block;
height: 20px;
cursor: pointer;
white-space: nowrap;
} .be-switch-container.is-checked .be-switch {
background-color: #00a1d6;
} .be-switch-container.is-checked .be-switch-cursor {
left: 17px;
} .be-switch {
position: relative;
display: inline-block;
width: 30px;
height: 16px;
border-radius: 8px;
background-color: #ccd0d7;
vertical-align: middle;
cursor: pointer;
transition: background-color .2s ease;
} .be-switch-cursor {
position: absolute;
top: 2px;
left: 2px;
width: 12px;
height: 12px;
border-radius: 12px;
background: #fff;
transition: left .2s ease;
} .be-switch-label {
display: inline-block;
line-height: 20px;
font-size: 14px;
margin-left: 3px;
vertical-align: middle;
} .be-switch-input {
position: absolute;
left: 0;
top: 0;
margin: 0;
opacity: 0;
width: 100%;
height: 100%;
z-index: 2;
} .btn[data-v-53027a10] {
display: inline-block;
-ms-touch-action: manipulation;
touch-action: manipulation;
padding: 0 10px;
margin-right: 20px;
line-height: 30px;
min-width: 70px;
transition: all .2s ease;
font-size: 0;
color: #666;
text-align: center;
vertical-align: middle;
outline: none;
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 4px;
cursor: pointer;
white-space: nowrap;
box-sizing: border-box;
} .btn[data-v-53027a10]:last-of-type {
margin-right: 0;
} .btn .btn-loading[data-v-53027a10],.btn i[data-v-53027a10] {
margin-right: 8px;
} .btn.default[data-v-53027a10] {
color: #666;
background-color: #fff;
border-color: #d9d9d9;
} .btn.primary[data-v-53027a10] {
color: #fff;
background-color: #00a1d6;
border-color: #00a1d6;
} .btn.primary[data-v-53027a10]:focus,.btn.primary[data-v-53027a10]:hover {
background-color: #00b5e5;
color: #fff;
border-color: #00b5e5;
} .btn.ghost[data-v-53027a10],.btn.ghost[data-v-53027a10]:focus,.btn.ghost[data-v-53027a10]:hover {
color: #666;
background-color: #f7f7f7;
border-color: #d9d9d9;
} .btn.warning[data-v-53027a10] {
color: #fff;
background-color: #fa0;
border-color: #fa0;
} .btn.warning[data-v-53027a10]:focus,.btn.warning[data-v-53027a10]:hover {
color: #fff;
background-color: rgba(255,170,0,.7);
border-color: #fa0;
} .btn.danger[data-v-53027a10] {
color: #fff;
background-color: #f50;
border-color: #f50;
} .btn.danger[data-v-53027a10]:focus,.btn.danger[data-v-53027a10]:hover {
color: #fff;
border-color: #f50;
background-color: rgba(255,85,0,.7);
} .btn.success[data-v-53027a10] {
background-color: #87d068;
border-color: #87d068;
color: #fff;
} .btn.success[data-v-53027a10]:focus,.btn.success[data-v-53027a10]:hover {
color: #fff;
border-color: #87d068;
background-color: rgba(135,208,104,.7);
} .btn.info[data-v-53027a10] {
color: #fff;
border-color: #2db7f5;
background-color: #2db7f5;
} .btn.info[data-v-53027a10]:focus,.btn.info[data-v-53027a10]:hover {
color: #fff;
border-color: #2db7f5;
background-color: rgba(45,183,245,.7);
} .btn[data-v-53027a10]:focus,.btn[data-v-53027a10]:hover {
color: #00a1d6;
background-color: #fff;
border-color: #00a1d6;
} .btn.btn-small[data-v-53027a10] {
padding: .2rem .3rem;
line-height: 1rem;
min-width: 0;
} .btn.btn-large[data-v-53027a10] {
width: 140px;
height: 40px;
line-height: 40px;
} .btn.btn-large .btn-content[data-v-53027a10] {
font-size: 14px;
} @keyframes loading-53027a10 {
0% {
transform-origin: 50% 50%;
transform: rotate(0deg);
} to {
transform-origin: 50% 50%;
transform: rotate(1turn);
}
} .btn-loading[data-v-53027a10] {
display: inline-block;
animation: loading-53027a10 1s linear infinite;
} .btn-content[data-v-53027a10] {
font-size: 12px;
vertical-align: top;
} .btn-content[data-v-53027a10]:hover {
color: inherit;
background-color: inherit;
} .btn.btn-disabled[data-v-53027a10] {
cursor: default;
} .btn.btn-disabled[data-v-53027a10],.btn.btn-disabled[data-v-53027a10]:hover {
color: #ccd0d7;
background: #f4f5f7;
border-color: #e5e9ef;
} .btn-icon[data-v-53027a10] {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: middle;
} .btn-container[data-v-1ea3cefa] {
font-size: 0;
white-space: nowrap;
} .btn-container.btn-center[data-v-1ea3cefa] {
text-align: center;
} .btn-container.btn-left[data-v-1ea3cefa] {
text-align: left;
} .btn-container.btn-right[data-v-1ea3cefa] {
text-align: right;
} .btn-container .btn[data-v-1ea3cefa]:last-of-type {
margin-right: 0;
} .be-pager {
margin: 15px 0;
text-align: center;
} .be-pager:after {
content: "";
display: block;
height: 0;
clear: both;
overflow: hidden;
visibility: hidden;
} .be-pager-item {
display: inline-block;
line-height: 38px;
padding: 0 15px;
margin-right: 4px;
text-align: center;
list-style: none;
background-color: #fff;
-ms-user-select: none;
user-select: none;
cursor: pointer;
font-family: Arial;
font-size: 14px;
border: 1px solid #d7dde4;
border-radius: 4px;
transition: all .2s ease-in-out;
} .be-pager-item a {
text-decoration: none;
color: #657180;
} .be-pager-item:hover {
border-color: #00a1d6;
} .be-pager-item:hover a {
color: #00a1d6;
} .be-pager-item-active {
background-color: #00a1d6;
border-color: #00a1d6;
} .be-pager-item-active:hover a,.be-pager-item-active a {
color: #fff;
} .be-pager-item-jump-next,.be-pager-item-jump-prev {
padding: 0 5px;
} .be-pager-item-jump-next:after,.be-pager-item-jump-prev:after {
content: "\2022\2022\2022";
display: block;
letter-spacing: 1px;
color: #ccc;
text-align: center;
} .be-pager-prev {
margin-right: 8px;
} .be-pager-item-jump-next,.be-pager-item-jump-prev {
margin-right: 4px;
} .be-pager-next {
margin-left: 4px;
} .be-pager-item-jump-next,.be-pager-item-jump-prev,.be-pager-next,.be-pager-prev {
display: inline-block;
font-size: 14px;
line-height: 38px;
list-style: none;
text-align: center;
cursor: pointer;
color: #666;
font-family: Arial;
transition: all .2s ease-in-out;
} .be-pager-next,.be-pager-prev {
padding: 0 14px;
border: 1px solid #d7dde4;
border-radius: 4px;
background-color: #fff;
} .be-pager-next a,.be-pager-prev a {
color: #666;
font-size: 14px;
} .be-pager-next:hover,.be-pager-prev:hover {
border-color: #00a1d6;
} .be-pager-next:hover a,.be-pager-prev:hover a {
color: #00a1d6;
} .be-pager-disabled {
display: none;
} .be-pager-options {
float: left;
margin-left: 15px;
} .be-pager-options-elevator {
display: inline-block;
height: 32px;
line-height: 32px;
color: #99a2aa;
} .be-pager-options-elevator input {
border-radius: 4px;
margin: 0 8px;
width: 50px;
} .be-pager-total {
display: inline-block;
height: 32px;
line-height: 32px;
margin-left: 30px;
color: #99a2aa;
} .be-dropdown {
position: relative;
display: inline-block;
cursor: pointer;
} .be-dropdown-trigger {
width: 24px;
height: 24px;
margin: auto;
text-align: center;
} .be-dropdown-trigger .icon-ic_more {
display: block;
line-height: 24px;
color: #222;
font-size: 24px;
color: #999;
} .be-dropdown-item {
height: 40px;
padding: 0 20px;
line-height: 40px;
text-align: center;
font-size: 14px;
color: #222;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: background-color .2s ease;
cursor: pointer;
} .be-dropdown-item:hover {
color: #00a1d6;
background-color: #e5e9ef;
} .be-dropdown-item.be-dropdown-item-delimiter {
border-bottom: 1px solid #e5e9ef;
} .be-dropdown-menu {
position: fixed;
top: 40px;
z-index: 10;
padding: 6px 0;
background-color: #fff;
border: 1px solid #e5e9ef;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,.14);
} .be-tags-container {
position: absolute;
top: 4px;
right: 4px;
} .be-tags-container .tag {
display: inline-block;
padding: 0 4px;
font-size: 10px;
color: #fff;
text-align: center;
line-height: 14px;
border-radius: 2px;
margin-left: 4px;
} .be-tags-container .tag.pay-tag {
background-color: #faab4b;
} .be-tags-container .tag.coop-tag,.be-tags-container .tag.inter-tag,.be-tags-container .tag.live-review {
background-color: #fb7299;
} .be-tags-container .tag.new-tag {
background-color: #42a0c4;
} @font-face {
font-family:iconfont;src:url(data:font/woff2;base64,d09GMgABAAAAAAO4AAsAAAAACFQAAANsAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDKgqDSIMoATYCJAMUCwwABCAFhG0HYxtjBxEVnI3IfhY4Z3NCT1bKOQcF/6IePckryH0fguczZ74vyVmtXCAGp0R4I5g7w61OmY0Rtx1eEErj+23apUB26KhKoJW100/L/Ac790KuK/D/uFc123MBmc++xWmOTWuCJByggO1p6SZrQSpQQeswduVFPIMAjjJqUQ0atehAqhF9J4wiG4MxKBDnyoihg/tiuRpTkytYhFjbvQb5akAtVleBlf7PyxvKZUHhaYyH2gxqOIArYcpEDR1EgR76KcF4ZXC+AjxAAyVWppVh9eYB6DBcgsaVBQ1VgCdbFISpwlOJGlGECCm5u/oXz+JwgEZhEJAYRnYKAOrAiIEwpY1AQ5gKgYLwFAIDiRrc+3jEA8ABPrAKOI/wBcTq3aSojBnTSgrTkTr39LsG6j6xk39vzYMH5Z2kVG5QCu3zADCzxo7uPvyL3b1bxp9+9t7dKn3OVDp1W3T8TuXTVXv7qZcigUu1RCSuEh8zeP3SzIM3bt1y5MC+DAPWBf2XHEKl8lIuPRo/4lIsOXMMExw/21h5/uSYH3CkAseK1Qk6bMi5Kc+szu3iKVrUTVm/9ciJDRaljBcd0P3EizpYOfuy00CTt1HuPy6YuWnmZgWW/upyYMGOEu+K71xwoAuP9xWkoNWnxJrb7T6U/FC79uZp08ufPrg5WBeVcG0zvsvkOedlel78OSjK+edyTpfz8h+HGV7vZXrHFACiHWgLoPupEJ9UUO23jlEf//HvMCHDjMa9U9f4Zn0DwNOfB39Bd3Toz/5HnNbsPyqhZVejMpHElFXaRgTVQim/y6rg38kjaE/n+TjWjIiNguUcCIokcoLGUgBt8CXAw6cCxLDUBkdxjQ/7pDcOjZhkoJj5AIQ0ToIiFZdBk8Y1tME/A49M3kGMNGlwqF4tz/Rtq72jIFUUlP2oznkwlk69IPeG0nWpJHk++QUZax/tSpXJxq4YIGNsGN/lXtWQEe7pAh5D1zFZ4Qa5BpWqPYSlB5V9UZBzP/EcCUgpKJDMD6nl2MC4w5WX+/4bKDmdlNRUVRhfQIzq8clOIGqBvoqHVlXX8pLRW2lPKYMYgvXIBRihM8OM2PJZDcipQNUjaB2EqJtpKw7ml/bPeAQeY/q02p2ma3PyW+I85b/juHLp8KvdEt926Q8S07RFj8H5bUqUB1ZMJg==) format("woff2"),url(//s1.hdslb.com/bfs/static/jinkela/space/assets/iconfont.woff) format("woff"),url(//s1.hdslb.com/bfs/static/jinkela/space/assets/iconfont.ttf) format("truetype");
} .iconfont {
font-family: iconfont!important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .video-commonicon_caozuo_huanyihuan:before {
content: "\E73C";
} .video-commonplayer_play:before {
content: "\E60E";
} .video-commonmenu:before {
content: "\E60D";
} .video-commonicon_tonote:before {
content: "\E6B6";
} /*# sourceMappingURL=space.8.f69f7d6f8fbedc95d9c6de110515943ee7b4dd33.css.map*/

然后就是图片素材了(我直接从B站八的)





具体效果过段时间我就会放在文末当打赏用了!

给博客添加个充电按钮(仿B站)的更多相关文章

  1. hexo next主题为博客添加分享功能

    title: hexo next主题为博客添加分享功能 date: 2018-01-06 20:20:02 tags: [hexo博客, 博客配置] categories: hexo next主题配置 ...

  2. 【干货】2个小时教你hexo博客添加评论、打赏、RSS等功能 (转)

    备注:该教程基于Hexo 2.x版本,目前Hexo是3.x版本,照本教程实现有可能会出现404错误,笔者目前还未找时间去解决,待笔者找时间解决该问题后,再写一篇该问题的解决教程,给各位读者带来困扰,还 ...

  3. 给 hugo 博客添加搜索功能

    起因 我的博客使用了 hugo 作为静态生成工具,自带的主题里也没有附带搜索功能.看来,还是得自己给博客添加一个搜索功能. 经过多方查找,从 Hugo Fast Search · GitHub 找到一 ...

  4. CSDN博客添加量子恒道统计代码步骤

    CSDN博客添加量子恒道统计代码步骤. 1. 去量子恒道网站统计 注册账户: 2. 添加已有的CSDN博客地址: 3. 添加博客后恒道代码里面会给你一个JavaScript脚本,记下里面的一串数字: ...

  5. 为你的WordPress博客添加CSS3炫酷读者墙

    为你的WordPress博客添加CSS3炫酷读者墙,也就是把你文章的评论最活跃的读者显示在单独的一个页面,先看看效果吧: 1.复制主题的page.php,另存为readerwall.php,然后在其顶 ...

  6. Jekyll博客添加Valine评论

    Jekyll博客添加Valine评论 关于github搭建jekyl博客,在这里不做过多描述,详情参考: 百度搜索关键字:github搭建jekyll博客 官网:https://www.jekyll. ...

  7. 个人博客添加网易云音乐Flash插件

    博客底部添加网易云音乐播放插件 歌单或者歌曲外链可从音乐界面"生成外链播放器"中得到,选择Flash播放插件即可 footer.html文件增加 实现效果: 历史精选文章: Jli ...

  8. 给博客添加rss订阅

    如果是自己搭建博客,有一个问题是如何写一篇新的文章就可以告诉读者,你写了一篇新的?一个简单方法是使用 rss ,RSS订阅是站点用来和其他站点之间共享内容的一种简易方式,即Really Simple ...

  9. 2019-8-31-jekyll-在博客添加流程图

    title author date CreateTime categories jekyll 在博客添加流程图 lindexi 2019-08-31 16:55:59 +0800 2018-2-13 ...

随机推荐

  1. Typora使用手册(小白入门级)

    Typora软件的简单使用 1.简介 Typora是一款支持Markdown语法的文档编辑器      特点:功能强大.画面极简. 下载地址:https://typoraio.cn/ 2.基础设置 偏 ...

  2. CentOS搭建BWAPP靶场并安装docker

    为了不触碰国家安全网络红线作为技术人员我们尽可能的要在自己本机在上面创建自己的靶场: 在centos上面搭建靶场看似非常简单短短几行代码,需要注意以下几个点:(1.在docker上搭建   2.端口号 ...

  3. vue大型电商项目尚品汇(后台篇)day04

    昨天太晚就没来得及更新,今天是spu管理界面,这个界面一共有三个界面需要切换,完成了两个界面,而且今天的难度在于最后两个章节,富有一定的逻辑性,当然中间也有很多需要注意的,比如ElementUI的照片 ...

  4. BUUCTF-一叶障目

    一叶障目 010editor打开没发现有什么异常,看分辨率尺寸觉得不对劲,修改了一下发现了flag 图片第二组前面四个是宽后面是高,修改第七位为05即可发现flag flag{66666}

  5. RPA应用场景-财务报表统计整合

    场景概述 财务报表统计整合 所涉系统名称 邮储银行系统 人工操作(时间/次) 3小时 所涉人工数量 1 操作频率 每月 场景流程 1.登录各个区支行系统 2.机器人按照要求,自动复选多项业务参数,导出 ...

  6. this关键字、static关键字、方法的调用

    1.带有static关键字的方法,不可使用this关键字.因为其调用方法为类名.方法名(建议这种方式,调用不需要对象的参与),不存在对象. 2.实例方法调用必须有对象的存在,先创建对象,通过引用.的方 ...

  7. docker 部署 minio

    1.下载镜像 docker pull minio/minio 2.启动 docker run -p 9000:9000 --name minio \ -d --restart=always \ -e ...

  8. NC212914 牛牛与后缀表达式

    NC212914 牛牛与后缀表达式 题目 题目描述 给定牛牛一个后缀表达式 \(s\) ,计算它的结果,例如,1+1对应的后缀表达式为1#1#+,'#'作为操作数的结束符号. 其中,表达式中只含有'+ ...

  9. 记一次 .NET 某工控数据采集平台 线程数 爆高分析

    一:背景 1. 讲故事 前几天有位朋友在 B站 加到我,说他的程序出现了 线程数 爆高的问题,让我帮忙看一下怎么回事,截图如下: 说来也奇怪,这些天碰到了好几起关于线程数无缘无故的爆高,不过那几个问题 ...

  10. ClickHouse(03)ClickHouse怎么安装和部署

    本文会介绍如何安装和部署ClickHouse,官方推荐的几种安装模式,以及安装之后如何启动,ClickHouse集群如何配置等. 简单来说,ClickHouse的搭建流程如下: 环境检查,环境依赖安装 ...