Commit 8c45dfd1 authored by liaili's avatar liaili

8

parent 99c34be6
......@@ -63,21 +63,8 @@
.hot-project-introducer > ul li:nth-child(4) > b {
background-position: -450px -13pxpx;
}
.hot-project-introducer > hr {
width: 940px;
margin: 0 auto;
background: #959595;
position: relative;
}
.hot-project-introducer hr::after {
content: '';
display: block;
width: 73px;
height: 3px;
.hot-project-introducer > hr.line-separate:after {
background: #01a9dd;
position: absolute;
left: 433px;
top: -2px;
}
.hot-project-introducer .introducer {
width: 700px;
......
......@@ -139,22 +139,12 @@
}
}
}
> hr {
width: 940px;
margin: 0 auto;
background: #959595;
position: relative;
}
hr::after {
content: '';
display: block;
width: 73px;
height: 3px;
> hr.line-separate {
&:after{
background: #01a9dd;
position: absolute;
left: 433px;
top: -2px;
}
}
.introducer {
width: 700px;
margin: 0 auto;
......
......@@ -25,7 +25,7 @@
<span>扩展融资渠道</span>
</li>
</ul>
<hr/>
<hr class="line-separate"/>
<div class="introducer">
<form id="introducer">
<h4>寻找优质项目介绍人</h4>
......
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