html中图片循环放大,图片放大 循环显示

本文介绍了一种使用CSS实现固定在屏幕中央的500px*400px悬浮广告 banner,其具有可点击关闭的按钮。.b-banner 类定义了广告框的样式,包括位置、大小、背景色以及居中方式;.b-bannerimg 类用于设置图片填充整个广告框;.btn-close 类则为关闭按钮提供了样式,包括位置、尺寸、边框、颜色和鼠标悬停效果;而.btn 类则定义了按钮的基本样式。
摘要由CSDN通过智能技术生成

.b-banner{

position: fixed;

width: 500px;

height: 400px;

background-color: #fff;

left: 50%;

top: 50%;

z-index: 3;

margin-left: -250px;

margin-top: -200px;

}

.b-banner img{

width: 100%;

height: 100%;

}

.btn-close{

position: absolute;

top: -16px;

right: -16px;

height: 25px;

width:25px;

line-height: 25px;

-webkit-border-radius: 25px;

-moz-border-radius: 25px;

border-radius: 25px;

text-align: center;

font-size: 16px;

z-index: 5;

color: #fff;

background-color: #cfcfcf;

cursor: pointer;

}

.btn{

text-align: center;

cursor: pointer;

display:block;

background-color: #fff;

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值