提交 2e82d18f authored 作者: chengye's avatar chengye

调试二维码显示

上级 2e5aee1d
......@@ -102,7 +102,8 @@ ul.station_flow li.active>*{
#qrcard{
display: none;
position: absolute; left: 5px; top: -15px; width: 300px; height: 200px; background: url("http://demojz.gonn.tech/static/admin/image/qrbg.png")
position: absolute; left: 5px; top: -15px; width: 300px; height: 200px; background: url("http://demojz.gonn.tech/static/admin/image/qrbg.png");
z-index: 9998;
}
#qrcard .qrinfo{
height: 60px;
......@@ -110,9 +111,10 @@ ul.station_flow li.active>*{
#qrcard .qrinfo{
height: 100px;
padding: 0 20px;
font-size: 13px;
font-size: 12px;
width: 190px;
position: relative;
z-index: 9999;
}
#qrcard .qrinfo .qrtitle{
font-weight: 700;
......@@ -120,9 +122,11 @@ ul.station_flow li.active>*{
}
#qrcard .qrinfo .qrval{
color: #101010;
max-width: 100px;
}
#qrcard .qrinfo #qrcode{
position: relative;
right: 10px;
height: 30px;
z-index: 10000;
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论