|
@@ -189,6 +189,29 @@ body {
|
|
|
--music-list-item-free-color: #ff4700;
|
|
|
--music-list-item-charge-bg: #e1f0ff;
|
|
|
--music-list-item-charge-color: #0086ff;
|
|
|
+ --van-overlay-background: rgba(0, 0, 0, 0.4);
|
|
|
+}
|
|
|
+
|
|
|
+.appRootToast {
|
|
|
+ // .van-overlay {
|
|
|
+ // background: rgba(0, 0, 0, 0.4);
|
|
|
+ // }
|
|
|
+ .van-toast__text {
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ color: #333;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ .van-toast--text {
|
|
|
+ background-color: #fff;
|
|
|
+ }
|
|
|
+ .toastAnimate {
|
|
|
+ width: 70px;
|
|
|
+ height: 70px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.cell-section {
|