143 lines
2.3 KiB
CSS
143 lines
2.3 KiB
CSS
.divpoint-wrap {
|
|
position: relative;
|
|
padding: 30px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.divpoint-theme-29baf1 .area {
|
|
background-image: linear-gradient(135deg, transparent 30px, #28bbf06c 30px, #28bbf06c 50%, transparent 50%), linear-gradient(-45deg, transparent 30px, #28bbf06c 30px, #28bbf06c 50.1%, transparent 50%);
|
|
}
|
|
|
|
.divpoint .area {
|
|
position: relative;
|
|
min-width: 180px;
|
|
}
|
|
|
|
.divpoint-theme-29baf1 .b-b,
|
|
.divpoint-theme-29baf1 .b-b-r,
|
|
.divpoint-theme-29baf1 .b-l,
|
|
.divpoint-theme-29baf1 .b-r,
|
|
.divpoint-theme-29baf1 .b-t,
|
|
.divpoint-theme-29baf1 .b-t-l {
|
|
background-color: #29baf1;
|
|
box-shadow: 0 0 10px 2px #29baf1;
|
|
}
|
|
|
|
.divpoint .b-t {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 44px;
|
|
right: 0;
|
|
height: 1px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.divpoint .b-r {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 44px;
|
|
width: 1px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.divpoint .b-b {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 44px;
|
|
bottom: 0;
|
|
height: 1px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.divpoint .b-l {
|
|
position: absolute;
|
|
top: 44px;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 1px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.divpoint .label-wrap {
|
|
padding-left: 12px;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.divpoint .b-t-l {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 1px;
|
|
height: 62px;
|
|
transform: rotate(45deg) translate(52px, -22px);
|
|
z-index: 10;
|
|
}
|
|
|
|
.divpoint .b-b-r {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 62px;
|
|
transform: rotate(45deg) translate(-52px, 22px);
|
|
z-index: 10;
|
|
}
|
|
|
|
.divpoint-theme-29baf1 .arrow,
|
|
.divpoint-theme-29baf1 .title::before {
|
|
background-color: #28bbf0;
|
|
}
|
|
|
|
.divpoint .arrow {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 45px;
|
|
height: 2px;
|
|
transform: rotate(-45deg) translate(5px, -15px);
|
|
}
|
|
|
|
.divpoint-theme-29baf1 .title {
|
|
background-image: linear-gradient(135deg, transparent 25px, #29baf1 25px);
|
|
}
|
|
|
|
.divpoint .title {
|
|
margin-top: 20px;
|
|
padding: 0 12px 0 30px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
position: relative;
|
|
}
|
|
|
|
.divpoint .label-content {
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.divpoint .data-li {
|
|
padding: 4px 45px 4px 0;
|
|
}
|
|
|
|
.data-value,
|
|
.divpoint .data-label {
|
|
display: inline-block;
|
|
}
|
|
|
|
.divpoint .data-value {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.data-value,
|
|
.divpoint .data-label {
|
|
display: inline-block;
|
|
}
|
|
|
|
.divpoint .label-num {
|
|
margin-right: 3px;
|
|
color: #f09e28;
|
|
font-weight: 600;
|
|
}
|