Commit 19d629b5 by FE

bargian close btn

parent 5c719637
......@@ -712,3 +712,12 @@
}
.bargain-popup__content {
text-align: center;
}
.bargain-popup__button--close {
font-size: 22px;
color: #fff;
}
......@@ -503,6 +503,9 @@ class BargainMiddlePage extends Component {
{
this.state.isShowOverlay &&
<Overlay>
<div className="bargain-popup__content">
{/*砍价成功去分享*/}
{
......@@ -553,8 +556,9 @@ class BargainMiddlePage extends Component {
{
this.state.status !== 7 &&
<i onClick={this.close} className={'iconfont iconiconfront-2 bargain-close'}></i>
<i onClick={this.close} className={'iconfont iconiconfront-2 bargain-popup__button--close'}></i>
}
</div>
</Overlay>
}
......
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