dev_aliyun2
caicai8 5 years ago committed by harry
parent f7f2b1996d
commit 24dec483ff

@ -208,7 +208,7 @@ render() {
<div className="educontent">
<div className="pt_b_26">
<div className="clearfix mb20 shaiContent">
<span className="shaiTitle fl mt3">方向</span>
<span className="shaiTitle fl">方向</span>
<div className="fl pr shaiAllItem">
<li className={shixunsearchAllvalue==="a"?"shaiItem shixun_repertoire active":"shaiItem shixun_repertoire"} value= "a" onClick={this.shixunsearchall}>全部</li>
<style>
@ -249,12 +249,23 @@ render() {
</div>
</div>
<div className="clearfix">
<span className="shaiTitle fl mt6">筛选</span>
<span className="shaiTitle fl">筛选</span>
{
<style>
{`
{`
.shaiContent li.shaiItem{
padding:0px 15px;
line-height:32px;
height:32px
}
.shaiTitle{
height:32px;
line-height:32px;
}
.shaiItems{
padding: 3px 15px;
padding:0px 15px;
line-height:32px;
height:32px;
float: left;
border-radius: 4px;
color: #4C4C4C;

Loading…
Cancel
Save