国产精品一区二区三区……-大杳蕉伊人欧美一本遒在饯-日本不卡一区免费在线观看-国产亚洲欧美中文字幕

400-800-9385
網站建設資訊詳細

網站前端制作之css效果

發(fā)表日期:2022-05-25 17:30:23   作者來源:林志平   瀏覽:1772   標簽:網站前端制作    
Css3動畫,純css使用兩張或者多張背景圖實現(xiàn)背景圖無限循環(huán)滾動的效果,這種效果可以循壞背景圖展示背景圖的內容,而且可以展示很多想要表達的內容。如下圖的效果圖所示:

前端制作

Html:

HTML網頁制作

Css:

CSS制作
 
Css3動畫做文字自動滑動效果,如下圖所示:

文字效果

Html:

HTML

Css:

CSS

css做鼠標經過的高亮顯示,如下圖所示:

鼠標效果
Html:
<li>
<div class="wrap">
<div class="txt">
<a href="/pindu/products/2.html">
<div class="t1">
Diamond
</div>
<div class="t2">
New design, luxury through drilling, the gift of nature.
</div>
</a>
<div class="links">
<a href="/pindu/products/2.html">
Read more >
</a>
<a href="/pindu/Contact/feedback.html">
RAQ >
</a>
</div>
</div>
<div class="img">
<a href="/pindu/products/2.html">
<img src="/pindu/Uploads/Temp/image/20220503/6270d426f3a06.jpg">
</a>
</div>
</div>
</li>
 
Css:
.i-product .vice_box ul li{
margin-bottom: 40px;
}
.i-product .vice_box ul li:last-child{
margin-bottom: 0px;
}
.i-product .vice_box ul li .wrap{
border-radius: 15px;
background: #FFFFFF;
overflow: hidden;
box-sizing: border-box;
padding: 35px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.i-product .vice_box .txt{
float: left;
width: 49%;
margin-right: 2%;
margin-top: 25px;
}
.i-product .box .txt>a{
display: block;
width: 100%;
}
.i-product .box .txt .t1{
font-family: 'posb';
font-size: 40px;
color: #000000;
}
.i-product .box .txt .t2{
font-size: 16px;
color: #666666;
line-height: 1.7;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.i-product .box .links{
font-size: 0;
margin-top: 45px;
}
.i-product .box .links a{
display: inline-block;
margin-right: 28px;
font-family: 'posb';
color: #333333;
font-size: 16px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.i-product .box .links a:last-child{
margin-right: 0;
}
.i-product .box .links a:hover{
text-decoration: underline;
}
.i-product .main_box .img{
width: 100%;
text-align: center;
overflow: hidden;
margin-top: 45px;
}
.i-product .vice_box .img{
float: right;
width: 49%;
overflow: hidden;
text-align: center;
}
.i-product .box .img img{
max-width: 100%;
}
.i-product .main_box .wrap:hover,
.i-product .vice_box ul li .wrap:hover{
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
如沒特殊注明,文章均為方維網絡原創(chuàng),轉載請注明來自http://pdcharm.com/news/6431.html
乌兰浩特市| 吉隆县| 台州市| 什邡市| 永嘉县| 米易县| 云龙县| 景泰县| 论坛| 句容市| 桃源县| 南雄市| 龙州县| 南昌市| 龙州县| 南昌市| 黔南| 宁波市| 佛坪县| 日照市| 读书| 龙南县| 罗城| 绥宁县| 新竹市| 永康市| 新丰县| 天镇县| 稻城县| 金秀| 常州市| 郸城县| 班戈县| 玉溪市| 黄陵县| 阿勒泰市| 永济市| 启东市| 科技| 锦州市| 时尚|