u-toast.wxss
2.1 KB
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
page.data-v-0c6e2509 {
width: 100%;
height: 100%;
}
.divid_line_horizen.data-v-0c6e2509 {
width: 100%;
height: 2rpx;
background-color: #f2f2f2;
align-self: center;
margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-0c6e2509 {
font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-0c6e2509 {
font-size: 30rpx;
height: 96rpx;
line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-0c6e2509 {
color: rgba(0, 0, 0, 0.45) !important;
border-color: rgba(0, 0, 0, 0.06) !important;
background-color: rgba(0, 0, 0, 0.06) !important;
}
view.data-v-0c6e2509, scroll-view.data-v-0c6e2509, swiper-item.data-v-0c6e2509 {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.u-toast__content.data-v-0c6e2509 {
display: flex;
flex-direction: row;
padding: 12px 20px;
border-radius: 4px;
background-color: #585858;
color: #fff;
align-items: center;
max-width: 600rpx;
position: relative;
}
.u-toast__content--loading.data-v-0c6e2509 {
flex-direction: column;
padding: 20px 20px;
}
.u-toast__content__text.data-v-0c6e2509 {
color: #fff;
font-size: 15px;
line-height: 15px;
}
.u-toast__content__text--default.data-v-0c6e2509 {
color: #fff;
}
.u-toast__content__text--error.data-v-0c6e2509 {
color: #f56c6c;
}
.u-toast__content__text--primary.data-v-0c6e2509 {
color: #3c9cff;
}
.u-toast__content__text--success.data-v-0c6e2509 {
color: #5ac725;
}
.u-toast__content__text--warning.data-v-0c6e2509 {
color: #f9ae3d;
}
.u-type-primary.data-v-0c6e2509 {
color: #3c9cff;
background-color: #ecf5ff;
border-color: #d7eafe;
border-width: 1px;
}
.u-type-success.data-v-0c6e2509 {
color: #5ac725;
background-color: #dbf1e1;
border-color: #BEF5C8;
border-width: 1px;
}
.u-type-error.data-v-0c6e2509 {
color: #f56c6c;
background-color: #fef0f0;
border-color: #fde2e2;
border-width: 1px;
}
.u-type-warning.data-v-0c6e2509 {
color: #f9ae3d;
background-color: #fdf6ec;
border-color: #faecd8;
border-width: 1px;
}
.u-type-default.data-v-0c6e2509 {
color: #fff;
background-color: #585858;
}