B站仿旧版样式(番剧/综艺播放页(beta)、搜索页(beta)、播放页、稍后再看播放页)(stylus版)

B站仿旧版样式,仅播放页和稍后再看播放页,搜索页、番剧/综艺播放页还在改造中

  1. /* ==UserStyle==
  2. @name B站仿旧版样式(番剧/综艺播放页(beta)、搜索页(beta)、播放页、稍后再看播放页)(stylus版)
  3. @namespace github.com/czxinc/bilibili-old-style
  4. @version 9.3.0
  5. @preprocessor stylus
  6. @homepageURL https://github.com/czxinc/bilibili-old-style
  7. @supportURL https://github.com/czxinc/bilibili-old-style
  8. @description B站仿旧版样式,仅播放页和稍后再看播放页,搜索页、番剧/综艺播放页还在改造中
  9. @author CZX Fuckerman
  10. @license GPL
  11.  
  12. ==/UserStyle== */
  13.  
  14. //@var checkbox topbarVideo "顶栏(视频页)" 1
  15. //@var checkbox topbarSearch "顶栏(搜索页)" 1
  16. //@var checkbox pageVideo "视频页" 1
  17. //@var checkbox pageSearch "搜索页" 1
  18. //@var number leftWidth "左侧宽度" 1280
  19.  
  20. leftWidth = 1280 //宽度
  21. topbarVideo = 1
  22. topbarSearch = 1
  23. pageVideo = 1
  24. pageSearch = 1
  25.  
  26. unitToPx(num)
  27. unit(num, 'px')
  28.  
  29. //评论组件
  30. stylusAreaComment()
  31. /* 评论 start */
  32. .bili-comment.browser-pc
  33. *
  34. font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  35. a
  36. outline: none;
  37. color: #00a1d6;
  38. text-decoration: none;
  39. cursor: pointer;
  40. &:hover
  41. color: #f25d8e;
  42.  
  43. .reply-header
  44. .reply-navigation
  45. .nav-bar
  46. .nav-title
  47. font-size: 18px!important;
  48. line-height: 24px!important;
  49. font-weight: normal!important;
  50. .nav-title-text
  51. font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif!important;
  52. .total-reply
  53. color: inherit!important;
  54. font-size: 18px!important;
  55. font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif!important;
  56. .nav-sort
  57. font-size: 14px!important;
  58. color: #222!important;
  59. .hot-sort
  60. .time-sort
  61. font-weight: bold!important;
  62. &.hot .hot-sort
  63. &.time .time-sort
  64. color: #00a1d6!important;
  65.  
  66. .emoji-panel
  67. margin-top: 7px;
  68. margin-bottom: 10px;
  69. box-shadow: 0 11px 12px 0 rgba(106 115 133 30%);
  70. top: 27px;
  71. .emoji-content
  72. height: 196px!important;
  73.  
  74. .reply-list
  75. .login-prompt //登录(不可用)评论按钮
  76. border-radius: 4px!important;
  77.  
  78. .reply-box
  79. .box-normal
  80. .reply-box-send
  81. background-color: #00a1d6;
  82. border: 1px solid #00a1d6;
  83. transition: 0.1s;
  84. &:hover
  85. background-color: #00b5e5;
  86. border-color: #00b5e5;
  87. &:after
  88. content: none!important;
  89. .reply-box-warp
  90. .reply-box-textarea
  91. font-size: 12px;
  92. line-height: normal!important;
  93. &:hover
  94. border-color: #00a1d6!important;
  95. background-color: #fff!important;
  96. &.disabled
  97. .box-normal
  98. .reply-box-send
  99. background-color: #e5e9ef !important;
  100. border-color: #e5e9ef !important;
  101. color: #b8c0cc !important;
  102. &.fixed-box
  103. .box-normal
  104. .reply-box-warp
  105. .reply-box-textarea
  106. padding-top 10px
  107. .textarea-wrap
  108. padding: 0px;
  109.  
  110. .main-reply-box
  111. .box-normal
  112. height: 65px!important;
  113. .reply-box-send
  114. width: 70px!important;
  115. height: 64px!important;
  116. .reply-box-wrap
  117. .reply-box-textarea
  118. height: 65px!important;
  119.  
  120. .reply-item
  121. .root-reply-container
  122. padding-left: 85px!important;
  123. padding-top: 24px!important;
  124. .root-reply-avatar
  125. width: 82px!important;
  126. padding-top: 6px!important;
  127. .content-warp
  128. .user-info
  129. font-size: 12px!important;
  130. font-weight: bold!important;
  131. line-height: 18px!important;
  132. word-wrap: break-word!important;
  133. height:22px!important;
  134. .user-name
  135. font-family: inherit!important;
  136. font-weight: inherit!important;
  137. .user-level
  138. margin-left: 11px!important;
  139.  
  140. .root-reply
  141. font-size: 14px!important;
  142. line-height: 20px!important;
  143. .reply-info
  144. font-size: 12px!important;
  145. margin-top: 6px!important;
  146. .reply-time
  147. margin-right: 20px!important;
  148. .reply-dislike
  149. margin-right: 15px!important;
  150. .reply-btn
  151. padding: 0 5px;
  152. border-radius: 4px;
  153. margin-right: 15px;
  154. cursor: pointer;
  155. &:hover
  156. color: #00a1d6!important;
  157. background: #e5e9ef!important;
  158. .sub-reply-container
  159. padding-left: 78px!important;
  160. &.login-limit-reply-end
  161. .login-limit-mask //未登录(不可用)遮罩
  162. display: none!important;
  163.  
  164. .sub-reply-item
  165. font-size: 14px!important
  166. line-height 20px!important
  167. .sub-user-info
  168. .sub-user-name
  169. font-size: 12px!important;
  170. font-weight: bold!important;
  171. line-height: 18px!important;
  172. word-wrap: break-word!important;
  173. font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif!important;
  174. .sub-user-level
  175. margin-left: 11px;
  176. .sub-reply-info
  177. line-height: 14px!important;
  178. margin-top: 6px!important;
  179. font-size: 12px!important;
  180.  
  181. .sub-reply-list
  182. .view-more
  183. font-size: 12px!important;
  184. color: #6d757a!important;
  185. font-weight: bolder!important;
  186. .view-more-default
  187. .view-more-btn
  188. color: #00a1d6;
  189. padding: 2px 3px;
  190. border-radius: 4px;
  191. &:hover
  192. background: #e5e9ef;
  193. color: #00a1d6;
  194. .view-more-pagination
  195. span
  196. transition: color .3s;
  197. line-height: 26px
  198.  
  199. .reply-content-container
  200. .reply-content
  201. line-height: inherit;
  202. font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;
  203. .jump-link
  204. .icon
  205. line-height inherit!important
  206. .icon
  207. &.search-word
  208. position: relative;
  209. top: -1px;
  210.  
  211.  
  212. .reply-operation
  213. .operation-list
  214. padding: 10px 0!important;
  215. /* 评论 end */
  216.  
  217. //评论区(ShadowDOM组件版)
  218. stylusAreaCommentShadowDOMVer()
  219. /* 评论 start */
  220. bili-comments
  221. --bili-comments-font-size-content: 14px;
  222. --bili-comments-line-height-content: 20px;
  223. --bili-rich-text-font-size: 14px;
  224. --bili-rich-text-line-height: 20px;
  225. --bili-font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  226. -webkit-font-smoothing: auto;
  227. :host(bili-comment-action-buttons-renderer) //评论功能区
  228. font-size: 12px;
  229. font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  230. -webkit-font-smoothing: auto;
  231. :host(bili-comment-renderer) //评论
  232. -webkit-font-smoothing: auto;
  233. font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  234. #user-name[data-user-profile-id] //评论人
  235. font-size: 12px;
  236. font-weight: 700;
  237. div#reply>button //回复数
  238. div>button>span#count //赞数
  239. font-size: 12px;
  240. /* 评论 end */
  241.  
  242. //顶部栏
  243. stylusTopbar()
  244. /* header start */
  245. #biliMainHeader
  246. height: 56px!important
  247.  
  248. .bili-header
  249. height: 56px!important
  250. .bili-header__bar
  251. padding: 10px 24px
  252. height: 56px
  253. .left-entry
  254. .default-entry
  255. .loc-entry
  256. margin-right: 12px!important;
  257. .left-entry__title
  258. .mini-header__logo
  259. width: 70px
  260. height: 32px
  261. path
  262. fill: #00a1d6
  263. .right-entry
  264. .right-entry__outside
  265. .right-entry-icon
  266. display: none;
  267. .right-entry-text
  268. color: #212121;
  269. text-shadow: none;
  270. line-height: 30px;
  271. display: block!important;
  272. .right-entry-item
  273. min-width: 0px;
  274. margin-right: 0px;
  275. .right-entry-item--upload
  276. .v-popover-wrap
  277. margin-left: 0px;
  278. .right-entry--vip
  279. .red-point
  280. right: -8px;
  281. .right-entry__outside
  282. -webkit-font-smoothing: antialiased;
  283. font: 14px -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  284. min-width: 0px;
  285. margin: 0px 0px 0px 12px!important;
  286. &.go-login-btn
  287. width: 64px;
  288. .red-num--message
  289. background-color: #FA5A57;
  290. text-align: center;
  291. color: #fff;
  292. min-width: 16px;
  293. height: 16px;
  294. padding: 0 3px;
  295. border-radius: 8px;
  296. line-height: 16px;
  297. font-size: 12px;
  298. top: -7px;
  299. right: -10px;
  300. left: auto;
  301. .red-num--dynamic
  302. left: auto;
  303. right: -10px;
  304. .v-popover-wrap
  305. &.right-entry__outside
  306. &.right-entry--message
  307. margin: 0px 0px 0px 0px!important;
  308. .header-favorite-container
  309. height: 100%;
  310. min-width: 0px;
  311. .header-favorite-container-box
  312. margin-top: 0px;
  313. .header-favorite-container__up
  314. top: 0px!important;
  315. .header-favorite-container__down
  316. display: none;
  317. .header-entry-mini
  318. width: 40px;
  319. height: 40px;
  320. left: 0px;
  321. top: 0px;
  322. .v-img
  323. >img
  324. border: 0px;
  325. .header-avatar-wrap
  326. width: 50px;
  327. height: 40px;
  328. margin-left: 12px;
  329. padding-right: 0px;
  330. .header-upload-entry
  331. cursor: pointer;
  332. position: relative;
  333. color: #fff;
  334. font-size: 14px;
  335. display: block;
  336. width: 100px;
  337. height: 36px;
  338. line-height: 36px;
  339. text-align: center;
  340. background: #fb7299;
  341. border-radius: 2px;
  342. margin-left: 14px;
  343. .header-upload-entry__text
  344. display: block!important;
  345. .header-upload-entry__icon
  346. display: none;
  347. .center-search-container
  348. .center-search__bar
  349. &.is-focus
  350. box-shadow: none
  351. border-radius: 0px
  352. #nav-searchform
  353. display: block;
  354. padding: 0 48px 0 16px;
  355. border-radius: 2px!important;
  356. background: #F4F4F4;
  357. border: 1px solid #E7E7E7;
  358. position: inherit;
  359. height: inherit;
  360. background: var(--bg3)!important;
  361. .nav-search-content
  362. padding: 0px;
  363. background: inherit!important;
  364. .nav-search-input
  365. word-break: break-all;
  366. overflow: hidden;
  367. width: 100%;
  368. height: 34px;
  369. border: none;
  370. background-color: transparent;
  371. box-shadow: none;
  372. color: #999;
  373. font-size: 14px;
  374. line-height: 34px;
  375. transition: all 0.2s;
  376. &:focus
  377. background-color: inherit;
  378. color: #999;
  379. .is-actived
  380. .nav-search-content
  381. .nav-search-input
  382. &:focus
  383. color: #222222;
  384. .nav-search-btn
  385. position: absolute;
  386. top: 0px;
  387. right: 0;
  388. margin: 0;
  389. padding: 0;
  390. width: 48px;
  391. height: 36px;
  392. border: none;
  393. border-radius: 2px;
  394. background: #e7e7e7;
  395. line-height: 26px;
  396. cursor: pointer;
  397. display: inherit;
  398. transition: none;
  399. svg
  400. position: absolute;
  401. top: 7px;
  402. right: 16px;
  403. margin: 0;
  404. padding: 0;
  405. border: none;
  406. background: none;
  407. color: #505050;
  408. font-size: 16px;
  409. line-height: 20px;
  410. cursor: pointer;
  411. transition: all 0.2s;
  412. .search-panel
  413. background: #ffffff;
  414. border: 1px solid #e6e9ee;
  415. box-sizing: border-box;
  416. box-shadow: 0px 2px 4px rgba(0 0 0 10%);
  417. border-radius: 2px;
  418. padding: 16px 0;
  419. margin-top: 2px;
  420. font-family: PingFang SC, sans-serif;
  421. font-style: normal;
  422. font-weight: normal;
  423. color: #212121;
  424. -webkit-font-smoothing: antialiased;
  425. .message-entry-popover
  426. min-width: 173px;
  427. .message-inner-list
  428. padding: 10.058px 0;
  429. color: #212121;
  430. .message-inner-list__item
  431. padding: 0px 0px 0px 20.116px;
  432. line-height: 36.2093px;
  433. font-size: 14px;
  434. color: inherit;
  435. .header-dynamic-avatar
  436. width: 34.1px!important;
  437. height: 34.1px!important;
  438. border: 0px!important;
  439. .header-dynamic-list-item
  440. transition: 0.3s!important;
  441. &:hover
  442. background-color: #f4f4f4!important;
  443. .header-dynamic__box--right
  444. top: 0px!important;
  445. width: auto!important;
  446. .dynamic-info-content
  447. font-size: 13.267px!important;
  448. font-weight: 500!important;
  449. color: #212121!important;
  450. margin: 5.68px 0px!important;
  451. line-height: normal!important;
  452.  
  453. .bili-header .header-dynamic-list-item .dynamic-name-line,
  454. .publish-time
  455. font-size: 12px!important;
  456. color: #505050!important;
  457. .wnd_bottom
  458. height: 60.64px;
  459. display: flex;
  460. justify-content: center;
  461. align-items: center;
  462. margin: 0px 18.95px;
  463. .r-l
  464. height: 30.313px;
  465. width: auto;
  466. margin: 0px;
  467. border-radius: 0px;
  468. color: #212121;
  469. font-size: 13.267px;
  470. background-color: #f4f4f4;
  471. line-height: normal;
  472. transition: box-shadow 0.1s;
  473. flex: 1;
  474. display: flex;
  475. justify-content: center;
  476. align-items: center;
  477. font-family: auto;
  478. &:hover
  479. background-color: #e7e7e7;
  480. .right-entry
  481. .v-popover-wrap
  482. &.right-entry-message
  483. margin-left: 12px!important;
  484. .v-popover-content
  485. border-radius: 2px;
  486. box-shadow: 0 3px 6px 0 rgba(0 0 0 20%);
  487. .dynamic-panel-popover
  488. width: 350.63px;
  489. .header-tabs-panel
  490. font-size: 12px;
  491. color: #999;
  492. line-height: 15.1px;
  493. height: 45.5px;
  494. display: flex;
  495. flex-direction: row;
  496. align-items: center;
  497. padding-left: 19px;
  498. border-bottom: 1px solid #e7e7e7;
  499. user-select: none;
  500. justify-content: normal;
  501. .header-tabs-panel__content
  502. min-height: 113.717px;
  503. max-height: 444.445px;
  504. .header-tabs-panel__item
  505. display: flex;
  506. justify-content: center;
  507. align-items: center;
  508. margin: 0px 22.743px 0px 0px;
  509. padding: 0px;
  510. border-radius: 30px;
  511. cursor: pointer;
  512. transition: 0.3s ease;
  513. z-index: 1;
  514. flex: inherit;
  515. font-size: 12px;
  516. line-height: 15px;
  517. border-bottom: none;
  518. .header-tabs-panel__item--active
  519. background-color: #00a1d6;
  520. color: #fff;
  521. padding: 3.79px 9.5px;
  522. margin: 0px 13.267px 0px 0px;
  523. border-bottom: none;
  524. .cover
  525. width: 60.641px!important;
  526. height: 34.109px!important;
  527. border-radius: 1.895px!important;
  528. .watch-later
  529. width: 20.844px!important;
  530. height: 20.844px!important;
  531. .bili-watch-later__icon
  532. width: 15px!important;
  533. height: 15px!important;
  534. .dynamic-article
  535. .tip-box
  536. color: #999!important;
  537. font-size: 13.267px!important;
  538. display: flex!important;
  539. justify-content: center!important;
  540. align-items: center!important;
  541. height: 94.75px!important;
  542. .dynamic-video-item
  543. line-height: normal!important;
  544. .v-popover
  545. &.is-bottom
  546. padding-top: 13px!important;
  547. &::before
  548. content: '';
  549. width: 10px;
  550. height: 7px;
  551. display: block;
  552. position: absolute;
  553. top: 11px;
  554. left: calc(50% - 5px) !important;
  555. -webkit-transform: rotate(45deg);
  556. transform: rotate(45deg);
  557. background-color: white;
  558. -webkit-box-shadow: -1px -1px 1px rgba(0 0 0 5%);
  559. box-shadow: -1px -1px 1px rgba(0 0 0 5%);
  560. z-index: 1;
  561. .bili-avatar-right-icon
  562. width: 15.1px;
  563. height: 15.1px;
  564. /* header end */
  565.  
  566. //页面 视频播放页
  567. stylusVideo()
  568. body
  569. margin: 0
  570. font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif
  571. font-size: 12px
  572. line-height: 1.5
  573. color: #222
  574. background-color: #fff
  575.  
  576. a
  577. color: #222
  578. background-color: transparent
  579. text-decoration: none
  580. outline: none
  581. cursor: pointer
  582. transition: color .3s
  583. -webkit-text-decoration-skip: objects
  584.  
  585. .harmony-font
  586. -webkit-font-smoothing: antialiased
  587. font: 14px -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif
  588. z-index: 1000
  589. margin: 0
  590. padding: 0
  591.  
  592.  
  593. /* 左侧项目 start */
  594. .left-container
  595. .playlist-container--left //适配稍后再看
  596. max-width: unitToPx(leftWidth);
  597. .video-info-container
  598. height: 96px!important;
  599. padding-top: 27px!important;
  600. box-sizing: border-box!important;
  601. .video-title //视频标题
  602. .video-title-href //稍后再看 视频标题
  603. font-size: 18px!important;
  604. font-weight: 500!important;
  605. line-height: 26px!important;
  606. .video-container-v1:has(.left-container .bpx-player-container[data-screen='wide']) //宽屏时
  607. .right-container
  608. .members-info-container //创作团队
  609. padding-top: 0px;
  610. .membersinfo-wide
  611. .header
  612. display: none;
  613.  
  614.  
  615.  
  616. .video-info-detail
  617. font-size: 12px!important;
  618. height: 16px!important;
  619. color: #999!important;
  620. display: flex!important;
  621. align-items: center!important;
  622. text-overflow: ellipsis!important;
  623. white-space: nowrap!important;
  624. .video-info-detail-list
  625. .pubdate-ip
  626. font-size: inherit!important;
  627. .pubdate
  628. .pubdate-text
  629. font-size: inherit!important;
  630. .honor
  631. font-size:12px;
  632. &.honor-rank
  633. .honor-icon
  634. width: 12px;
  635. height: 12px;
  636. .honor-arrow
  637. width: 5px;
  638. height: 8px;
  639.  
  640. .video-argue
  641. .video-argue-inner //视频争议标签
  642. font-size: 12px!important;
  643.  
  644.  
  645.  
  646. /* 视频 start */
  647. #bilibili-player:has(.bpx-player-container:not([data-screen = "web"]):not([data-screen = "full"]):not([data-screen = "wide"]))
  648. max-width: unitToPx(leftWidth);
  649.  
  650.  
  651. #bilibili-player
  652. height: 100%;
  653.  
  654. #playerWrap:has(.bpx-player-container:not([data-screen = "web"]):not([data-screen = "full"]):not([data-screen = "wide"])) //保持1691280x720
  655. max-height: unit(766,"px")
  656.  
  657. //播放器下方栏
  658. .bpx-player-sending-bar
  659. display: flex!important;
  660. flex: none!important;
  661. justify-content: space-between!important;
  662. height: 46px!important;
  663. padding: 0 12px 0 20px!important;
  664. //background: #fff!important;
  665. font-size: 12px!important
  666. .bpx-player-video-info-online
  667. b
  668. font-weight: bold!important;
  669. .bpx-player-video-inputbar
  670. border-radius: 2px!important;
  671. .bpx-player-dm-btn-send
  672. border-radius: 0 2px 2px 0!important;
  673.  
  674. @media (min-width: 1681px)
  675. #bilibili-player-placeholder //
  676. #bilibili-player // 小窗口播放器上下窗口有黑框
  677. height: calc(100% - 10px);
  678.  
  679. //弹幕列表按钮
  680. .bui-collapse
  681. .bui-collapse-header
  682. border-radius: 2px!important;
  683.  
  684. /* 视频 end */
  685.  
  686.  
  687. /* 视频下方工具栏 start */
  688. .video-toolbar-container
  689. .video-toolbar-left
  690. .toolbar-left-item-wrap
  691. margin-right: 8px!important;
  692. .ring-progress //三连进度条
  693. width: 34px!important;
  694. height: 34px!important;
  695. left: -3px!important;
  696. top: -3px!important;
  697.  
  698. .video-toolbar-right
  699. .toolbar-right-note
  700. margin-right: 0px!important;
  701. .video-note-inner
  702. /* position: relative; */
  703. margin-right: 25px!important;
  704. width: auto;
  705. height: 24px;
  706. align-items: center;
  707. justify-content: center;
  708. border-radius: 2px;
  709. cursor: pointer;
  710. font-size: 12px!important;
  711. line-height: 20px;
  712. border: 1px solid #00a1d6;
  713. color: #00a1d6;
  714. background: #fff;
  715. transition: 0.3s;
  716. padding-left: 3px;
  717. &:hover
  718. color: #fff!important;
  719. background: #00a1d6!important;
  720. .video-toolbar-item-icon
  721. fill: #fff!important;
  722.  
  723. .video-toolbar-left-item
  724. width: 92px!important;
  725. .video-toolbar-item-icon
  726. width: 28px!important;
  727. height: 28px!important;
  728.  
  729. .video-toolbar-right-item
  730. font-size: 12px!important;
  731. .video-toolbar-item-icon
  732. width: 16px;
  733. height: 20px;
  734. fill: #00a1d6;
  735. transition: 0.3s;
  736. &.video-complaint-icon
  737. display: none;
  738.  
  739. .svga-container.svga-center //三连图标弹出
  740. transform: translate(-4.5px, -4.5px) scale(0.8)!important;
  741. @media (min-width: 1681px)
  742. .svga-container.svga-center //三连图标弹出
  743. transform: translate(-6.5px, -6.5px) scale(0.8)!important;
  744.  
  745.  
  746. .toolbar-right-note
  747. .video-toolbar-item-text
  748. transition: 0.3s;
  749. width: auto;
  750. padding-right: 3px;
  751. &:hover
  752. .video-toolbar-item-icon
  753. fill: #fff!important;
  754. .video-toolbar-item-text
  755. color: #fff!important;
  756.  
  757. .video-tool-more
  758. .video-tool-more-reference
  759. .video-tool-more-icon
  760. width: 20px!important;
  761. height: 24px!important;
  762.  
  763. .video-tool-more-popover
  764. display: block;
  765. position: absolute;
  766. width: 80px;
  767. min-width: 0px;
  768. left: -65px;
  769. z-index: 30;
  770. text-align: center;
  771. padding: 10px 0;
  772. background: #ffffff;
  773. border: 1px solid #e5e9ef;
  774. box-shadow: 0 2px 4px 0 rgba(0 0 0 14%);
  775. border-radius: 2px;
  776. font-size: 14px;
  777. color: #222;
  778. .video-tool-more-dropdown
  779. .dropdown-item
  780. position: relative;
  781. height: 34px;
  782. line-height: 34px;
  783. cursor: pointer;
  784. transition: all 0.3s;
  785. justify-content: center;
  786. padding: 0px;
  787. .video-toolbar-item-text
  788. font-size: 14px!important;
  789. svg
  790. display: none;
  791.  
  792. .video-share-popover
  793. border-radius: 2px;
  794. -webkit-box-shadow: 0 2px 4px 0 rgba(0 0 0 14%);
  795. box-shadow: 0 2px 4px 0 rgba(0 0 0 14%);
  796. border: 1px solid #e5e9ef;
  797. .video-share-dropdown
  798. .dropdown-top
  799. padding: 20px 10px 12px 10px;
  800. .dropdown-bottom
  801. padding: 20px 10px;
  802. /* 视频下方工具栏 end */
  803.  
  804. /* 视频简介 start */
  805. .video-desc-container
  806. .basic-desc-info
  807. .subtitle-maker-list
  808. font-size: 12px!important;
  809. line-height: 18px!important;
  810. /* 视频简介 end */
  811.  
  812. /* 视频标签 start */
  813. .video-tag-container
  814. .tag-panel
  815. /* width: 670px!important; */
  816. .tag
  817. margin: 0px!important;
  818. .show-more-btn
  819. display: none;
  820. &.not-btn-tag
  821. display: block!important;
  822. .tag-link
  823. float: left;
  824. margin: 0 10px 8px 0;
  825. background: #F6F7F8;
  826. border-radius: 100px;
  827. padding: 0 12px;
  828. position: relative;
  829. height: 22px;
  830. line-height: 22px;
  831. transition: all 0.3s;
  832. font-size: 12px;
  833. border: 1px solid transparent;
  834. box-sizing: content-box;
  835. &:hover
  836. border-color: #00a1d6;
  837. .tag-icon
  838. width: 14px!important;
  839. height: 14px!important;
  840.  
  841.  
  842.  
  843. .newchannel-tag
  844. .tag-link
  845. &.newchannel-link
  846. .newchannel-tag-icon
  847. fill: #9499a0;
  848. margin-right: 5px!important;
  849. path
  850. fill: inherit;
  851.  
  852.  
  853.  
  854. /* 视频标签 end */
  855.  
  856. /* 评论上面的广播公告栏 start */
  857. .reply-header
  858. .reply-notice
  859. box-sizing: content-box;
  860. background-color: #FFF1D3!important;
  861. border: 1px solid #F8DFAA!important;
  862. color: #E78B1F!important;
  863. border-radius: 4px;
  864. padding: 0px 15px 0px 10px!important;
  865. &::after
  866. background-color: inherit!important;
  867. opacity: 0!important;
  868. .svg-icon
  869. &.notice
  870. width: 21px!important;
  871. height: 21px!important;
  872. svg
  873. path
  874. fill: #e78b1f;
  875. .notice-content
  876. line-height: 20px;
  877. font-size: 14px;
  878. font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  879. padding-left: 13px!important;
  880. /* 评论上面的广播公告栏 end */
  881.  
  882. stylusAreaComment()
  883. stylusAreaCommentShadowDOMVer()
  884.  
  885. .image-exhibition
  886. .preview-image-container
  887. .image-item-wrap
  888. border-radius: 4px!important;
  889.  
  890. /* 左侧项目 end */
  891.  
  892. /* 右侧项目 start */
  893. .video-container-v1 .right-container
  894. .playlist-container--right //适配稍后再看
  895. max-width: 320px!important;
  896.  
  897. /* 头像框 start */
  898. .up-info-container
  899. box-sizing: border-box!important;
  900. height: 96px!important;
  901. padding-top: 15px!important;
  902. padding-bottom: 12px!important;
  903. display: flex!important;
  904. align-items: flex-start!important;
  905.  
  906. .up-avatar-wrap
  907. max-width:60px;
  908. max-height:50px;
  909.  
  910. .up-detail
  911. .up-detail-top
  912. .up-name
  913. position: relative!important;
  914. font-size: 14px!important;
  915. color: #FB7299!important;
  916. font-weight: 500!important;
  917. display: inline-block!important;
  918. max-width: 180px!important;
  919. overflow: hidden!important;
  920. text-overflow: ellipsis!important;
  921. white-space: nowrap!important;
  922. vertical-align: top!important;
  923. margin-right: 0px!important;
  924. .send-msg
  925. margin-left: 12px!important;
  926. font-size: 12px!important;
  927. color: #505050!important;
  928. display: inline-block!important;
  929. vertical-align: middle!important;
  930. i
  931. color: #999!important;
  932. font-size: 16px;
  933. margin-right: 4px;
  934. height: 16px;
  935. width: 16px;
  936. vertical-align: text-bottom;
  937. .up-description
  938. margin-top: 4px!important;
  939. font-size: 12px!important;
  940. line-height: 16px!important;
  941. height: 16px!important;
  942. color: #999!important;
  943. overflow: hidden!important;
  944. text-overflow: ellipsis!important;
  945. white-space: nowrap!important;
  946. /* 头像框 end */
  947.  
  948. /* 广告 start */
  949. .slide-ad-exp
  950. .slide-gg
  951. height:182.857px!important;
  952. border-radius: 2px!important;
  953.  
  954. .ad-report.video-card-ad-small
  955. //display: none!important;
  956.  
  957. .next-button
  958. font-size: 12px!important;
  959. color: #999!important;
  960. line-height: 22px!important;
  961. cursor: pointer!important;
  962. /* 广告 end */
  963.  
  964. /* 右侧项目容器及分隔线 start */
  965. .recommend-list-v1
  966. .rec-title
  967. font-size: 16px!important;
  968. color: #222!important;
  969. display: flex!important;
  970. justify-content: space-between!important;
  971. margin-bottom: 6px!important;
  972. .split-line
  973. background: #E5E9EF!important;
  974. margin: 6px 0 12px!important;
  975. .rec-list
  976. margin: 0px!important;
  977. .rec-footer
  978. border-radius: 2px!important;
  979.  
  980. /* 右侧项目容器及分隔线 end */
  981. /* 稍后再看列表 start */
  982. .action-list-container
  983. .action-list-item-wrap
  984. font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif !important;
  985. .cover
  986. border-radius: 2px!important;
  987. width: 104px;
  988. height: 58px;
  989. img
  990. border-radius: 2px!important;
  991. .actionlist-item-inner
  992. div.title //标题
  993. font-size: 14px;
  994. div.views //播放量
  995. font-size: 12px;
  996. /* 稍后再看列表 end */
  997. /* 合集 start */
  998. .video-sections-v1 //合集(有分组)
  999. .base-video-sections-v1 //合集(无分组)
  1000. border-radius: 2px!important;
  1001. font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
  1002. .first-line-left
  1003. max-width: 195px; //防止自动连播换行
  1004. a //合集标题
  1005. font-size: 16px!important;
  1006. font-weight: 400;
  1007. line-height: 16px;
  1008. .cur-page //项目数量
  1009. color: rgb(153, 153, 153);
  1010. font-size: 12px!important;
  1011. line-height: 16px!important;
  1012. .video-sections-content-list
  1013. .video-sections-item
  1014. .video-section-title //分组标题
  1015. p
  1016. font-size: 12px;
  1017. color: rgb(33, 33, 33);
  1018. line-height: 18px;
  1019. font-family: PingFangSC-Regular;
  1020. .video-episode-card //项目
  1021. .video-episode-card__info
  1022. .video-episode-card__info-title //项目标题
  1023. font-size: 14px;
  1024. color: #212121;
  1025. line-height: 18px;
  1026. font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
  1027. .video-episode-card__info-title-playing //项目标题 当前播放
  1028. color: #00a1d6;
  1029. .video-episode-card__info__number
  1030. font-size: 12px;
  1031. color: #999;
  1032. line-height: 16px;
  1033. &:hover //项目 鼠标在上
  1034. .video-episode-card__info
  1035. .video-episode-card__info-title //项目标题
  1036. color: #00a1d6;
  1037. /* 合集 end */
  1038.  
  1039. /* 分P项目 start */
  1040. .multi-page-v1
  1041. border-radius: 2px!important;
  1042. &.small-mode
  1043. .cur-list
  1044. .list-box
  1045. li
  1046. width: 308px!important;
  1047. /* 分P项目 end */
  1048.  
  1049.  
  1050. /* 右侧项目(视频) start */
  1051. .video-page-card-small
  1052. .video-page-special-card-small
  1053. .video-page-operator-card-small
  1054. .recommend-video-card //用于“稍后再看”
  1055. padding: 6px 0!important;
  1056. margin-bottom: 0px!important;
  1057. &:first-child
  1058. padding-top:0px!important;
  1059. .card-box
  1060. .info
  1061. font-size: 12px!important;
  1062. .title
  1063. display: block!important;
  1064. font-size: 14px!important;
  1065. font-weight: 500!important;
  1066. height: 36px!important;
  1067. line-height: 18px!important;
  1068. margin-bottom: 6px!important;
  1069. word-break: break-word!important;
  1070. overflow: hidden!important;
  1071. text-overflow: ellipsis!important;
  1072. display: box!important;
  1073. .upname
  1074. margin: 0px 0px 4px 0px;
  1075. height: 16px;
  1076. svg
  1077. display: none;
  1078. .desc
  1079. font-size: 12px!important;
  1080. .pic-box
  1081. width: 141px!important;
  1082. height: 80px!important;
  1083. border-radius: 2px!important;
  1084. .cover
  1085. width: 80px!important;
  1086. height: 80px!important;
  1087. background: none!important;
  1088. .pic
  1089. position: relative!important;
  1090. border-radius: 2px!important;
  1091. border-top-left-radius: 2px!important;
  1092. border-top-right-radius: 2px!important;
  1093. border-bottom-right-radius: 2px!important;
  1094. border-bottom-left-radius: 2px!important;
  1095. .duration
  1096. font-size: 12px!important;
  1097. line-height: normal!important;
  1098. height: 14px!important;
  1099. .framepreview-box
  1100. .video-awesome-img
  1101. width: 141px!important;
  1102. height: 80px!important;
  1103. .rcmd-cover-img
  1104. border-radius: 2px!important; //用于“稍后再看”
  1105. .playinfo
  1106. .play
  1107. .dm
  1108. .play-icon //用于“稍后再看”
  1109. .dm-icon //用于“稍后再看”
  1110. /* display: none; */
  1111. height: 14px!important;
  1112. width: 14px!important;
  1113. position: relative;
  1114. top: -1px;
  1115. /* 右侧项目(视频) end */
  1116. /* 接下来播放上面的广告 start */
  1117. .video-card-ad-small
  1118. .vcd
  1119. .cover
  1120. .b-img[data-v-eba1a9e8]
  1121. img[data-v-eba1a9e8]
  1122. border-radius: 2px!important;
  1123.  
  1124. .is-in-large-ab
  1125. .video-card-ad-small
  1126. .vcd
  1127. .cover
  1128. width: 141px!important;
  1129. height: 80px!important;
  1130. border-radius: 2px!important;
  1131. .info
  1132. line-height: 12px!important;
  1133. font-size: 12px!important;
  1134. word-break: keep-all!important;
  1135. display: flex;
  1136. flex-direction: column;
  1137. justify-content: space-between;
  1138. .title
  1139. font-size: 14px!important;
  1140. font-weight: 500;
  1141. line-height: 18px!important;
  1142. word-break: break-word;
  1143. text-overflow: ellipsis;
  1144. -webkit-line-clamp: 2;
  1145. /* 接下来播放上面的广告 end */
  1146.  
  1147. /* 下面的广告和直播推荐 start */
  1148. .video-container-v1
  1149. .right-container
  1150. #right-bottom-banner
  1151. height: 160px!important;
  1152. border-radius: 2px!important;
  1153.  
  1154. .pop-live-small-mode
  1155. .pl__
  1156. &title
  1157. font-size: 14px!important;
  1158. &name__text
  1159. font-size: 12px!important;
  1160. &user
  1161. font-size: 12px!important;
  1162. &cover
  1163. &mask
  1164. height: 180px!important;
  1165. border-radius: 2px!important;
  1166. /* 下面的广告和直播推荐 end */
  1167.  
  1168. /* 右侧项目 end */
  1169.  
  1170. /* 注释 start */
  1171. /* 注释 end */
  1172.  
  1173. stylusSearch()
  1174. svgSize=15px //图标尺寸(长和宽)
  1175. html
  1176. font: 12px Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  1177. /* 容器宽度 start */
  1178. .i_wrapper
  1179. padding-left:0px!important;
  1180. padding-right:0px!important;
  1181. width:980px!important;
  1182. /* 容器宽度 end */
  1183.  
  1184. div
  1185. &:has(.vui_pagenation) //分页容器
  1186. margin-top: -10px;
  1187. margin-bottom: 35px;
  1188. .bangumi-pgc-list
  1189. .to_hide_md //取消小宽度模式隐藏结果
  1190. display:block!important;
  1191. .col_md_4 //取消番剧、影视等关联结果自适应
  1192. flex:0 0 100%!important;
  1193. max-width:100%!important;
  1194. .media-card-content
  1195. max-width: none!important;
  1196. .activity-game-list
  1197. .col_6 //取消动漫、游戏推荐自适应
  1198. flex:0 0 100%!important;
  1199. max-width:100%!important;
  1200. /* 搜索框(首页) start */
  1201. .search-entry-page
  1202. .search-input-wrap
  1203. border:none!important;
  1204. border-radius:0px!important;
  1205. transition:none!important;
  1206. background:inherit!important;
  1207. &:hover
  1208. background:inherit!important;
  1209. .search-icon
  1210. display:none !important;
  1211. .search-input-el
  1212. border: 1px solid #ddd!important;
  1213. border-right: 0!important;
  1214. padding: 0 10px!important;
  1215. height: 40px!important;
  1216. color: #222!important;
  1217. padding:0px 10px!important;
  1218. margin:0px!important;
  1219. //width: 518px!important;
  1220. width:100%!important;
  1221. border-top-left-radius:4px!important;
  1222. border-bottom-left-radius:4px!important;
  1223. font-size: 13.3333px!important;
  1224. &:focus-visible
  1225. outline: -webkit-focus-ring-color auto 1px !important;
  1226. .search-button
  1227. text-align: center!important;
  1228. line-height: 40px!important;
  1229. font-size: 16px!important;
  1230. font-weight: bolder!important;
  1231. background-color: #00a1d6!important;
  1232. color: #fff!important;
  1233. border: 1px solid #008cd2!important;
  1234. width: 120px!important;
  1235. height: 40px!important;
  1236. border-radius: 0 4px 4px 0!important;
  1237. transition:none!important;
  1238. &:hover
  1239. background-color: #00b5e5!important;
  1240. .search-panel
  1241. border: 1px solid var(--line_regular); //temp
  1242. border-radius:8px; //temp
  1243. /* 搜索框(首页) end */
  1244. /* 搜索框(其他) start */
  1245. .search-header
  1246. .search-input
  1247. margin-top:52px!important;
  1248. .search-input-wrap
  1249. border: none!important;
  1250. background: none!important;
  1251. width:auto!important;
  1252. height:42px!important;
  1253. padding:0px!important;
  1254. &:before //搜索logo
  1255. content: url("data:image/png;base64,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");
  1256. margin-right: 26px;
  1257. margin-top: 11px;
  1258. .search-icon
  1259. display:none;
  1260. .search-input-el
  1261. box-sizing: border-box!important;
  1262. height: 42px!important;
  1263. box-shadow: none!important;
  1264. padding: 11px 15px!important;
  1265. background: transparent!important;
  1266. width: 424px!important;
  1267. border: 2px solid #ccd0d7!important;
  1268. border-radius: 4px!important;
  1269. font-size: 16px!important;
  1270. color: #222!important;
  1271. outline:inherit!important;
  1272. margin-right:10px!important;
  1273. &:focus-visible
  1274. outline: -webkit-focus-ring-color auto 1px !important;
  1275. .search-button
  1276. cursor: pointer!important;
  1277. float: left!important;
  1278. color: #fff!important;
  1279. background: #00a1d6!important;
  1280. font-size: 16px!important;
  1281. letter-spacing: 2px!important;
  1282. line-height: 42px!important;
  1283. text-align: center!important;
  1284. width: 90px!important;
  1285. height: inherit!important;
  1286. border-radius: 4px!important;
  1287. transition: none!important;
  1288. padding: 0px!important;
  1289. border: 0px!important;
  1290. font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif !important;
  1291. &:hover
  1292. background: #00b5e5!important;
  1293. &:before
  1294. content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAABg0lEQVQ4jaVUTU/CQBAtrYYPxSClF0/ExBj/lCdPRrzYxH/gycSLN2/+IIlIrCwY4SbsbndJ+GgUumZKt6wFpeJLpjudnfe6O7NbTQjxzZwGOqWMdSeTiS9CgA8xmIvnS4uch8enIuOciBXg/b5brdX3lgqByNjzPqSEyzhGrderWv15Hwx8iMl5z/M+gbMgxDinkOD7vnhBrcuflg9zkAMIVz8XchqoIr/0m4giZsv8kDsTchnryu2sEpEmtxlyg5i+k89bmqZphNI7LSFkruQCdMMwUuAMhqPrpEKD4egGRskNhJKSVWwYRj4e06fTqQBneytnJxXKZNInMEpugH8WuzdvP2qeK+23V4k4qHkRtX/GXetA2sqBpOpcCh7VWr14dHjwnkmnN2G7jHOMiXs7Go/v4T2XzR5bpeLZbqEQtRtT2rFMsxzV6K+XVkUPk7eF2x/VoIEqUMT4bwRiUJMeJu1lYom6FLdlYmsdSKtkljGhHSWUCoq9LjCh7UC4ZJa/AG/6CQHa0ZSAAAAAAElFTkSuQmCC");
  1295. width: 18px;
  1296. height: 19px;
  1297. display: inline-block;
  1298. top: 4px;
  1299. position: relative;
  1300. margin-right: 7px;
  1301. .search-panel
  1302. width: 424px!important;
  1303. background: #fff!important;
  1304. border: 1px solid #e6e9ee!important;
  1305. box-shadow: 0 2px 4px rgba(0,0,0,10%)!important;
  1306. border-radius: 2px!important;
  1307. padding: 16px 0!important;
  1308. margin-top: 2px!important;
  1309. font-style: normal!important;
  1310. font-weight: 400!important;
  1311. color: #212121!important;
  1312. -webkit-font-smoothing: antialiased!important;
  1313. left:158px!important;
  1314. top:44px!important;
  1315. .search-fixed-header //非页头时的浮动搜索框
  1316. .search-input-wrap:before
  1317. margin-top: 0px;
  1318. .search-tabs //搜索类别栏
  1319. .vui_tabs--nav
  1320. justify-content: space-between;
  1321. .vui_tabs--nav-item
  1322. .vui_tabs--nav-text
  1323. color: #000;
  1324. .vui_tabs--nav-num
  1325. color: rgb(109, 117, 122);
  1326. background: none;
  1327. &:first-child
  1328. .vui_tabs--nav-link
  1329. padding-left: 10px!important;
  1330. .vui_tabs--nav-slider //当前选择下方的滑动横线
  1331. color: rgb(0, 161, 214);
  1332. width: 54.25px!important;
  1333. transition-duration: 200ms;
  1334. transition-timing-function: cubic-bezier(.645,.045,.355,1);
  1335. transition-property: width, height, transform;
  1336. will-change: transform;
  1337. pointer-events: none;
  1338. transform: translate(-10px, 4px);
  1339. height: 2px;
  1340. z-index: 1;
  1341. .vui_tabs--navbar:after
  1342. border-bottom: 1px solid #ccd0d7;
  1343. top: 4px;
  1344. position: relative;
  1345. .search-all-list
  1346. .user-video-info
  1347. .video-list-item //UP主视频推荐显示一行
  1348. &:nth-last-child(1)
  1349. &:nth-last-child(2)
  1350. &:nth-last-child(3)
  1351. display: none;
  1352. .search-conditions
  1353. .vui_button
  1354. &--tab //搜索条件
  1355. font-size: 12px;
  1356. height: 20px;
  1357. padding: 0px 8px;
  1358. color: #222;
  1359. margin: 0px 15px 0px 0px!important;
  1360. &--active
  1361. background-color: #00a1d6;
  1362. color: #fff;
  1363. border-radius: 4px;
  1364. .search-condition-row
  1365. margin-bottom: 10px;
  1366. width: 95%; //把纪录片选项挤到下一行,旧版纪录片在第二行
  1367. .search-channel-item //搜索条件 分区 容器
  1368. margin-top: 0px!important;
  1369. .vui_button--tab
  1370. margin-right: 6px!important;
  1371. &:nth-child(2) .vui_button--tab
  1372. margin-left: 6px!important;
  1373. &:nth-last-child(1) //分区第二行边距特殊
  1374. &:nth-last-child(2)
  1375. &:nth-last-child(3)
  1376. margin-top: 4px!important;
  1377. .search-sub-wrapper
  1378. height: auto;
  1379. bottom: -45px!important;
  1380. margin-bottom: 2px;
  1381. padding-top: 15px!important;
  1382. transition: none!important;
  1383. &:before
  1384. content: ''
  1385. background-image: url(//s1.hdslb.com/bfs/static/jinkela/search/assets/sprite-690be8a6ea.png);
  1386. background-position: -442px -285px;
  1387. width: 10px;
  1388. position: absolute;
  1389. height: 5px;
  1390. top: 10px;
  1391. left: calc(50% - 10px);
  1392. .search-sub-channel
  1393. padding: 0px!important;
  1394. border-radius: 4px!important;
  1395. border: 1px solid #e5e9ef!important;
  1396. background-color: #f4f5f7!important;
  1397. box-shadow: none!important;
  1398. .sub-channel-item
  1399. padding: 0px 12px;
  1400. line-height: 30px;
  1401. margin-right: 0!important;
  1402. font-size: 12px;
  1403. a
  1404. color: #000!important;
  1405. .i_button_more
  1406. height: auto!important;
  1407. border-radius: 4px;
  1408. line-height: 24px;
  1409. font-size: 12px!important;
  1410. color: #6d757a;
  1411. right: 0;
  1412. display: inline-block;
  1413. width: 74px;
  1414. text-align: center;
  1415. padding: 0px!important;
  1416. border: 0px;
  1417. transition: none;
  1418. &:hover
  1419. background-color: #e5e9ef;
  1420. color: #00a1d6;
  1421.  
  1422. /* 搜索框(其他) start */
  1423. /* 视频项目 start */
  1424. .video-list.row
  1425. &>div
  1426. flex:0 0 20%!important;
  1427. max-width:none!important;
  1428. .bili-video-card
  1429. height: 208px;
  1430. width: 168px;
  1431. border: 1px solid #e5e9ef;
  1432. border-radius: 4px;
  1433. box-sizing: content-box;
  1434. .bili-video-card__image
  1435. height: 100px;
  1436. border-radius: 4px!important;
  1437. &:hover
  1438. .bili-video-card__mask
  1439. opacity: inherit!important;
  1440. visibility: visible!important;
  1441. .bili-video-card__stats
  1442. &:before
  1443. opacity: 0;
  1444. .bili-video-card__wrap
  1445. height: 100%
  1446. display: flex;
  1447. flex-direction: column;
  1448. .bili-video-card__image--wrap
  1449. padding-top: 0px!important;
  1450. .bili-watch-later
  1451. picture
  1452. border-radius: inherit!important;
  1453. object-fit: fill!important;
  1454. .bili-video-card__stats
  1455. border-bottom-left-radius: 4px!important;
  1456. border-bottom-right-radius: 4px!important;
  1457. padding: 0px!important;
  1458. background-image: none!important;
  1459. height: auto!important;
  1460. &--left //播放量和弹幕量 把它从视频那边拽到信息那边
  1461. position: relative;
  1462. top: 75px!important;
  1463. left: 9px!important;
  1464. color: #99a2aa!important;
  1465. font-size: 12px!important;
  1466. line-height: 16px!important;
  1467. svg
  1468. color: #99a2aa!important;
  1469. width: svgSize+1!important;
  1470. height: svgSize+1!important;
  1471. &__duration //视频长度
  1472. position: absolute;
  1473. right: 0;
  1474. bottom: 0;
  1475. line-height: 18px;
  1476. padding: 0 5px;
  1477. color: #fff;
  1478. background-color: #333;
  1479. background-color: rgba(0,0,0,.5);
  1480. border-top-left-radius: 4px;
  1481. .bili-video-card__info //视频信息
  1482. padding: 8px 10px 0!important;
  1483. margin-top: 0px!important;
  1484. flex: 1;
  1485. &--tit //标题
  1486. lineHeight=20px;
  1487. font-size: 12px!important;
  1488. line-height: lineHeight!important;
  1489. color: #222!important;
  1490. font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif !important;
  1491. padding-right: 0px!important;
  1492. height:lineHeight*2!important;
  1493. &--right
  1494. height: 100%!important;
  1495. display: flex!important;
  1496. flex-direction: column!important;
  1497. justify-content: space-between!important;
  1498. &--bottom
  1499. margin-bottom: 8px!important;
  1500. font-size:12px!important;
  1501. line-height: 16px!important;
  1502. color:#99a2aa!important;
  1503. &--author-ico //UP主图标
  1504. width: svgSize!important;
  1505. height: svgSize!important;
  1506. use
  1507. stroke-width: 2px; //图片尺寸,但没有作用,需要找其他方法
  1508. &--cheese //课堂图标
  1509. width: svgSize+9!important;
  1510. height: svgSize!important;
  1511. /* .to_hide_xs //
  1512. .to_hide_md //自适应不显示超过的视频项目
  1513. .to_hide_xl //
  1514. display:block!important;
  1515. &>div:nth-last-child(1)
  1516. &>div:nth-last-child(2)
  1517. display:none!important; */
  1518. .video-v //直接搜索BV号的结果,采用列表显示方式(临时处理)
  1519. height: 132.188px; //列表高度
  1520. .bili-video-card__wrap //图片占比
  1521. >a:first-child
  1522. flex: 0 0 251px;
  1523. max-width: 251px;
  1524. .bili-video-card__info
  1525. .bili-video-card__av
  1526. width: 100%;
  1527. &--tit
  1528. width: 100%;
  1529. span:last-child //标题长度裁剪,省略号(新版好像没有这个)
  1530. text-overflow: ellipsis;
  1531. white-space: nowrap;
  1532. overflow: hidden;
  1533. /* 视频项目 end */
  1534.  
  1535. //番剧、综艺 视频播放页
  1536. stylusBangumi()
  1537. :root
  1538. --right-bar-width: 320px;
  1539. --o: calc(16 * (0.743 * 100vh - 108.7px) / 9);
  1540. --r: calc(100vw - 152px - 350px);
  1541. --s: clamp(638px, calc(min(var(--r), var(--o))), 1280px);
  1542. --l: calc(var(--s) + 350px);
  1543. --video-height: calc(9 * (var(--s)) / 16 + 46px);
  1544.  
  1545. .main-container
  1546. --containerWidth: var(--l);
  1547.  
  1548. #bilibili-player-wrap
  1549. height: var(--video-height);
  1550. #bilibili-player
  1551. .bpx-player-sending-bar
  1552. height:46px !important;
  1553. div[class*="eplist_ep_list_wrapper"]
  1554. div[class*="numberList_wrapper"]
  1555. gap: 10px 9px;
  1556. div[class*="numberListItem_number_list_item"] //单集数项目
  1557. width: 64px;
  1558. height: 36px;
  1559. border-radius: 2px;
  1560. background-color: #fff;
  1561. border: 1px solid #e5e9ef;
  1562. padding: 0;
  1563. text-align: center;
  1564. transition: none;
  1565. overflow: visible;
  1566. opacity: 1;
  1567. margin: 0px!important;
  1568. span[class*="numberListItem_title"] //单集数文字
  1569. overflow: hidden;
  1570. -o-text-overflow: ellipsis;
  1571. text-overflow: ellipsis;
  1572. white-space: nowrap;
  1573. height: 36px;
  1574. line-height: 36px;
  1575. display: block;
  1576. font-size: 12px;
  1577. font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  1578. div[class*="numberListItem_badge"] //单集数标识(限免、会员等)
  1579. height: 16px;
  1580. line-height: 16px;
  1581. top: -4px;
  1582. right: -2px;
  1583. font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  1584. border-radius: 0px;
  1585. div[class*="numberListItem_select"] //当前单集数项目
  1586. border-color: #00a1d6;
  1587. background-color: #00a1d6;
  1588. color: #fff;
  1589. div[class*="RecommendItem_wrap"]
  1590. div[class*="RecommendItem_cover"]
  1591. width: 141px;
  1592. height: 80px;
  1593. border-radius: 2px;
  1594. div[class*="RecommendItem_right_wrap"]
  1595. margin: 0px!important;
  1596. div[class*="RecommendItem_title"]
  1597. font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  1598. stylusAreaComment()
  1599. stylusAreaCommentShadowDOMVer()
  1600.  
  1601. @-moz-document url-prefix("https://www.bilibili.com/video/")
  1602. //视频播放页
  1603. if topbarVideo == 1
  1604. stylusTopbar()
  1605. if pageVideo == 1
  1606. stylusVideo()
  1607. @-moz-document url-prefix("https://www.bilibili.com/list")
  1608. //视频列表 视频播放页(稍后再看 播放全部 等)
  1609. if topbarSearch == 1
  1610. stylusTopbar()
  1611. if pageVideo == 1
  1612. stylusVideo()
  1613. @-moz-document url-prefix("https://search.bilibili.com/")
  1614. //搜索页
  1615. if topbarSearch == 1
  1616. stylusTopbar()
  1617. if pageSearch == 1
  1618. stylusSearch()
  1619. @-moz-document url-prefix("https://space.bilibili.com/")
  1620. //个人空间
  1621. stylusTopbar()
  1622.  
  1623. @-moz-document url-prefix("https://www.bilibili.com/bangumi/play/ss")
  1624. //番剧、综艺播放页
  1625. stylusTopbar()
  1626. stylusBangumi()
  1627. @-moz-document url-prefix("https://www.bilibili.com/bangumi/play/ep")
  1628. //电影、电视剧播放页
  1629. stylusTopbar()
  1630. stylusBangumi()
  1631. @-moz-document url-prefix("https://t.bilibili.com/")
  1632. //动态首页
  1633. stylusTopbar()
  1634. @-moz-document url-prefix("https://www.bilibili.com/read/")
  1635. //专栏
  1636. stylusTopbar()

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址