老師,我想問怎么讓二維碼圖片在二維碼圖標(biāo)的右側(cè)出現(xiàn)
??? height: $toolbar-size;
?? ?margin-top: 1px;
?? ?@include transition(background-position 1s);
?? ?
?? ?&:hover {
?? ??? ?.toolbar-layer{
?? ??? ??? ?
?? ??? ??? ?@include opacity(1);
?? ??? ??? ?
?? ??? ??? ?
?? ??? ??? ?-webkit-transform: scale(1);
?? ??? ??? ??? -moz-transform: scale(1);
?? ??? ??? ???? -ms-transform: scale(1);
?? ??? ??? ????? -o-transform: scale(1);
?? ??? ??? ???????? transform: scale(1);
?? ??? ??? ? ?
?? ??? ?}
?? ?}
}
.toolbar-item-weixin{
?? ?
?? ?@include toolbar-item(-798px,-860px);
?? ?
?? ?.toolbar-layer {
?? ??? ?height: 196px;
?? ??? ?background-position: 0 0;
?? ?}
}
#btn{
?? ?display: none;
?? ?position:fixed;
?? ?@include toolbar-item(-674px,-736px);
?? ?
}
.toolbar-layer{
?? ?position: absolute;
?? ?right: $toolbar-size - 6;
?? ?bottom: 0px;
?? ?width: 172px;
?? ?
?? ?@include opacity(0);
?? ?@include transform-origin(95% 95%);
?? ?
?? ?-webkit-transform: scale(0.01);
?? ?-moz-transform: scale(0.01);
?? ?-ms-transform: scale(0.01);
?? ?-o-transform: scale(0.01);
?? ?transform: scale(0.01);? ?
?? ?@include transition(all 1s);
?? ?
}