jhzh
2025-04-27 c6c703c80be3ee1f1f2d28f820c4d3b730e17040
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
:root {
    --tabs-nav-background-color: transparent;
    --button-plain-background-color: transparent;
    --button-primary-background-color: #00D094;
    --button-primary-border-color: #00D094;
    --button-default-background-color: $panel-3;
    --tab-text-color:#888894;
    --button-default-border-color:#49495F;
    --button-default-background-color:transparent;
}
 
.van-toast__loading {
    color: $theme-1;
}
 
// nav-bar
.van-nav-bar__left {
    .van-nav-bar__arrow {
        color: $text-color;
        font-weight: bold;
    }
}
 
.van-hairline--bottom::after {
    border-color: $border-color;
}
 
.van-nav-bar__content {
    min-height: var(--nav-bar-height, 44px);
}
 
.nav-timename{
    .van-tab--active{
        .van-ellipsis{
            font-weight: bold;
            font-size: 16px;
        }
    }
    .van-tabs__line {
        background-color: transparent;
        height: 6px;
        &::before {
            top: -4px !important;
            width: 40px !important;
            height: 20px !important;
            // background: url(~@/assets/img/border_bottom.png) no-repeat !important;
            
        }
    }
    .van-sticky{
        z-index: 1;
        .van-tabs__wrap {
            border-bottom: 1px solid #f1a68c;
            overflow: visible;
        }
    }
}
.hg {
    .van-tabs__line{
    &::before {
        background: url(~@/assets/img/border_bottom.png) no-repeat !important;
        background-size: 100% 100% !important;
    }}
    .van-tab--active{
        .van-ellipsis{
            color: #333 !important;
        }
    }
}
.sun {
    .van-tabs__line{
    &::before {
        background: url(~@/assets/img/border_bottom_g.png) no-repeat !important;
        background-size: 100% 100% !important;
    }}
    .van-tab--active{
        .van-ellipsis{
            color: #f2f2f2 !important;
        }
    }
}
.m-t-md .d-inline-block .rounded-lg .van-button{
    box-shadow: 1px 5px 12px -2px #ef9b7e ;
}
.layout-page {
    .van-swipe,
    .van-tab--active {
        // color: var(--nav-tab-active,#fff);
    }
 
    .van-nav-bar__title {
        color: $light;
    }
 
    .van-nav-bar {
        background-color: transparent;
        &.van-hairline--bottom:after {
            border-bottom-width: 0;
        }
    }
 
    .van-popup {
        background-color: $panel-3;
    }
    .van-popup--left {
        background: $bg;
    }
    .van-field__input {
        color: $light;
    }
 
    .van-steps {
        background-color: transparent;
    }
 
    .van-stepper__minus,
    .van-stepper__plus {
        background-color: $panel-3;
        color: $light;
    }
 
    .van-stepper__input {
        background-color: $panel-3;
        color: $light;
    }
 
    .van-count-down {
        color: $light;
    }
 
    // search
    .van-search {
        background-color: transparent !important;
 
        .van-search__content {
            background-color: $panel-4 !important;
            border-radius: 20px;
        }
    }
    .van-hairline--bottom:after,
    .van-hairline--left:after,
    .van-hairline--right:after,
    .van-hairline--surround:after,
    .van-hairline--top-bottom:after,
    .van-hairline--top:after,
    .van-hairline:after {
        border-color: var(--border-color);
    }
    .van-tag {
        background-color: transparent;
        color: $light;
    }
    .van-tab {
        font-size: $font-size-md;
    }
    .van-tabs__line {
        background-color: transparent;
        height: 6px;
        &::before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: var(--nav-tab-active,#fff);
        }
    }
    .van-search__action,
    .van-cell {
        color: $light;
    }
    .van-button--default {
        .van-button__text {
            color: $text-color;
        }
        &.van-dialog__confirm{
            .van-button__text {
                color: $blue;
            }
        }
    }
   
}
.vant-toast-index{
    position: relative;
    z-index: 99999999;
}
// picker
.van-picker {
    background-color: $panel-4;
}
 
.van-picker-column__item {
    color: $light;
}
 
[class*="van-hairline"]::after {
    border-color: $border-color;
}
 
.van-number-keyboard__keys {
    color: $gray-9;
}
 
.vant-popup-index {
    position: fixed;
    z-index: 6;
}
 
.default .van-button {
    color: $black !important;
}
 
.layout-page {
    .van-tabs__wrap--scrollable .van-tabs__nav--complete {
        padding-left: 0;
        padding-right: 0;
    }
}
::v-deep .tab-active-class{
    color: $theme-1!important;
}