Pear-Admin-Layui/admin/css/pearStep.css

84 lines
1.2 KiB
CSS
Raw Normal View History

2020-05-17 03:58:20 +00:00
.lay-step {
2020-07-20 15:58:45 +00:00
font-size: 0;
margin: 0 auto;
max-width: 100%;
2020-05-22 00:55:33 +00:00
width: 60%;
padding-left: 15%;
2020-07-20 15:58:45 +00:00
2020-05-17 03:58:20 +00:00
}
.step-item {
2020-07-20 15:58:45 +00:00
display: inline-block;
line-height: 35px;
position: relative;
font-size: 15px;
2020-05-17 03:58:20 +00:00
}
.step-item-tail {
2020-07-20 15:58:45 +00:00
width: 100%;
padding: 0 10px;
position: absolute;
left: 0;
top: 13px;
2020-05-17 03:58:20 +00:00
}
.step-item-tail i {
2020-07-20 15:58:45 +00:00
display: inline-block;
width: 100%;
height: 2px;
2020-05-17 03:58:20 +00:00
margin-top: 4px;
2020-07-20 15:58:45 +00:00
vertical-align: top;
background: #5FB878;
position: relative;
2020-05-17 03:58:20 +00:00
}
.step-item-tail .step-item-tail-done {
2020-07-20 15:58:45 +00:00
background: #5FB878;
2020-05-17 03:58:20 +00:00
height: 3px;
margin-top: 4px;
}
.step-item-head {
2020-07-20 15:58:45 +00:00
position: relative;
display: inline-block;
height: 35px;
width: 35px;
text-align: center;
vertical-align: top;
color: #5FB878;
border: 2px solid #5FB878;
border-radius: 50%;
background: #ffffff;
2020-05-17 03:58:20 +00:00
}
.step-item-head.step-item-head-active {
2020-07-20 15:58:45 +00:00
background: #5FB878;
color: #ffffff;
2020-05-17 03:58:20 +00:00
}
.step-item-main {
2020-07-20 15:58:45 +00:00
display: block;
position: relative;
margin-left: -50%;
margin-right: 50%;
padding-left: 26px;
text-align: center;
2020-05-17 03:58:20 +00:00
}
.step-item-main-title {
2020-07-20 15:58:45 +00:00
font-weight: bolder;
color: #555555;
2020-05-17 03:58:20 +00:00
}
.step-item-main-desc {
2020-07-20 15:58:45 +00:00
color: #aaaaaa;
2020-05-17 03:58:20 +00:00
}
2020-07-20 15:58:45 +00:00
.lay-step+[carousel-item]:before {
display: none;
2020-05-17 03:58:20 +00:00
}
2020-07-20 15:58:45 +00:00
.lay-step+[carousel-item]>* {
background-color: transparent;
}