博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
纯CSS写的对勾样式
阅读量:5240 次
发布时间:2019-06-14

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

& .cicle{

          position: relative;
          float: right;
          margin-right: -1rem;
          vertical-align: middle;
          width: 1.4rem;
          height: 1.4rem;
          border: 1px solid #3399ff;
          border-radius: 50%;
        }
        & .select:after {
          content: '\00a0';
          display: inline-block;
          border: 2px solid #3399ff;
          border-top-width: 0;
          border-right-width: 0;
          width: 9px;
          height: 5px;
          -webkit-transform: rotate(-50deg);
          position: absolute;
          top:3px;
          left:2px;
        }

转载于:https://www.cnblogs.com/supershare/p/8515246.html

你可能感兴趣的文章
游戏偶感
查看>>
Leetcode: Unique Binary Search Trees II
查看>>
C++ FFLIB 之FFDB: 使用 Mysql&Sqlite 实现CRUD
查看>>
Spring-hibernate整合
查看>>
c++ map
查看>>
exit和return的区别
查看>>
discuz 常用脚本格式化数据
查看>>
洛谷P2777
查看>>
PHPStorm2017设置字体与设置浏览器访问
查看>>
Django 相关
查看>>
git init
查看>>
训练记录
查看>>
IList和DataSet性能差别 转自 http://blog.csdn.net/ilovemsdn/article/details/2954335
查看>>
Hive教程(1)
查看>>
第16周总结
查看>>
C#编程时应注意的性能处理
查看>>
Fragment
查看>>
比较安全的获取站点更目录
查看>>
苹果开发者账号那些事儿(二)
查看>>
使用C#交互快速生成代码!
查看>>