|
@@ -73,7 +73,7 @@ ul{margin:0;padding:0;list-style-type:none}
|
|
|
.qrCodeImage{ width: 160px; position: fixed;right: 0 ; 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: #333;cursor: pointer}
|
|
|
+.qrCodeImage .closeHandle{ display: block;font-size: 26px;position: absolute;left: 0;top: -10px; color: #666;cursor: pointer}
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width:768px){body{background:#fff}
|
|
@@ -124,7 +124,7 @@ ul{margin:0;padding:0;list-style-type:none}
|
|
|
.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 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: #333;cursor: pointer}
|
|
|
+.qrCodeImage .closeHandle{ display: block;font-size: 6vw;position: absolute;left: 0;top: -2vw; color: #666;cursor: pointer}
|
|
|
|
|
|
}.myZoomIn{-webkit-animation:zoomIn 1s ease;animation:zoomIn 1s ease}
|
|
|
.myZoomOut{-webkit-animation:zoomOut 1s ease;animation:zoomOut 1s ease}
|