wargerm 0.3.2 → 0.3.3
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.
- package/dist/index.css +2 -2
- package/dist/index.esm.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1765,7 +1765,7 @@ button.swiper-pagination-bullet {
|
|
1765
1765
|
}
|
1766
1766
|
.model_container-tips {
|
1767
1767
|
position: absolute;
|
1768
|
-
z-index:
|
1768
|
+
z-index: 2000;
|
1769
1769
|
top: 0;
|
1770
1770
|
left: 0;
|
1771
1771
|
right: 0;
|
@@ -1819,7 +1819,7 @@ button.swiper-pagination-bullet {
|
|
1819
1819
|
position: absolute;
|
1820
1820
|
width: 100%;
|
1821
1821
|
height: calc(100% - 50px);
|
1822
|
-
background: rgba(
|
1822
|
+
background: rgba(10, 16, 27, 0.7);
|
1823
1823
|
}
|
1824
1824
|
.model_container-tips .model_wrap-tips .model_bottom-tips {
|
1825
1825
|
z-index: 100;
|
package/dist/index.esm.css
CHANGED
@@ -1765,7 +1765,7 @@ button.swiper-pagination-bullet {
|
|
1765
1765
|
}
|
1766
1766
|
.model_container-tips {
|
1767
1767
|
position: absolute;
|
1768
|
-
z-index:
|
1768
|
+
z-index: 2000;
|
1769
1769
|
top: 0;
|
1770
1770
|
left: 0;
|
1771
1771
|
right: 0;
|
@@ -1819,7 +1819,7 @@ button.swiper-pagination-bullet {
|
|
1819
1819
|
position: absolute;
|
1820
1820
|
width: 100%;
|
1821
1821
|
height: calc(100% - 50px);
|
1822
|
-
background: rgba(
|
1822
|
+
background: rgba(10, 16, 27, 0.7);
|
1823
1823
|
}
|
1824
1824
|
.model_container-tips .model_wrap-tips .model_bottom-tips {
|
1825
1825
|
z-index: 100;
|