Authored by 毕凯

Merge branch 'feature/newQrcode' into 'release/6.1'

刷新二维码按钮样式修改



See merge request !912
... ... @@ -30,5 +30,7 @@
<span class="iconfont">&#xe639;</span>
</div>
</div>
<div class="reload"><span class="iconfont">&#xe733;</span>点击刷新二维码</div>
<div class="reload-c">
<div class="reload"><span class="iconfont">&#xe733;</span>点击刷新二维码</div>
</div>
</div>
\ No newline at end of file
... ...
... ... @@ -2,7 +2,6 @@ body,
html {
background-image: linear-gradient(#131313, #3e3e3e);
background-repeat: no-repeat;
min-height: 100%;
background-color: #3e3e3e;
}
... ... @@ -163,23 +162,33 @@ html {
}
}
.reload {
.reload-c {
width: 750px;
height: 90px;
line-height: 90px;
background-color: #333;
position: fixed;
bottom: 54px;
left: 50%;
font-size: 24px;
color: #b0b0b0;
width: 200px;
line-height: 30px;
margin-left: -100px;
text-align: center;
span {
font-size: 40px;
color: #eee;
bottom: 0;
left: 0;
.reload {
position: absolute;
top: 0;
left: -30px;
bottom: 0;
left: 50%;
font-size: 24px;
color: #b0b0b0;
width: 200px;
line-height: 90px;
margin-left: -100px;
text-align: center;
span {
font-size: 40px;
color: #eee;
position: absolute;
top: 0;
left: -30px;
}
}
}
}
... ...