template:global_style.css

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
template:global_style.css [2022/10/20 17:21]
Mr_Fang
template:global_style.css [2022/10/21 08:27] (当前版本)
Mr_Fang
行 87: 行 87:
       -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 2px rgb(0 0 0 / 25%);       -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 2px rgb(0 0 0 / 25%);
       border-radius: unset;       border-radius: unset;
 +    }
 +    .btn {
 +      background: #3b8526;
 +      -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 4px rgb(0 0 0 / 25%);
 +      border-radius: unset;
 +      color: #fff;
 +      border: unset;
 +    }
 +    .btn:hover, .btn:focus, .btn:active {
 +      background: #4a494b;
 +      color: #fff;
 +      text-shadow: 0 -1px 0 #000;
 +      -webkit-box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
 +      box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
     }     }
   </style>   </style>
 </html> </html>
  • template/global_style.css.1666257709.txt.gz
  • 最后更改: 2022/10/20 17:21
  • Mr_Fang