-
Notifications
You must be signed in to change notification settings - Fork 552
Expand file tree
/
Copy pathpatch.less
More file actions
147 lines (133 loc) · 3.17 KB
/
patch.less
File metadata and controls
147 lines (133 loc) · 3.17 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
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
@import (reference) "~weui-wxss/src/style/base/fn.less";
/* weui 用了标签写法,skyline 下部分声明不生效,所以重新声明一次 */
/* root-portal-content 匹配不到 page 的声明,所以再声明一次 */
page,
root-portal-content {
.varsLight();
--weui-BG-COLOR-ACTIVE: #ececec;
--weui-DIALOG-LINE-COLOR: rgba(0, 0, 0, 0.1);
}
root-portal-content {
position: absolute;
}
/** skyline 不支持 :nth-last-child */
.weui-half-screen-dialog__ft .weui-btn {
display: inline-block;
vertical-align: top;
margin: 0 8px;
width: 120px;
}
/** skyline 不支持 em */
.weui-navigation-bar__inner .weui-navigation-bar__left .weui-navigation-bar__btn_goback {
width: 12px;
height: 23px;
}
/** skyline 不支持 em */
.weui-loading {
width: 15.0469px;
height: 15.0469px;
}
/** skyline 不支持 em */
.weui-tabbar__icon {
width: 26.344px;
height: 26.344px;
}
/** skyline 不支持 em */
.weui-badge {
padding: 1.694px 4.518px;
line-height: 13.5529px; /** skyline 不支持不带单位 */
}
/** skyline 不支持 em */
.weui-badge_dot {
padding: 4.518px;
}
/** skyline 不支持 attribute selector */
.weui-icon-circle,
.weui-icon-download,
.weui-icon-info,
.weui-icon-safe-success,
.weui-icon-safe-warn,
.weui-icon-success,
.weui-icon-success-circle,
.weui-icon-success-no-circle,
.weui-icon-waiting,
.weui-icon-waiting-circle,
.weui-icon-warn,
.weui-icon-outlined-warn,
.weui-icon-info-circle,
.weui-icon-cancel,
.weui-icon-search,
.weui-icon-clear,
.weui-icon-back,
.weui-icon-delete,
.weui-icon-success-no-circle-thin,
.weui-icon-arrow,
.weui-icon-arrow-bold,
.weui-icon-back-arrow,
.weui-icon-back-arrow-thin,
.weui-icon-close,
.weui-icon-close-thin,
.weui-icon-back-circle,
.weui-icon-camera,
.weui-icon-success,
.weui-icon-waiting,
.weui-icon-warn,
.weui-icon-info,
.weui-icon-success-circle,
.weui-icon-success-no-circle,
.weui-icon-success-no-circle-thin,
.weui-icon-waiting-circle,
.weui-icon-circle,
.weui-icon-download,
.weui-icon-info-circle,
.weui-icon-safe-success,
.weui-icon-safe-warn,
.weui-icon-cancel,
.weui-icon-search,
.weui-icon-clear,
.weui-icon-delete,
.weui-icon_msg,
.weui-icon_msg-primary,
.weui-icon-checked,
.weui-icon-btn,
.weui-icon-arrow,
.weui-icon-more,
.weui-icon-slide-down,
.weui-icon-btn_goback,
.weui-icon-btn_close,
.weui-icon_toast {
display: inline-block;
vertical-align: middle;
font-size: 0.5882352941176471rem;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100%;
mask-size: 100%;
background-color: currentColor;
width: 22.578px;
height: 22.578px;
}
/** skyline 不支持 em */
.weui-agree__checkbox {
width: 16px;
height: 18.438px;
}
/** skyline 不支持 em */
.weui-search-bar__box .weui-icon-clear::before {
width: 18.813px;
height: 18.813px;
}
/** skyline 不支持 em */
.weui-search-bar__box .weui-icon-clear::after {
height: 25.281px;
}
.weui-search-bar__box .weui-search-bar__input {
height: 33.3906px; /** skyline 不支持不带单位 */
line-height: 25.6px;
}
/** skyline 不支持不带单位 */
.weui-cell {
line-height: 22.5882px;
}