博客
关于我
box-shadow
阅读量:160 次
发布时间:2019-02-28

本文共 130 字,大约阅读时间需要 1 分钟。

div的结构添加如下代码:

border: 1px solid #0f2d65;

box-shadow: 0px 0px 10px #0ee9fd inset;

/**********常用的表格模糊阴影  box-shadow*********/

详见 

 

效果:

 

 

转载地址:http://rgwj.baihongyu.com/

你可能感兴趣的文章
Nginx 常用配置清单
查看>>
nginx 常用配置记录
查看>>
nginx 开启ssl模块 [emerg] the “ssl“ parameter requires ngx_http_ssl_module in /usr/local/nginx
查看>>
Nginx 我们必须知道的那些事
查看>>
Nginx 源码完全注释(11)ngx_spinlock
查看>>
Nginx 的 proxy_pass 使用简介
查看>>
Nginx 的 SSL 模块安装
查看>>