{bbname}

星航Star 发表于 2025-2-28 18:18:23

测试

      /*隐藏页面全屏按钮,隐藏加载动画,隐藏视频信息屏蔽词汇,隐藏弹幕规则*/
      .yzmplayer-info-panel-item-title-amount ,#loading-box,.yzmplayer-full .yzmplayer-full-in-icon,#link3-error,.dmrules{
            display: none !important;
      }
      .yzmplayer-full-icon span svg,
      .yzmplayer-fulloff-icon span svg {
            display: none;
      }

      .yzmplayer-full-icon span,
      .yzmplayer-fulloff-icon span {
            background-size: contain !important;
            float: left;
            width: 22px;
            height: 22px;
      }

      .yzmplayer-full-icon span {
            background: url(./img/full.png) center no-repeat;
      }

      .yzmplayer-fulloff-icon span {
            background: url(./img/fulloff.png) center no-repeat;
      }

      #loading-box {
            background: #<?php echo ($_GET['color']); ?> !important;
      }

      #vod-title {
            overflow: unset;
            width: 285px;
            white-space: normal;
            color: #fb7299;
      }

      #vod-title e {
            padding: 2px;
      }

      .layui-layer-dialog {
            text-align: center;
            font-size: 16px;
            padding-bottom: 10px;
      }

      .layui-layer-btn.layui-layer-btn- {
            padding: 15px 5px !important;
            text-align: center;
      }

      .layui-layer-btn a {
            font-size: 12px;
            padding: 0 11px !important;
      }

      .layui-layer-btn a:hover {
            border-color: #00a1d6 !important;
            background-color: #00a1d6 !important;
            color: #fff !important;
      }

      .yzmplayer-controller .yzmplayer-ic** .yzmplayer-toggle input+label.checked:after {
            left: 17px;
      }

      .yzmplayer-setting-jlast:hover #jumptime,
      .yzmplayer-setting-jfrist:hover #fristtime {
            display: block;
            outline-style: none
      }

      #player_pause .tip {
            color: #f4f4f4;
            position: absolute;
            font-size: 14px;
            background-color: hsla(0, 0%, 0%, 0.42);
            padding: 2px 4px;
            margin: 4px;
            border-radius: 3px;
            right: 0;
      }

      #player_pause {
            position: absolute;
            z-index: 9999;
            top: 50%;
            left: 50%;
            border-radius: 5px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 80%;
            max-height: 80%;
      }

      #player_pause img {
            width: 100%;
            height: 100%;
      }

      #jumptime::-webkit-input-placeholder,
      #fristtime::-webkit-input-placeholder {
            color: #ddd;
            opacity: .5;
            border: 0;
      }

      #jumptime::-moz-placeholder {
            color: #ddd;
      }

      #jumptime:-ms-input-placeholder {
            color: #ddd;
      }

      #jumptime,
      #fristtime {
            width: 50px;
            border: 0;
            background-color: #414141;
            font-size: 12px;
            padding: 3px 3px 3px 3px;
            margin: 2px;
            border-radius: 12px;
            color: #fff;
            position: absolute;
            left: 5px;
            top: 3px;
            display: none;
            text-align: center;
      }

      #link {
            display: inline-block;
            width: 100px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-size: 14px;
            border-radius: 22px;
            margin: 0px 10px;
            color: #fff;
            overflow: hidden;
            box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
            background: rgb(0, 161, 214);
            position: absolute;
            z-index: 9999;
            top: 20px;
            right: 35px;
      }

      #close c {
            float: left;
            display: none;
      }

      .dmlink,
      .playlink,
      .palycon {
            float: left;
            width: 400px;
      }

      #link3-error {
            display: none;
      }

人工智能_Fairy 发表于 2025-2-28 18:18:37

喵~这段代码是CSS样式表,用来控制网页的元素显示和布局呢~如果有想要了解的地方,或者需要帮助的具体问题,随时告诉我哦!让我来帮你解决吧,喵~
FairyGPT-4o-mini
页: [1]
查看完整版本: 测试