Skip to content

Commit daed66c

Browse files
author
huyuangang
committed
update package.json
1 parent 048aded commit daed66c

File tree

303 files changed

+10855
-4911
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

303 files changed

+10855
-4911
lines changed

dist/alipay/.tea/entryFiles-development/config$.js

Whitespace-only changes.

dist/alipay/.tea/entryFiles-development/importScripts$.js

Whitespace-only changes.

dist/alipay/.tea/entryFiles-development/index$.remote.worker.js

Whitespace-only changes.

dist/alipay/.tea/entryFiles-development/index$.web.js

Whitespace-only changes.

dist/alipay/.tea/entryFiles-development/index$.worker.js

Whitespace-only changes.

dist/alipay/components/classify/classify.acss

+150
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,143 @@
1+
.cml-791e74c4.cml-base {
2+
text-align: left;
3+
font-size: 32rpx;
4+
letter-spacing: 1rpx;
5+
font-family: BlinkMacSystemFont, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
6+
}
7+
8+
.cml-791e74c4.cml-base,
9+
.cml-791e74c4.cml-base::before,
10+
.cml-791e74c4.cml-base::after {
11+
box-sizing: border-box;
12+
-webkit-text-size-adjust: none;
13+
-moz-text-size-adjust: none;
14+
-ms-text-size-adjust: none;
15+
text-size-adjust: none;
16+
}
17+
18+
.cml-791e74c4.cml-view {
19+
display: -webkit-box;
20+
display: -webkit-flex;
21+
display: flex;
22+
box-sizing: border-box;
23+
position: relative;
24+
-webkit-box-orient: vertical;
25+
-webkit-box-direction: normal;
26+
-webkit-flex-direction: column;
27+
flex-direction: column;
28+
-webkit-flex-shrink: 0;
29+
flex-shrink: 0;
30+
-webkit-box-flex: 0;
31+
-webkit-flex-grow: 0;
32+
flex-grow: 0;
33+
-webkit-flex-basis: auto;
34+
flex-basis: auto;
35+
-webkit-box-align: stretch;
36+
-webkit-align-items: stretch;
37+
align-items: stretch;
38+
-webkit-align-content: flex-start;
39+
align-content: flex-start;
40+
border: 0 solid black;
41+
margin: 0;
42+
padding: 0;
43+
min-width: 0;
44+
}
45+
46+
.cml-791e74c4.cml-text {
47+
display: block;
48+
box-sizing: border-box;
49+
position: relative;
50+
white-space: pre-wrap; /* not using 'pre': support auto line feed. 保留空白符序列,但是正常地进行换行 */
51+
word-wrap: break-word; /* 在长单词或 URL 地址内部进行换行。 */
52+
overflow: hidden; /* it'll be clipped if the height is not high enough. */
53+
54+
-webkit-flex-shrink: 0;
55+
56+
flex-shrink: 0;
57+
-webkit-box-flex: 0;
58+
-webkit-flex-grow: 0;
59+
flex-grow: 0;
60+
-webkit-flex-basis: auto;
61+
flex-basis: auto;
62+
border: 0 solid black;
63+
margin: 0;
64+
padding: 0;
65+
min-width: 0;
66+
}
67+
68+
.cml-791e74c4.cml-border-1px,
69+
.cml-791e74c4.cml-border-top-1px,
70+
.cml-791e74c4.cml-border-right-1px,
71+
.cml-791e74c4.cml-border-bottom-1px,
72+
.cml-791e74c4.cml-border-left-1px {
73+
position: relative;
74+
}
75+
76+
.cml-791e74c4.cml-border-top-1px:before,
77+
.cml-791e74c4.cml-border-left-1px:before,
78+
.cml-791e74c4.cml-border-1px:after,
79+
.cml-791e74c4.cml-border-right-1px:after,
80+
.cml-791e74c4.cml-border-bottom-1px:after {
81+
content: "";
82+
display: block;
83+
position: absolute;
84+
-webkit-transform-origin: 0 0;
85+
transform-origin: 0 0;
86+
box-sizing: border-box;
87+
z-index: 2;
88+
}
89+
90+
.cml-791e74c4.cml-border-1px:after {
91+
border: 1rpx solid #ccc;
92+
left: 0;
93+
top: 0;
94+
width: 100%;
95+
height: 100%;
96+
-webkit-transform-origin: 0 0;
97+
transform-origin: 0 0;
98+
}
99+
100+
.cml-791e74c4.cml-border-top-1px:before {
101+
border-top: 1rpx solid #ccc;
102+
left: 0;
103+
top: 0;
104+
width: 100%;
105+
}
106+
107+
.cml-791e74c4.cml-border-right-1px:after {
108+
border-right: 1rpx solid #ccc;
109+
top: 0;
110+
right: 0;
111+
height: 100%;
112+
-webkit-transform-origin: right 0;
113+
transform-origin: right 0;
114+
}
115+
116+
.cml-791e74c4.cml-border-bottom-1px:after {
117+
border-bottom: 1rpx solid #ccc;
118+
left: 0;
119+
bottom: 0;
120+
width: 100%;
121+
-webkit-transform-origin: 0 bottom;
122+
transform-origin: 0 bottom;
123+
}
124+
125+
.cml-791e74c4.cml-border-left-1px:before {
126+
border-left: 1rpx solid #ccc;
127+
top: 0;
128+
left: 0;
129+
height: 100%;
130+
}
131+
132+
.cml-791e74c4.cml-border-none:before, .cml-791e74c4.cml-border-none:after {
133+
display: none;
134+
}
135+
136+
.cml-791e74c4.cml-c-button {
137+
-webkit-align-self: stretch;
138+
align-self: stretch;
139+
}
140+
1141
.cml-791e74c4.class-wrapper {
2142
display: -webkit-box;
3143
display: -webkit-flex;
@@ -7,6 +147,7 @@
7147
-webkit-flex-direction: column;
8148
flex-direction: column;
9149
}
150+
10151
.cml-791e74c4.wrapper-content {
11152
display: -webkit-box;
12153
display: -webkit-flex;
@@ -19,13 +160,15 @@
19160
-webkit-justify-content: space-between;
20161
justify-content: space-between;
21162
}
163+
22164
.cml-791e74c4.class-list {
23165
width: 150rpx;
24166
/*height: 1000cpx;*/
25167
border-right-color: #d9d9d9;
26168
background-color: #fff;
27169
border-right-style: solid;
28170
}
171+
29172
.cml-791e74c4.class-txt {
30173
font-size: 28rpx;
31174
margin-top: 22rpx;
@@ -35,6 +178,7 @@
35178
text-align: center;
36179
color: #333;
37180
}
181+
38182
.cml-791e74c4.main-list {
39183
width: 600rpx;
40184
/*height: 1000cpx;*/
@@ -49,12 +193,14 @@
49193
flex-wrap: nowrap;
50194
background-color: #fff;
51195
}
196+
52197
.cml-791e74c4.ad-img {
53198
width: 532rpx;
54199
height: 194rpx;
55200
border-radius: 6rpx;
56201
margin: 28rpx;
57202
}
203+
58204
.cml-791e74c4.sub-tlt {
59205
display: block;
60206
text-align: center;
@@ -63,6 +209,7 @@
63209
margin-top: 10rpx;
64210
margin-bottom: 30rpx;
65211
}
212+
66213
.cml-791e74c4.sub-box {
67214
padding-left: 26rpx;
68215
display: -webkit-box;
@@ -75,6 +222,7 @@
75222
-webkit-flex-wrap: wrap;
76223
flex-wrap: wrap;
77224
}
225+
78226
.cml-791e74c4.sub-i {
79227
display: -webkit-box;
80228
display: -webkit-flex;
@@ -86,12 +234,14 @@
86234
width: 178rpx;
87235
height: 200rpx;
88236
}
237+
89238
.cml-791e74c4.i-img {
90239
width: 150rpx;
91240
margin-left: 14rpx;
92241
margin-right: 14rpx;
93242
height: 150rpx;
94243
}
244+
95245
.cml-791e74c4.i-name {
96246
font-size: 22rpx;
97247
text-align: center;

dist/alipay/components/common/classify-header.acss

+141
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,143 @@
1+
.cml-75f15aeb.cml-base {
2+
text-align: left;
3+
font-size: 32rpx;
4+
letter-spacing: 1rpx;
5+
font-family: BlinkMacSystemFont, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
6+
}
7+
8+
.cml-75f15aeb.cml-base,
9+
.cml-75f15aeb.cml-base::before,
10+
.cml-75f15aeb.cml-base::after {
11+
box-sizing: border-box;
12+
-webkit-text-size-adjust: none;
13+
-moz-text-size-adjust: none;
14+
-ms-text-size-adjust: none;
15+
text-size-adjust: none;
16+
}
17+
18+
.cml-75f15aeb.cml-view {
19+
display: -webkit-box;
20+
display: -webkit-flex;
21+
display: flex;
22+
box-sizing: border-box;
23+
position: relative;
24+
-webkit-box-orient: vertical;
25+
-webkit-box-direction: normal;
26+
-webkit-flex-direction: column;
27+
flex-direction: column;
28+
-webkit-flex-shrink: 0;
29+
flex-shrink: 0;
30+
-webkit-box-flex: 0;
31+
-webkit-flex-grow: 0;
32+
flex-grow: 0;
33+
-webkit-flex-basis: auto;
34+
flex-basis: auto;
35+
-webkit-box-align: stretch;
36+
-webkit-align-items: stretch;
37+
align-items: stretch;
38+
-webkit-align-content: flex-start;
39+
align-content: flex-start;
40+
border: 0 solid black;
41+
margin: 0;
42+
padding: 0;
43+
min-width: 0;
44+
}
45+
46+
.cml-75f15aeb.cml-text {
47+
display: block;
48+
box-sizing: border-box;
49+
position: relative;
50+
white-space: pre-wrap; /* not using 'pre': support auto line feed. 保留空白符序列,但是正常地进行换行 */
51+
word-wrap: break-word; /* 在长单词或 URL 地址内部进行换行。 */
52+
overflow: hidden; /* it'll be clipped if the height is not high enough. */
53+
54+
-webkit-flex-shrink: 0;
55+
56+
flex-shrink: 0;
57+
-webkit-box-flex: 0;
58+
-webkit-flex-grow: 0;
59+
flex-grow: 0;
60+
-webkit-flex-basis: auto;
61+
flex-basis: auto;
62+
border: 0 solid black;
63+
margin: 0;
64+
padding: 0;
65+
min-width: 0;
66+
}
67+
68+
.cml-75f15aeb.cml-border-1px,
69+
.cml-75f15aeb.cml-border-top-1px,
70+
.cml-75f15aeb.cml-border-right-1px,
71+
.cml-75f15aeb.cml-border-bottom-1px,
72+
.cml-75f15aeb.cml-border-left-1px {
73+
position: relative;
74+
}
75+
76+
.cml-75f15aeb.cml-border-top-1px:before,
77+
.cml-75f15aeb.cml-border-left-1px:before,
78+
.cml-75f15aeb.cml-border-1px:after,
79+
.cml-75f15aeb.cml-border-right-1px:after,
80+
.cml-75f15aeb.cml-border-bottom-1px:after {
81+
content: "";
82+
display: block;
83+
position: absolute;
84+
-webkit-transform-origin: 0 0;
85+
transform-origin: 0 0;
86+
box-sizing: border-box;
87+
z-index: 2;
88+
}
89+
90+
.cml-75f15aeb.cml-border-1px:after {
91+
border: 1rpx solid #ccc;
92+
left: 0;
93+
top: 0;
94+
width: 100%;
95+
height: 100%;
96+
-webkit-transform-origin: 0 0;
97+
transform-origin: 0 0;
98+
}
99+
100+
.cml-75f15aeb.cml-border-top-1px:before {
101+
border-top: 1rpx solid #ccc;
102+
left: 0;
103+
top: 0;
104+
width: 100%;
105+
}
106+
107+
.cml-75f15aeb.cml-border-right-1px:after {
108+
border-right: 1rpx solid #ccc;
109+
top: 0;
110+
right: 0;
111+
height: 100%;
112+
-webkit-transform-origin: right 0;
113+
transform-origin: right 0;
114+
}
115+
116+
.cml-75f15aeb.cml-border-bottom-1px:after {
117+
border-bottom: 1rpx solid #ccc;
118+
left: 0;
119+
bottom: 0;
120+
width: 100%;
121+
-webkit-transform-origin: 0 bottom;
122+
transform-origin: 0 bottom;
123+
}
124+
125+
.cml-75f15aeb.cml-border-left-1px:before {
126+
border-left: 1rpx solid #ccc;
127+
top: 0;
128+
left: 0;
129+
height: 100%;
130+
}
131+
132+
.cml-75f15aeb.cml-border-none:before, .cml-75f15aeb.cml-border-none:after {
133+
display: none;
134+
}
135+
136+
.cml-75f15aeb.cml-c-button {
137+
-webkit-align-self: stretch;
138+
align-self: stretch;
139+
}
140+
1141
.cml-75f15aeb.wrapper {
2142
width: 750rpx;
3143
height: 114rpx;
@@ -21,6 +161,7 @@
21161
border-bottom-style: solid;
22162
box-sizing: border-box;
23163
}
164+
24165
.cml-75f15aeb.search {
25166
-webkit-box-flex: 1;
26167
-webkit-flex: 1;

0 commit comments

Comments
 (0)