前景布置

body{
height: 2000px;
background-image:url(img/A64F1C8B363ACFC3FEF6995FC6777D61.jpg);
/背景图片/
background-repeat: repeat-x;
/背景图片重复/
background-position: left bottom;
/背景图片的位置,分为水平和垂直2个方向/
background-attachment: fixed;
/背景的固定/
}
前景固定
.back{
position:fixed;
right: 20px;
bottom: 20px;
}
实现倒计时效果



posted @ 2026-07-07 08:38  my?250  阅读(3)  评论(0)    收藏  举报