置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:碧蓝航线轮播/styles.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
  1. ul.lbcircle,ul.lbhua {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none!important;
  5. }
  6. .lboutbox {
  7. position: relative;
  8. width: 500px;
  9. height: 300px;
  10. overflow: hidden;
  11. }
  12. .lbinbox {
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. height: 300px;
  17. display: flex;
  18. transition: left linear 0.5s;
  19. }
  20. .lbinbox > div {
  21. width: 500px;
  22. height: 300px;
  23. display:flex;
  24. justify-content:center;
  25. align-items:center;
  26. }
  27. .lbbox1 {
  28. background-color: #66ccff;
  29. }
  30. .lbcircle {
  31. position: absolute;
  32. width: 100%;
  33. bottom: 0;
  34. display: flex;
  35. justify-content: center;
  36. }
  37. .lbcircleChild {
  38. width: 20px;
  39. height: 20px;
  40. border-radius: 20px;
  41. background-color: #fff;
  42. margin: 10px 10px;
  43. cursor: pointer;
  44. }
  45. .lbcircle > .lbhover {
  46. background-color: #25b449!important;
  47. }
  48. .lbhua {
  49. position: absolute;
  50. top: 0;
  51. right: 0;
  52. bottom: 0;
  53. left: 0;
  54. display: flex;
  55. justify-content: space-between;
  56. align-items: center;
  57. padding:0 3px;
  58. }
  59. .lbhua > li {
  60. color: #fff;
  61. cursor: pointer;
  62. border-radius: 1000px;
  63. display:flex;
  64. justify-content:center;
  65. align-items:center;
  66. width:35px;
  67. height:35px;
  68. -webkit-user-select: none;
  69. user-select: none;
  70. }
  71. .lboutbox:hover > .lbhua > li {
  72. background-color: rgba(0, 0, 0, 0.3);
  73. }