css如何写出带边框的六边形
效果图展示
文章图片
image.png html代码
【css如何写出带边框的六边形】css样式
body {
background: #362e40;
}
* {
box-sizing: border-box;
}.clearfix:before,
.clearfix:after {
display: table;
content: "";
}.clearfix:after {
clear: both;
}.pull-left {
float: left;
}.logic_type-wrap {
display: inline-block;
cursor: pointer;
position: relative;
margin-right: 2px;
}.logic_type-wrap input {
display: inline-block;
position: absolute;
top: -4px;
left: 0px;
opacity: 0;
width: 30px;
height: 24px;
z-index: 2;
cursor: pointer;
}.logic_type-with {
width: 14px;
height: 24px;
color: #fff;
font-size: 14px;
background: #362e40;
border-top: 1px solid #d7b7ff;
border-bottom: 1px solid #d7b7ff;
}.logic_type-or {
width: 14px;
height: 24px;
font-size: 14px;
color: #fff;
background: #362e40;
border-top: 1px solid #d7b7ff;
border-bottom: 1px solid #d7b7ff;
}.logic_type-border-left {
position: relative;
content: '';
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 8px solid #d7b7ff;
}.logic_type-left {
position: absolute;
content: '';
width: 0px;
height: 0px;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-right: 7px solid #362e40;
top: -11px;
left: 1px;
}.logic_type-border-right {
position: relative;
content: '';
width: 0px;
height: 0px;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 8px solid #d7b7ff;
}.logic_type-right {
position: absolute;
content: '';
width: 0px;
height: 0px;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-left: 7px solid #362e40;
top: -11px;
left: -8px;
}.logic-with.logic_type-wrap .logic_type-with {
color: #f9bb26;
border-top: 1px solid #f9bb26;
border-bottom: 1px solid #f9bb26;
}.logic-with.logic_type-wrap .logic_type-border-left {
border-right: 8px solid #f9bb26;
}.logic-with.logic_type-wrap .logic_type-border-right {
border-left: 8px solid #f9bb26;
}.logic_or.logic_type-wrap .logic_type-or {
color: #f9bb26;
border-top: 1px solid #f9bb26;
border-bottom: 1px solid #f9bb26;
}.logic_or.logic_type-wrap .logic_type-border-left {
border-right: 8px solid #f9bb26;
}.logic_or.logic_type-wrap .logic_type-border-right {
border-left: 8px solid #f9bb26;
}
这样就可以写出带边框的六边形,我这边主要是radio可以进行选择的需求
有哪些不正确的地方,欢迎大家指出,谢谢
推荐阅读
- 考研英语阅读终极解决方案——阅读理解如何巧拿高分
- 如何寻找情感问答App的分析切入点
- mybatisplus如何在xml的连表查询中使用queryWrapper
- MybatisPlus使用queryWrapper如何实现复杂查询
- 标签、语法规范、内联框架、超链接、CSS的编写位置、CSS语法、开发工具、块和内联、常用选择器、后代元素选择器、伪类、伪元素。
- 如何在Mac中的文件选择框中打开系统隐藏文件夹
- 漫画初学者如何学习漫画背景的透视画法(这篇教程请收藏好了!)
- java中如何实现重建二叉树
- Linux下面如何查看tomcat已经使用多少线程
- thinkphp|thinkphp 3.2 如何调用第三方类库