边框阴影

Posted xiaojf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了边框阴影相关的知识,希望对你有一定的参考价值。

<!doctype html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <title>边框阴影</title>
	
	<style>
		.test {
			width: 200px;
			height: 200px;
			margin: 20px auto;
			line-height: 200px;
			text-align: center;
			background: #116ecd;
			border: 0px solid #116ecd;
			box-shadow: #398AFF 0px 0px 60px 5px;
		}
	</style>
</head>
<body>
	<div class="test"></div>
</body>

</html>

  技术图片

 

以上是关于边框阴影的主要内容,如果未能解决你的问题,请参考以下文章

如何给边框阴影

hbuilder那个属性可以为div元素添加阴影边框

移除 UISearchBar 的上下边框和阴影?

无边框形式阴影

CSS 边框 阴影 效果

Qt仿360安全卫士界面(自定义阴影边框类)