利用css的 border-image 实现锯齿形


当前第2页 返回上一页

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

.ele-card{

    height: 130px;

    width: 70%;

    position: absolute;

    z-index: 99;

    top: 26%;

    left: 50%;

    margin-left: -35%;

    background: #fee94e;

}.ele-card-borderImage{

    border-top: 15px solid transparent;

    border-image: url(../img/order_border-min.png) 111 44 round;

    width: 100%;

    position: relative;

    top: -4px;

}

以上就是利用css的 border-image 实现锯齿形的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

带你了解css中的3d效果

css3做出多样边框特效

html与css中2d转换模块

关于css样式表及多重样式优先级的介绍

样式表css有哪几种类型

html和css重难点知识点总结

为什么把css文件放在头部

利用gulp实现压缩的实例

网页布局的时候先写html还是先写css

用css3实现打点效果实例讲解

更多相关阅读请进入《border-image》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...