im-ui-mobile 0.1.4 → 0.1.6
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/README.md +4 -2
- package/index.scss +0 -2
- package/package.json +1 -1
- package/styles/common.scss +1 -9
- package/styles/button.scss +0 -39
package/README.md
CHANGED
|
@@ -6,10 +6,12 @@
|
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npm install im-ui-mobile
|
|
9
|
-
|
|
9
|
+
```
|
|
10
10
|
|
|
11
11
|
## 演示
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
微信扫码,查看演示。
|
|
14
|
+
|
|
15
|
+

|
|
14
16
|
|
|
15
17
|
|
package/index.scss
CHANGED
package/package.json
CHANGED
package/styles/common.scss
CHANGED
package/styles/button.scss
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// #ifdef MP-WEIXIN
|
|
3
|
-
// wx小程序只有button,没有uni-botton
|
|
4
|
-
// button {
|
|
5
|
-
// font-size: $im-font-size !important;
|
|
6
|
-
// }
|
|
7
|
-
|
|
8
|
-
// button[type='primary'] {
|
|
9
|
-
// color: #fff !important;
|
|
10
|
-
// background: linear-gradient(135deg, $im-color-primary, lighten($im-color-primary, 15%)) !important;
|
|
11
|
-
// }
|
|
12
|
-
|
|
13
|
-
// button[type='primary'][plain] {
|
|
14
|
-
// color: $im-color-primary !important;
|
|
15
|
-
// border: 2px solid $im-color-primary;
|
|
16
|
-
// background: transparent;
|
|
17
|
-
// }
|
|
18
|
-
|
|
19
|
-
// button[type='warn'] {
|
|
20
|
-
// color: #fff !important;
|
|
21
|
-
// background: linear-gradient(135deg, $im-color-danger, lighten($im-color-danger, 15%)) !important;
|
|
22
|
-
// }
|
|
23
|
-
|
|
24
|
-
// button[type='warn'][plain] {
|
|
25
|
-
// color: $im-color-danger !important;
|
|
26
|
-
// border: 1px solid $im-color-danger !important;
|
|
27
|
-
// background: transparent !important;
|
|
28
|
-
// }
|
|
29
|
-
|
|
30
|
-
// button[size='mini'] {
|
|
31
|
-
// font-size: $im-font-size-small !important;
|
|
32
|
-
// }
|
|
33
|
-
|
|
34
|
-
// #endif
|
|
35
|
-
|
|
36
|
-
// .button-hover[type='primary'] {
|
|
37
|
-
// color: #fff !important;
|
|
38
|
-
// background-color: $im-color-primary-dark-1 !important;
|
|
39
|
-
// }
|