|
@@ -17,7 +17,11 @@ page {
|
|
// 修改按主题色
|
|
// 修改按主题色
|
|
--wot-color-theme: #e61b28;
|
|
--wot-color-theme: #e61b28;
|
|
--wot-color-theme-rgb: 230, 27, 40; // RGB值分解,对应#e61b28
|
|
--wot-color-theme-rgb: 230, 27, 40; // RGB值分解,对应#e61b28
|
|
-
|
|
|
|
// 修改按钮背景色
|
|
// 修改按钮背景色
|
|
// --wot-button-primary-bg-color: green;
|
|
// --wot-button-primary-bg-color: green;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.wd-card.is-rectangle .wd-card__content::after {
|
|
|
|
+ background: #e1e1e1 !important;
|
|
|
|
+ transform: scaleY(1) !important;
|
|
|
|
+}
|