@kengic/uni 0.6.3-beta.32 → 0.6.3-beta.33
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/dist/index.css +26 -0
- package/dist/uni/uni-ui/uni-scss/index.scss +0 -11
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -30,18 +30,44 @@ uni-button:after {
|
|
|
30
30
|
background-color: rgba(17, 17, 17, 0.9);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
/* region H5 */
|
|
33
34
|
/* #ifdef H5 */
|
|
34
35
|
|
|
35
36
|
.uni-nav-bar-text {
|
|
36
37
|
font-size: 16px !important;
|
|
37
38
|
}
|
|
38
39
|
|
|
40
|
+
.uni-modal__bd {
|
|
41
|
+
padding: 12px 6px;
|
|
42
|
+
min-height: auto;
|
|
43
|
+
color: #000000e6;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.uni-modal__hd {
|
|
47
|
+
padding: 6px;
|
|
48
|
+
border-bottom: 1px solid #d9d9d9;
|
|
49
|
+
}
|
|
50
|
+
|
|
39
51
|
/* #endif */
|
|
52
|
+
/* endregion */
|
|
40
53
|
|
|
54
|
+
/* region APP-PLUS */
|
|
41
55
|
/* #ifdef APP-PLUS */
|
|
42
56
|
|
|
43
57
|
.uni-nav-bar-text {
|
|
44
58
|
font-size: 17px !important;
|
|
45
59
|
}
|
|
46
60
|
|
|
61
|
+
.uni-modal__bd {
|
|
62
|
+
padding: 12px 6px;
|
|
63
|
+
min-height: auto;
|
|
64
|
+
color: #000000e6;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.uni-modal__hd {
|
|
68
|
+
padding: 6px;
|
|
69
|
+
border-bottom: 1px solid #d9d9d9;
|
|
70
|
+
}
|
|
71
|
+
|
|
47
72
|
/* #endif */
|
|
73
|
+
/* endregion */
|