Commit a7f17c06 authored by liujiaxin's avatar liujiaxin

Merge remote-tracking branch 'origin/master'

parents 51dfa083 9ebe368b
<div class="player-matching-cards">
<div class="body-bg"></div>
<div class="player-border">
<div class="player-matching-cards">
<div nz-row nzGutter="16" style="height: 100%">
<div nz-col class="gutter-row cell"
#itemContainer
......@@ -18,4 +20,5 @@
</div>
</div>
</div>
</div>
</div>
.body-bg {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-image: url('../../assets/player-bg.png') !important;
background-size: 100%;
}
.player-border{
position: absolute;
left: calc((100% - 100vh * 1.36)/ 2);
top: 5vh;
right: calc((100% - 100vh * 1.36)/ 2);
bottom: 5vh;
text-align: center;
// box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
border-radius: 11px;
border: 20px solid #23b1c2;
background-color: #fff;
overflow: hidden;
color: #303133;
transition: .3s;
}
.player-matching-cards {
background: #f4ffeb;
padding: 4vh 6vh;
......
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