hcui-package 1.9.56 → 1.9.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,7 @@ class BrowserCheck extends HTMLElement {
|
|
|
14
14
|
.close-icon::before { transform: translate(-50%, -50%) rotate(45deg); }
|
|
15
15
|
.close-icon::after { transform: translate(-50%, -50%) rotate(-45deg); }
|
|
16
16
|
.close-icon:hover::before,.close-icon:hover::after { background-color: #ff0000; }
|
|
17
|
-
.action-img { position: absolute; aspect-ratio: 943 / 620; width: 943px; left: 50%; transform: translateX(-50%); top:
|
|
17
|
+
.action-img { position: absolute; aspect-ratio: 943 / 620; width: 943px; left: 50%; transform: translateX(-50%); top: 45px;object-fit: contain; }
|
|
18
18
|
</style>
|
|
19
19
|
<div class="browerWarning">您的浏览器版本过低,可能会导致部分页面显示不全,请将浏览器升级到最新版本(或联系客服)<i class="close-icon"></i></div>
|
|
20
20
|
`
|