logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

html+CSS实现背景图加遮罩层,并且将文字定位上去

431、html中将需要加背景图的div(other-product)包裹住定位文字的div(other-product-box)和遮罩层的div(indexInner)2、设置最外边框CSS样式.other-product{position: relative;background-size: 100%;background-size: 100% 100%;background-repeat:

文章图片
#css#html#css3
CSS3中的transition属性详解

CSS3中的transition属性详解

#css3#css#前端
html+css实现点击图片缩小或放大

1、html代码<div class="mainPro-img"><img class="qqq" src="images/pro1.jpg" alt="" style="width: 100%;"></div>2、给需要放大或缩小的图片添加联动样式.qqq{transition: all 0.2s linear;}3、设置图片的hover样式,scale(0.

文章图片
#css#html#elementui
到底了