|
@@ -227,9 +227,18 @@ html,body{
|
|
|
text-align: right;
|
|
|
}
|
|
|
.r-bottom .code-img{
|
|
|
+ position: relative;
|
|
|
width: 1.75rem;
|
|
|
height: 1.75rem;
|
|
|
}
|
|
|
+.r-bottom .code-img img.logo-icon {
|
|
|
+ width: 0.56rem;
|
|
|
+ height: 0.56rem;
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+}
|
|
|
.r-bottom .code-img > img,
|
|
|
.r-bottom .code-img > canvas {
|
|
|
display: block;
|
|
@@ -264,8 +273,9 @@ html,body{
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
display: block;
|
|
|
- width: 7.5rem;
|
|
|
- height: 14.48rem;
|
|
|
+ width: 80%;
|
|
|
+ height: auto;
|
|
|
+ object-fit: contain;
|
|
|
transform: translate(-50%, -50%);
|
|
|
z-index: 1001;
|
|
|
/* width: 100%;
|