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

1

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