|
@@ -70,7 +70,7 @@ ul{margin:0;padding:0;list-style-type:none}
|
|
|
.not-found {height: calc(100vh - 80px); display: flex;justify-content: center;align-items: center;flex-direction: column;}
|
|
|
.not-found img{}
|
|
|
.not-found p{font-size: 20px;color: #a8a8a8;padding: 60px;text-align: center;}
|
|
|
-.qrCodeImage{ width: 160px; position: fixed;right: 0 ; bottom: 80px;padding: 15px;border-radius: 4px; background: #fff;}
|
|
|
+.qrCodeImage{ width: 160px; position: fixed;right: 0 ;z-index: 99; bottom: 80px;padding: 15px;border-radius: 4px; background: #fff;}
|
|
|
.qrCodeImage img{ width: 100%; display: block;}
|
|
|
.qrCodeImage .foot-text{text-align: center;font-size: 14px;line-height: 1.4}
|
|
|
.qrCodeImage .closeHandle{ display: block;font-size: 26px;position: absolute;left: 0;top: -10px; color: #666;cursor: pointer}
|
|
@@ -121,7 +121,7 @@ ul{margin:0;padding:0;list-style-type:none}
|
|
|
.not-found{width:100vw;padding-top: 40vw;text-align: center}
|
|
|
.not-found img{width: 30vw}
|
|
|
.not-found p{font-size: 4vw;margin-top: 6vw;color: #a8a8a8}
|
|
|
-.qrCodeImage{position: fixed;padding: 2vw; bottom: 30vw;right: 1vw; width: 30vw; background: #fff;box-shadow: -2px 2px 4px rgba(0,0,0,.05);border-radius: 4px; }
|
|
|
+.qrCodeImage{position: fixed;z-index: 99;padding: 2vw; bottom: 30vw;right: 1vw; width: 30vw; background: #fff;box-shadow: -2px 2px 4px rgba(0,0,0,.05);border-radius: 4px; }
|
|
|
.qrCodeImage img{ width: 100%; display: block;}
|
|
|
.qrCodeImage .foot-text{text-align: center;font-size: 3vw;line-height: 1.4}
|
|
|
.qrCodeImage .closeHandle{ display: block;font-size: 6vw;position: absolute;left: 0;top: -2vw; color: #666;cursor: pointer}
|