Commit 8c45dfd1 authored by liaili's avatar liaili

8

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