css //Функцияинициализациикнопки“Наверх”。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css //Функцияинициализациикнопки“Наверх”。相关的知识,希望对你有一定的参考价值。
function init_to_top_button(){
$(function(){
if($('.to_top_button').length==0){
$('body').append("<div class='to_top_button'><div class='tri'><div class='inner'></div></div>НАВЕРХ</div>");
}
/*Прокрутка вверх страницы*/
$(document).on('click', '.to_top_button', function () {
$('body,html').animate({
scrollTop: 0
}, 500);
return false;
});
/*Появление / исчезновение кнопки "Наверх".*/
$(window).on('scroll resize', function(){
if ($(this).scrollTop() > 100){
$('.to_top_button').fadeIn();
}else{
$('.to_top_button').fadeOut(100);
}
});
});
}
init_to_top_button();
/*Кнопка наверх.*/
.to_top_button{
position: fixed;
right: 30px;
bottom: 30px;
display: none;
height: 80px;
width: 80px;
border-radius: 100px;
overflow: hidden;
color: #999999;
cursor: pointer;
background-color: #ffffff;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
padding: 45px 0 0 0;
font-weight: 500;
font-size: 14px;
line-height: 12px;
text-align: center;
z-index: 8;
transition: bottom 0.3s;
}
.to_top_button .tri{
border-bottom: 16px solid #cfcfcf;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
position: absolute;
top: 15px;
left: 24px;
}
.to_top_button .tri .inner{
border-bottom: 16px solid #ffffff;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
position: absolute;
top: 3px;
left: -16px;
}
以上是关于css //Функцияинициализациикнопки“Наверх”。的主要内容,如果未能解决你的问题,请参考以下文章
php быстраяинексациямассива。 однаизнаиболеечастоиспользуемыхфункций。
text ФункциявалидацииформынаPHP
php быстраяиндексациямассива。 однаизнаиболеечастоиспользуемыхфункций。
python Шифрцезарявфункции
python Шифрцезарявфункции
php УдалениеполейнастраницеОформлениязаказа