Commit 10e6e292 authored by 黄媛媛's avatar 黄媛媛

no message

parent 28ad3848
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
overflow: hidden; overflow: hidden;
} }
.PerCompetition .monthcol{ .PerCompetition .monthcol{
padding-top: 36px; padding: 36px 0 0 8px;
} }
.PerCompetition .monthcol span{ .PerCompetition .monthcol span{
background: url('../../assets/img/competion/monthb.png'); background: url('../../assets/img/competion/monthb.png');
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
padding: 6px 22px; padding: 6px 22px;
} }
.PerCompetition .Pingbi .rankDiv{ .PerCompetition .Pingbi .rankDiv{
padding-top: 8px;
height: 390px; height: 390px;
width: 90%; width: 90%;
margin:0 auto; margin:0 auto;
...@@ -86,7 +87,7 @@ ...@@ -86,7 +87,7 @@
.PerCompetition .Pingbi .rankDiv .imgDiv1{ .PerCompetition .Pingbi .rankDiv .imgDiv1{
width: 198px; width: 198px;
height: 198px; height: 198px;
background: url('../../assets/img/competion/quan1.png')no-repeat; background: url('../../assets/img/competion/quan1.png') center no-repeat;
background-size:contain; background-size:contain;
position: relative; position: relative;
margin-top:13%; margin-top:13%;
...@@ -94,7 +95,7 @@ ...@@ -94,7 +95,7 @@
.PerCompetition .Pingbi .rankDiv .imgDiv2{ .PerCompetition .Pingbi .rankDiv .imgDiv2{
width: 240px; width: 240px;
height: 240px; height: 240px;
background: url('../../assets/img/competion/quan2.png')no-repeat; background: url('../../assets/img/competion/quan2.png')center no-repeat;
background-size:contain; background-size:contain;
position: relative; position: relative;
...@@ -102,10 +103,10 @@ ...@@ -102,10 +103,10 @@
.PerCompetition .Pingbi .rankDiv .imgDiv3{ .PerCompetition .Pingbi .rankDiv .imgDiv3{
width: 180px; width: 180px;
height: 180px; height: 180px;
background: url('../../assets/img/competion/quan3.png')no-repeat; background: url('../../assets/img/competion/quan3.png')center no-repeat;
background-size:contain; background-size:contain;
position: relative; position: relative;
margin-top:26%; margin-top:27%;
} }
...@@ -372,8 +373,8 @@ ...@@ -372,8 +373,8 @@
<span @click="ChangeMoth(12)" :class="monthactive==12?'active':''">12月</span> <span @click="ChangeMoth(12)" :class="monthactive==12?'active':''">12月</span>
</el-col> </el-col>
<el-col :span="8" style="color:#fff;text-align:center"> <el-col :span="8" style="color:#fff;text-align:center">
<p class="bold" style="font-size:34px;padding-top:10px;font-family:'percomp';">2019印象集团杯业绩竞赛</p> <p class="bold" style="font-size:34px;padding-top:10px;">2019印象集团杯业绩竞赛</p>
<p style="font-size:14px;font-family:'percomp';">PERFORMANCE COPETITION</p> <p style="font-size:14px;">PERFORMANCE COPETITION</p>
</el-col> </el-col>
</el-row> </el-row>
<!-- A组 --> <!-- A组 -->
......
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