Commit 9fbf40a1 authored by 华国豪's avatar 华国豪 🙄

1

parent 3bc1703d
This diff is collapsed.
<template>
<div class="Voting">
<div class="Voting-box">
<div class="tit">
</div>
</div>
</div>
</template>
<script>
export default {
name: 'Voting',
data () {
return {
}
},
activated () {},
created () {},
mounted () {},
methods: {}
}
</script>
<style>
.Voting{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.19);
position: absolute;
z-index: 2019129;
}
.Voting div.Voting-box{
width:800px;
height:458px;
background:rgba(255,255,255,1);
border-radius:5px;
}
.Voting div.Voting-box .tit{
height: 138px;
width: 100%;
background: url('../../../assets/img/voting/titi-bg.png');
background-repeat: no-repeat;
background-size: 100% 100%;
}
</style>
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