Commit 4e519094 by FE

pull

parents fd7bca18 cc1db970
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
@extend .trans-height; @extend .trans-height;
width: 100%; width: 100%;
height: 115px; height: 115px;
margin-top: -1px;
overflow: hidden; overflow: hidden;
z-index: 10; z-index: 10;
background: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/landing-box-bg.png") repeat-y; background: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/landing-box-bg.png") repeat-y;
......
...@@ -273,8 +273,8 @@ ...@@ -273,8 +273,8 @@
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
position: fixed; position: fixed;
top: 50%;
right: 0; right: 0;
bottom: 20%;
margin-top: -57px; margin-top: -57px;
z-index: 22; z-index: 22;
.nav-right__link { .nav-right__link {
......
...@@ -28,7 +28,7 @@ class TreasureRank extends Component { ...@@ -28,7 +28,7 @@ class TreasureRank extends Component {
rankList: data, rankList: data,
isMore: true, isMore: true,
}); });
}else if() { }else {
this.setState({ this.setState({
rank: data, rank: data,
rankList: data, rankList: data,
......
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