猿问

这个css文件为什么就不行呢?从早上弄到下午,一个效果搞不出来

@charset "utf-8";

/* CSS Document */


.toolbar{position:fixed;left:50%;bottom:5px;margin-left:-26px}

.toolbar-item{display:block;width:52px;height:52px;background-image:url(toolbar.png); background-repeat:no-repeat;margin-top:1px;position:relative;}


.toolbar-item:hover toolbar-layer{opacity:1;transform:scale(1);}

.toolbar-item-weixin{background-position: 0 -798px;}

.toolbar-item-weixin toolbar-layer{height:212px;background-position:0 0;}

.toolbar-item-weixin:hover{background-position: 0 -860px;}

.toolbar-item-feedback{background-position:0 -426px;}

.toolbar-item-feedback:hover{background-position:0 -488px;}

.toolbar-item-app{background-position:0 -550px;}

.toolbar-item-app toolbar-layer{height:194px;background-position:0 -222px;}

.toolbar-item-app:hover{background-position:0 -612px;}

.toolbar-item-top{background-position:0 -674px;}

.toolbar-item-top:hover{background-position:0 -736px;}

.toolbar-layer{positon:absolute;right:52px;bottom:0;width:172px;background-image:url(toolbar.png);background-repeat:no-repeat;opacity:0;filter:alpha(opacity=0);transform:scale(0.01);}

大神看看我的css代码,为什么不行?我不是用scss做得


Terry唐
浏览 1330回答 1
1回答

李晓健

给出你的html代码,然后说明 一下你想要的什么效果没有出来。
随时随地看视频慕课网APP
我要回答