|
@@ -223,6 +223,9 @@
|
|
|
}
|
|
|
|
|
|
.knowledgeLibraryTablet {
|
|
|
+ background: url('./images/bg-tablet.png') no-repeat top center #87d1f0;
|
|
|
+ background-size: contain;
|
|
|
+
|
|
|
.stickBtnGroup {
|
|
|
|
|
|
.prevBtn,
|
|
@@ -242,5 +245,17 @@
|
|
|
background: url('./images/icon-down-point-tablet.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
+
|
|
|
+ :global {
|
|
|
+ .van-button--disabled::before {
|
|
|
+ background-color: transparent;
|
|
|
+ opacity: inherit;
|
|
|
+ }
|
|
|
+
|
|
|
+ .van-button--disabled {
|
|
|
+ background: url('./images/icon-up-point-tablet-disabled.png') no-repeat center;
|
|
|
+ background-size: contain;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
+}
|