Quellcode durchsuchen

Merge branch 'dev/v4.9.23_yf' of qmx/jy into feature/v4.9.23

yangfeng vor 1 Jahr
Ursprung
Commit
a74a9ece94

+ 3 - 2
src/web/staticres/tags/css/no-login-detail.css

@@ -493,7 +493,8 @@
 }
 .advert-bottom-banner img {
     display: block;
-    object-fit: contain;
+    /* object-fit: contain; */
     cursor: pointer;
-    width: 1920px;
+    /* width: 1920px; */
+    width: 100%;
 }

+ 3 - 2
src/web/templates/pc/tags/template/bottom-banner.html

@@ -15,9 +15,10 @@
 }
 .advert-bottom-banner > img {
     display: block;
-    object-fit: contain;
+    /* object-fit: contain; */
     cursor: pointer;
-    width: 1920px;
+    /* width: 1920px; */
+    width: 100%;
 }
 </style>
 <div class="fixed-bottom-banner advert-bottom-banner">