Commit eae19bf3 authored by 华国豪's avatar 华国豪 🙄

1

parent 2ee78736
...@@ -158,21 +158,22 @@ ...@@ -158,21 +158,22 @@
} }
.Awards6 .box .item{ .Awards6 .box .item{
position: relative; position: relative;
width: 30%;
} }
.Awards6 .box .item .bg-img{ .Awards6 .box .item .bg-img{
width: 350px; width: 100%;
} }
.Awards6 .box .item .head-img{ .Awards6 .box .item .head-img{
position: absolute; position: absolute;
left: 55px; left: 15%;
top: 11px; top: 2%;
width: 241px; width: 70%;
height: 261px; height: 65%;
} }
.Awards6 .box .item .name{ .Awards6 .box .item .name{
position: absolute; position: absolute;
bottom: 85px; bottom: 22%;
right: 80px; right: 30%;
} }
.Awards0{ .Awards0{
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
padding-top: 4rem; padding-top: 4rem;
height: 70%;
} }
.Ranking .rank-box .item { .Ranking .rank-box .item {
...@@ -62,7 +63,7 @@ ...@@ -62,7 +63,7 @@
.Ranking .rank-box .item .body { .Ranking .rank-box .item .body {
width: 60px; width: 60px;
margin: 0 auto; margin: 0 auto;
height: 292px; height: 80%;
position: relative; position: relative;
margin-bottom: 2rem; margin-bottom: 2rem;
} }
......
...@@ -29,14 +29,14 @@ ...@@ -29,14 +29,14 @@
} }
.container .box{ .container .box{
width: 48%; width: 48%;
height: 50%; height: 80%;
background: url(/static/image/draw/bg.png); background: url(/static/image/draw/bg.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
left: 50%; left: 50%;
top: 29%; top: 29%;
transform: translate(-50%, -50%); transform: translate(-50%, -30%);
} }
.container .box .title { .container .box .title {
background: linear-gradient(to bottom,#ffd364,#ff9,#ff8000); background: linear-gradient(to bottom,#ffd364,#ff9,#ff8000);
......
...@@ -925,6 +925,7 @@ ...@@ -925,6 +925,7 @@
margin: 20px auto 0 auto; margin: 20px auto 0 auto;
position: relative; position: relative;
height: 70px; height: 70px;
display: flex;
} }
.dalaoshu .prompt_img span { .dalaoshu .prompt_img span {
margin-left: 8px; margin-left: 8px;
......
...@@ -101,7 +101,7 @@ export default { ...@@ -101,7 +101,7 @@ export default {
border-radius: 50%; border-radius: 50%;
} }
.Awards2 .box .head .touxiang3{ .Awards2 .box .head .touxiang3{
background: url(/static/image/banjiang/meiyou.jpg); background: url(/static/image/banjiang/zhangting.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding-bottom: 100%; padding-bottom: 100%;
......
...@@ -5,17 +5,17 @@ ...@@ -5,17 +5,17 @@
<div class="item"> <div class="item">
<img class="bg-img" src="/static/image/banjiang/ranke.png" alt=""> <img class="bg-img" src="/static/image/banjiang/ranke.png" alt="">
<img class="head-img" src="http://imgfile.oytour.com/Upload/User/636812405296221015.jpg" alt=""> <img class="head-img" src="http://imgfile.oytour.com/Upload/User/636812405296221015.jpg" alt="">
<span class="name f3">肖自立</span> <span class="name f4">肖自立</span>
</div> </div>
<div class="item"> <div class="item">
<img class="bg-img" src="/static/image/banjiang/ranke1.png" alt=""> <img class="bg-img" src="/static/image/banjiang/ranke1.png" alt="">
<img class="head-img" src="/static/image/banjiang/xushuxue.png" alt=""> <img class="head-img" src="/static/image/banjiang/xushuxue.png" alt="">
<span class="name f3">徐树学</span> <span class="name f4">徐树学</span>
</div> </div>
<div class="item"> <div class="item">
<img class="bg-img" src="/static/image/banjiang/ranke2.png" alt=""> <img class="bg-img" src="/static/image/banjiang/ranke2.png" alt="">
<img class="head-img" src="/static/image/banjiang/chenjia.jpg" alt=""> <img class="head-img" src="/static/image/banjiang/chenjia.jpg" alt="">
<span class="name f3">陈佳</span> <span class="name f4">陈佳</span>
</div> </div>
</div> </div>
</div> </div>
......
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