css3中box-shadow添加边框阴影

box-shadow

基本格式:

box-shadow:10px (向右边移动的阴影 ) 10px(向下边移动的阴影) 10px(虚化的距离) 10px(阴影大小)#888888(颜色) inset(从左上角开始阴影)


boder-image

基本格式:

boder-image:source  slice  width  outset  repeat/initial/inherit;

border-image-source: url( );

border-image-slice: 50% 50%;(图像的边界向内偏移)

border-image-width: 30  30;(图像边界的宽度)

border-image-outset: 20px 20px 20px 20px( 边框上下左右离内部的距离)

border-image-repeat: stretch(默认值,拉伸图像来填充) /repeat(平铺)/round(缩放图像;来适应区域)

猜你喜欢

转载自blog.csdn.net/qq_42179526/article/details/81215538