第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

我想要css代碼

老師,可以把css文件傳上來嗎?我沒有用sass

正在回答

2 回答

純css代碼寫的,可以彈出二維碼:

.box {width: 1190px;

?background: #ccc;

? color: #000;

? font-size: 36px;

? text-align: center;

? margin: 0 auto;

}


.toolbar {

? position: fixed;

? bottom: 25px;

? /*left: 50%;

? margin-left: -26px;*/

? /*top: 50%;

? margin-top: -106px;*/

? right: 5px;

}


.toolbar-item {

? position: relative;

? display: block;

? width: 52px;

? height: 52px;

? background: url(../images/toolbar.png) center center no-repeat;

? margin-top: 1px;

? transition: background-position 1s;

}


.toolbar-item-weixin {

? background-position: 0 -798px;

}


.toolbar-item-weixin:hover {

? background-position: 0 -860px;

}



/*.toolbar-item:hover .toolbar-layer {

? opacity: 1;

? filter: alpha(opacity=100);

? transform: scale(1);

}*/


.toolbar-item-weixin:hover .toolbar-layer, .toolbar-item-app:hover .toolbar-layer {

? opacity: 1;

? filter: alpha(opacity=100);

? transform: scale(1);

}


.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:hover {

? background-position: 0 -612px;

}


.toolbar-item-top {

? background-position: 0 -674px;

}


.toolbar-item-top:hover {

? background-position: 0 -736px;

}


.toolbar-layer {

? position: absolute;

? right: 46px;

? bottom: -10px;

? width: 172px;

? background: url(../images/toolbar.png) no-repeat;

? opacity: 0;

? filter: alpha(opacity=0);

? transform: scale(0.01);

? /*transform-origin: right bottom;*/

? transform-origin: 95% 95%;

? transition: all 1s;

}


.toolbar-item-weixin .toolbar-layer {

? height: 212px;

? background-position: 0px 0px;

}


.toolbar-item-app .toolbar-layer {

? height: 194px;

? background-position: 0 -222px;

}





?


0 回復(fù) 有任何疑惑可以回復(fù)我~

我也是用css的,就是做到選擇toolbar-layout私有屬性的時(shí)候就不知道怎么做了。

@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);}


0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

我想要css代碼

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)