@vtx/modals2 2.6.31 → 2.6.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/vm-sub-title/imgs/bg_light.png +0 -0
- package/lib/vm-sub-title/style/index.css +2 -1
- package/lib/vm-sub-title/style/index.less +2 -1
- package/lib/vtx-base-modal/imgs/title_bg_light.png +0 -0
- package/lib/vtx-base-modal/style/index.css +2 -3
- package/lib/vtx-base-modal/style/index.less +3 -3
- package/package.json +1 -1
- /package/lib/vtx-base-modal/imgs/{title-bg.png → title_bg.png} +0 -0
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
font-size: 14px;
|
|
3
3
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
4
4
|
font-weight: 600;
|
|
5
|
-
background-image: url('../imgs/
|
|
5
|
+
background-image: url('../imgs/bg_light.png');
|
|
6
6
|
background-repeat: no-repeat;
|
|
7
7
|
padding-left: 20px;
|
|
8
8
|
color: #000;
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
position: relative;
|
|
12
12
|
}
|
|
13
13
|
.sub-title.dark {
|
|
14
|
+
background-image: url('../imgs/bg.png');
|
|
14
15
|
color: #fff;
|
|
15
16
|
}
|
|
16
17
|
.sub-title .extra {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
font-size: 14px;
|
|
3
3
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
4
4
|
font-weight: 600;
|
|
5
|
-
background-image: url('../imgs/
|
|
5
|
+
background-image: url('../imgs/bg_light.png');
|
|
6
6
|
background-repeat: no-repeat;
|
|
7
7
|
padding-left: 20px;
|
|
8
8
|
color: #000;
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
margin-bottom: 16px;
|
|
11
11
|
position: relative;
|
|
12
12
|
&.dark {
|
|
13
|
+
background-image: url('../imgs/bg.png');
|
|
13
14
|
color: #fff;
|
|
14
15
|
}
|
|
15
16
|
.extra {
|
|
Binary file
|
|
@@ -369,9 +369,7 @@ p {
|
|
|
369
369
|
position: relative;
|
|
370
370
|
height: 100%;
|
|
371
371
|
padding-left: 58px;
|
|
372
|
-
text-shadow: 0px 0px 5px #000000;
|
|
373
372
|
-webkit-text-stroke: 1px #034193c0;
|
|
374
|
-
text-stroke: 1px #034193;
|
|
375
373
|
}
|
|
376
374
|
.vtx-business-modal--head-title-bg {
|
|
377
375
|
width: 400px;
|
|
@@ -381,9 +379,10 @@ p {
|
|
|
381
379
|
left: 0;
|
|
382
380
|
background-repeat: no-repeat;
|
|
383
381
|
background-size: 100% 100%;
|
|
382
|
+
background-image: url('../imgs/title_bg_light.png');
|
|
384
383
|
}
|
|
385
384
|
.vtx-business-modal--head-title-bg.dark {
|
|
386
|
-
background-image: url('../imgs/
|
|
385
|
+
background-image: url('../imgs/title_bg.png');
|
|
387
386
|
}
|
|
388
387
|
.vtx-business-modal--head-btns {
|
|
389
388
|
display: -webkit-box;
|
|
@@ -409,9 +409,8 @@ p {
|
|
|
409
409
|
position: relative;
|
|
410
410
|
height: 100%;
|
|
411
411
|
padding-left: 58px;
|
|
412
|
-
text-shadow: 0px 0px 5px #000000;
|
|
412
|
+
// text-shadow: 0px 0px 5px #000000;
|
|
413
413
|
-webkit-text-stroke: 1px #034193c0;
|
|
414
|
-
text-stroke: 1px #034193;
|
|
415
414
|
&-bg {
|
|
416
415
|
width: 400px;
|
|
417
416
|
height: 60px;
|
|
@@ -419,8 +418,9 @@ p {
|
|
|
419
418
|
top: 0;
|
|
420
419
|
left: 0;
|
|
421
420
|
.background();
|
|
421
|
+
background-image: url('../imgs/title_bg_light.png');
|
|
422
422
|
&.dark {
|
|
423
|
-
background-image: url('../imgs/
|
|
423
|
+
background-image: url('../imgs/title_bg.png');
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
426
|
}
|
package/package.json
CHANGED
|
File without changes
|