博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
css 三角图标
阅读量:5229 次
发布时间:2019-06-14

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

.triangle-right{

display: inline-block;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-left: 7px solid #fff;
border-bottom: 6px solid transparent;
}

转载于:https://www.cnblogs.com/wxw1314/p/5704150.html

你可能感兴趣的文章
What's New for Visual C# 6.0
查看>>
ExtJs学习笔记之ComboBox组件
查看>>
关于收费软件
查看>>
1001. 害死人不偿命的(3n+1)猜想 (15)
查看>>
点至直线的距离和垂足点计算
查看>>
getopt_long
查看>>
Docker探索系列2之镜像打包与DockerFile
查看>>
HTML5中File
查看>>
如何在ashx页面获取Session值
查看>>
TensorFlow MNIST CNN 代码
查看>>
javascript之Style物
查看>>
open_links_per_instance 和 open_links 参数说明
查看>>
HTML-虚线框3例
查看>>
JZOJ 4742. 单峰
查看>>
常用正则表达式大全
查看>>
Docker,win10
查看>>
JavaScript中undefined和not defined 的区别
查看>>
yii框架学习(一)
查看>>
JSTL标签与EL表达式之间的微妙关系
查看>>
【hdu6051】If the starlight never fade
查看>>