萨菲尔斯
One more time One more chance
|
本帖最后由 汐宫栞 于 2014-6-8 16:22 编辑
稍微修改而已.没写兼容的-webkit-,-moz-..不过应该能支持chrome吧
css.zip
(109.15 KB, 下载次数: 0)
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document domain("www.baidu.com"){
- .s-skin-container{
- background: url(base64) !important; /*修改背景图片*/
- }
- .s-skin-container{
- background-size:100% 100%!important;
- }
- .s-skin-container{
- background-attachment:fixed!important;
- }
- .s-skin-hasbg .btn, .s-skin-hasbg .btn_wr{
- color:#fff!important;
- }
- .s-skin-hasbg .btn, .s-skin-hasbg .btn_wr{
- color:#fff!important;
- }
- .s-skin-hasbg .btn, .s-skin-hasbg .btn_wrdisplay{
- background-color: rgba(19, 128, 203, 1) !important;
- }
- .s-skin-hasbg .btn, .s-skin-hasbg .btn_wrdisplay{
- background-image:none !important;
- }
- .s-skin-hasbg #kw1{
- height:12px;
- opacity:0.5;
- transition: opacity 900ms;
- }
- .s-skin-hasbg #kw1:hover {
- opacity:1;
- transition: opacity 900ms;
- }
- .s-skin-hasbg .btn {
- height:32px;
- opacity:0.5;
- transition: opacity 900ms;
- }
- .s-skin-hasbg .btn:hover {
- opacity:1;
- transition: opacity 900ms;
- }
- .s-skin-hasbg .btn_wr{
- height:32px;
- opacity:0.5;
- transition: opacity 900ms;
- }
- .s-skin-hasbg .btn_wr:hover {
- opacity:1;
- transition: opacity 900ms;
- }
- .bdsug{
- top:20px;
- opacity:0.7;
- margin : -8px auto auto auto;
- }
- .city-wather{
- display:none;
- }
- }
复制代码
|
|