提交 0939037a 编写于 作者: DAYTOYKKK's avatar DAYTOYKKK 👶🏻

feat:完成部分奖牌总榜

上级 5d079cb0
<template>
<div class="title">
hhh
<span>排名</span>
<span>国家/地区</span>
<span><img src="../../assets/gold.png" />金牌</span>
<span><img src="../../assets/yinpai.png" />银牌</span>
<span><img src="../../assets/tongpai.png" />铜牌</span>
<span>总数</span>
</div>
</template>
......@@ -14,5 +19,30 @@ export default {
</script>
<style lang="less" scoped>
.title{
border: 1px solid red;
display: flex;
span {
color: #131e56;
font-size: 1.2em;
font-weight: bold;
display: block;
text-align: center;
}
span:nth-child(1) {
width: 10%;
border: 1px solid red;
}
span:nth-child(2) {
width: 18%;
border: 1px solid red;
}
img {
width: 1.2em;
vertical-align: middle;
}
}
</style>
\ No newline at end of file
......@@ -43,12 +43,15 @@
width: 80%;
height: 300px;
margin: 40px auto;
padding: 20px 80px;
box-sizing: border-box;
background: rgba(250,250,250,0.75);
border-radius: 15px;
.xiaoren {
position: absolute;
left: 0px;
bottom: 0;
height: 80px;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册