Commit c728a0b7 by 张娇

patent

parent 90f67d1f
This source diff could not be displayed because it is too large. You can view the blob instead.
.layui-timeline {
padding-left: 50px;
}
.layui-timeline-item {
position: relative;
padding-bottom: 45px;
}
li {
list-style: none;
}
.layui-timeline-item:first-child::before {
display: block;
}
.layui-timeline-item:last-child::before {
content: '';
position: absolute;
left: 5px;
top: 0;
z-index: 0;
width: 0;
height: 100%;
}
.layui-timeline-item::before {
content: '';
position: absolute;
left: 5px;
top: 0;
z-index: 0;
width: 1px;
height: 100%;
}
.layui-timeline-item::before,
hr {
background-color: #e6e6e6;
}
.layui-timeline-axis {
position: absolute;
left: -5px;
top: 0;
z-index: 10;
width: 20px;
height: 20px;
line-height: 20px;
background-color: #fff;
color: rgb(16, 142, 233);
border-radius: 50%;
text-align: center;
cursor: pointer;
}
.layui-icon {
font-family: layui-icon !important;
font-size: 16px;
font-style: normal;
}
.layui-timeline-content {
padding-left: 30px;
}
.layui-text {
line-height: 22px;
font-size: 14px;
color: #666;
text-align:left;
}
.layui-timeline-title {
position: relative;
margin-bottom: 10px;
}
.patentdetail-title{
width: 1200px;
height: auto;
position: relative;
color: #000000;
margin: 25px auto;
text-align:left;
line-height:20px;
font-size:14px;
font-family:PingFangSC-Regular;
font-weight:400;
color:rgba(153,153,153,1);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment