<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title> New Document </title>
<meta name="Keywords" content="">
<meta name="Description" content="">
<style type="text/css">
*{margin:0;padding:0;}
body{margin:0 auto;}
div{
margin:20px auto;
width:880px;
height:380px;
color:#fff;
font-size: 30px;
border:20px dotted #ddd;
padding:20px;
/*border: 20px solid #000;*/
background:url('images/bac.jpg') center center repeat;
/*background-size*/
}
div:nth-child(1){
background-clip:content-box;
/*background-clip:border-box;*/
/*从border部分填充*/
/*默认样式*/
/*background-clip:padding-box;*/
/*从padding部分填充*/
/*background-clip:content-box;*/
/*只在内容部分填充*/
}
.box2{
background-clip:padding-box;
background-size: 100px 300px;
/*从padding部分填充*/
}
.box3{
background-clip:content-box;
/*只在内容部分填充*/
}
.ttt{
position: absolute;
width: 500px;
height: 30px;
border: 1px red solid;
left: 35%;
top:50px;
background-image: -webkit-linear-gradient(right, rgba(231,51, 104, 0) 0%, rgba(231,51, 104, 1) 100%);
background-image: -moz-linear-gradient(right, rgba(231,51, 104, 0) 0%, rgba(231,51, 104, 1) 100%);
/*background-image: -moz-linear-gradient(right, red 0%, yellow 100%);*/
}
</style>
<link href="" style="text/css" rel="stylesheet"/>
</head>
<body>
<!--background-clip:背景剪切控制
border-box
padding-box
content-box-->
<div class="box1">1
<div class="ttt">今天回家了啊 啊 啊啊啊啊 </div>
</div>
<div class="box2">2</div>
<div class="box3">3
</div>
</body>
<script src=""> </script>
<script type="text/javascript">
<!--
//-->
</script>
</html>
4.3 (案例) 背景切割
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...