@10yun/cv-mobile-ui 0.4.2 → 0.4.3
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/package.json +1 -1
- package/ui-uni/amap-wx/js/util.js +166 -158
- package/ui-uni/page-foot/page-foot.vue +38 -0
- package/ui-uni/page-head/page-head.vue +16 -0
- package/ui-uni/product.vue +52 -52
- package/ui-uni/u-charts/u-charts.js +743 -1092
- package/ui-uni/u-link/u-link.vue +59 -0
- package/ui-uni/uni-badge/uni-badge.vue +250 -0
- package/ui-uni/uni-calendar/calendar.js +546 -0
- package/ui-uni/uni-calendar/uni-calendar-item.vue +171 -0
- package/ui-uni/uni-calendar/uni-calendar.vue +504 -0
- package/{ui-cv/cv-calendar → ui-uni/uni-calendar}/util.js +0 -0
- package/ui-uni/uni-card/uni-card.vue +420 -0
- package/ui-uni/uni-col/uni-col.vue +2968 -0
- package/ui-uni/uni-collapse/uni-collapse.vue +146 -0
- package/ui-uni/uni-collapse-item/uni-collapse-item.vue +378 -0
- package/ui-uni/uni-combox/uni-combox.vue +237 -0
- package/ui-uni/uni-countdown/uni-countdown.vue +234 -0
- package/ui-uni/uni-data-checkbox/uni-data-checkbox.vue +792 -0
- package/{ui-cv/cv-data-indexed-list → ui-uni/uni-data-indexed-list}/clientdb.js +0 -0
- package/ui-uni/uni-data-indexed-list/uni-data-indexed-list-item.vue +142 -0
- package/ui-uni/uni-data-indexed-list/uni-data-indexed-list.vue +364 -0
- package/{ui-cv/cv-data-picker → ui-uni/uni-data-picker}/keypress.js +0 -0
- package/ui-uni/uni-data-picker/uni-data-picker.vue +468 -0
- package/{ui-cv/cv-data-pickerview/cv-data-picker.js → ui-uni/uni-data-pickerview/uni-data-picker.js} +0 -0
- package/ui-uni/uni-data-pickerview/uni-data-pickerview.vue +298 -0
- package/{ui-cv/cv-dateformat → ui-uni/uni-dateformat}/date-format.js +0 -0
- package/ui-uni/uni-dateformat/uni-dateformat.vue +88 -0
- package/{ui-cv/cv-datetime-picker → ui-uni/uni-datetime-picker}/calendar-item.vue +0 -0
- package/{ui-cv/cv-datetime-picker → ui-uni/uni-datetime-picker}/calendar.js +0 -0
- package/ui-uni/uni-datetime-picker/calendar.vue +747 -0
- package/{ui-cv/cv-datetime-picker → ui-uni/uni-datetime-picker}/keypress.js +0 -0
- package/ui-uni/uni-datetime-picker/time-picker.vue +899 -0
- package/ui-uni/uni-datetime-picker/uni-datetime-picker.vue +874 -0
- package/{ui-cv/cv-datetime-picker → ui-uni/uni-datetime-picker}/util.js +0 -0
- package/ui-uni/uni-drawer/keypress.js +45 -0
- package/ui-uni/uni-drawer/uni-drawer.vue +178 -0
- package/{ui-cv/cv-easyinput → ui-uni/uni-easyinput}/common.js +0 -0
- package/ui-uni/uni-easyinput/uni-easyinput.vue +438 -0
- package/ui-uni/uni-fab/uni-fab.vue +443 -0
- package/{ui-cv/cv-fab/cv-fab.vue.bak → ui-uni/uni-fab/uni-fab.vue.bak} +2 -2
- package/ui-uni/uni-fav/uni-fav.vue +136 -0
- package/{ui-cv/cv-file-picker → ui-uni/uni-file-picker}/choose-and-upload-file.js +0 -0
- package/ui-uni/uni-file-picker/uni-file-picker.vue +614 -0
- package/{ui-cv/cv-file-picker → ui-uni/uni-file-picker}/upload-file.vue +0 -0
- package/{ui-cv/cv-file-picker → ui-uni/uni-file-picker}/upload-image.vue +0 -0
- package/{ui-cv/cv-file-picker → ui-uni/uni-file-picker}/utils.js +0 -0
- package/ui-uni/uni-forms/uni-forms.vue +467 -0
- package/ui-uni/uni-forms/validate.js +486 -0
- package/ui-uni/uni-forms-item/uni-forms-item.vue +500 -0
- package/{ui-cv/cv-goods-nav/cv-goods-nav.vue → ui-uni/uni-goods-nav/uni-goods-nav.vue} +1 -1
- package/ui-uni/uni-grid/uni-grid.vue +141 -0
- package/ui-uni/uni-grid-item/uni-grid-item.vue +123 -0
- package/ui-uni/uni-group/uni-group.vue +123 -0
- package/ui-uni/uni-icons/icons.js +132 -0
- package/ui-uni/uni-icons/uni-icons.vue +72 -0
- package/{ui-cv/cv-icon2 → ui-uni/uni-icons}/uni.ttf +0 -0
- package/ui-uni/uni-indexed-list/uni-indexed-list-item.vue +142 -0
- package/ui-uni/uni-indexed-list/uni-indexed-list.vue +357 -0
- package/ui-uni/uni-link/uni-link.vue +117 -0
- package/ui-uni/uni-list/uni-list.vue +107 -0
- package/ui-uni/uni-list/uni-refresh.vue +65 -0
- package/{ui-cv/cv-list → ui-uni/uni-list}/uni-refresh.wxs +0 -0
- package/ui-uni/uni-list-ad/uni-list-ad.vue +106 -0
- package/{ui-cv/cv-list-chat/cv-list-chat.scss → ui-uni/uni-list-chat/uni-list-chat.scss} +0 -0
- package/{ui-cv/cv-list-chat/cv-list-chat.vue → ui-uni/uni-list-chat/uni-list-chat.vue} +0 -0
- package/ui-uni/uni-list-item/uni-list-item.vue +428 -0
- package/ui-uni/uni-load-more/uni-load-more.vue +366 -0
- package/ui-uni/uni-nav-bar/uni-nav-bar.vue +244 -0
- package/{ui-cv/cv-nav-bar/cv-status-bar.vue → ui-uni/uni-nav-bar/uni-status-bar.vue} +0 -0
- package/ui-uni/uni-notice-bar/uni-notice-bar.vue +394 -0
- package/ui-uni/uni-number-box/uni-number-box.vue +224 -0
- package/ui-uni/uni-pagination/uni-pagination.vue +376 -0
- package/{ui-cv/cv-popup → ui-uni/uni-popup}/keypress.js +0 -0
- package/{ui-cv/cv-popup → ui-uni/uni-popup}/popup.js +0 -0
- package/ui-uni/uni-popup/uni-popup.vue +412 -0
- package/{ui-cv/cv-popup-dialog → ui-uni/uni-popup-dialog}/keypress.js +0 -0
- package/{ui-cv/cv-popup-dialog/cv-popup-dialog.vue → ui-uni/uni-popup-dialog/uni-popup-dialog.vue} +0 -0
- package/ui-uni/uni-popup-message/uni-popup-message.vue +143 -0
- package/{ui-cv/cv-popup-share/cv-popup-share.vue → ui-uni/uni-popup-share/uni-popup-share.vue} +0 -0
- package/ui-uni/uni-rate/uni-rate.vue +357 -0
- package/ui-uni/uni-row/uni-row.vue +155 -0
- package/ui-uni/uni-search-bar/uni-search-bar.vue +262 -0
- package/{ui-cv/cv-section/cv-section.vue → ui-uni/uni-section/uni-section.vue} +0 -0
- package/{ui-cv/cv-segmented-control/cv-segmented-control.vue → ui-uni/uni-segmented-control/uni-segmented-control.vue} +0 -0
- package/{ui-cv/cv-status-bar/cv-status-bar.vue → ui-uni/uni-status-bar/uni-status-bar.vue} +0 -0
- package/ui-uni/uni-steps/uni-steps.vue +250 -0
- package/{ui-cv/cv-swipe-action/cv-swipe-action.vue → ui-uni/uni-swipe-action/uni-swipe-action.vue} +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/bindingx.js +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/index.wxs +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/isPC.js +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/mpalipay.js +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/mpother.js +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/mpwxs.js +0 -0
- package/{ui-cv/cv-swipe-action-item/cv-swipe-action-item.vue → ui-uni/uni-swipe-action-item/uni-swipe-action-item.vue} +0 -0
- package/ui-uni/uni-swiper-dot/uni-swiper-dot.vue +205 -0
- package/ui-uni/uni-table/uni-table.vue +455 -0
- package/ui-uni/uni-tag/uni-tag.vue +283 -0
- package/ui-uni/uni-tbody/uni-tbody.vue +30 -0
- package/ui-uni/uni-td/uni-td.vue +88 -0
- package/{ui-cv/cv-test/cv-test.vue → ui-uni/uni-test/uni-test.vue} +0 -0
- package/{ui-cv/cv-th → ui-uni/uni-th}/filter-dropdown.vue +0 -0
- package/ui-uni/uni-th/uni-th.vue +259 -0
- package/ui-uni/uni-thead/uni-thead.vue +114 -0
- package/ui-uni/uni-title/uni-title.vue +171 -0
- package/{ui-cv/cv-tr → ui-uni/uni-tr}/table-checkbox.vue +0 -0
- package/ui-uni/uni-tr/uni-tr.vue +156 -0
- package/{ui-cv/cv-transition → ui-uni/uni-transition}/createAnimation.js +0 -0
- package/ui-uni/uni-transition/uni-transition.vue +287 -0
- package/ui-cv/cv-badge/cv-badge.vue +0 -249
- package/ui-cv/cv-calendar/calendar.js +0 -963
- package/ui-cv/cv-calendar/cv-calendar-item.vue +0 -198
- package/ui-cv/cv-calendar/cv-calendar.vue +0 -508
- package/ui-cv/cv-card/cv-card.vue +0 -427
- package/ui-cv/cv-col/cv-col.vue +0 -2965
- package/ui-cv/cv-collapse/cv-collapse.vue +0 -146
- package/ui-cv/cv-collapse-item/cv-collapse-item.vue +0 -395
- package/ui-cv/cv-combox/cv-combox.vue +0 -250
- package/ui-cv/cv-countdown/cv-countdown.vue +0 -245
- package/ui-cv/cv-data-checkbox/cv-data-checkbox.vue +0 -841
- package/ui-cv/cv-data-indexed-list/cv-data-indexed-list-item.vue +0 -154
- package/ui-cv/cv-data-indexed-list/cv-data-indexed-list.vue +0 -376
- package/ui-cv/cv-data-picker/cv-data-picker.vue +0 -486
- package/ui-cv/cv-data-pickerview/cv-data-pickerview.vue +0 -304
- package/ui-cv/cv-dateformat/cv-dateformat.vue +0 -86
- package/ui-cv/cv-datetime-picker/calendar.vue +0 -761
- package/ui-cv/cv-datetime-picker/cv-datetime-picker.vue +0 -958
- package/ui-cv/cv-datetime-picker/time-picker.vue +0 -907
- package/ui-cv/cv-drawer/cv-drawer.vue +0 -185
- package/ui-cv/cv-drawer/keypress.js +0 -45
- package/ui-cv/cv-easyinput/cv-easyinput.vue +0 -514
- package/ui-cv/cv-fab/cv-fab.vue +0 -465
- package/ui-cv/cv-fav/cv-fav.vue +0 -150
- package/ui-cv/cv-file-picker/cv-file-picker.vue +0 -619
- package/ui-cv/cv-form-base/cv-form-base.vue +0 -470
- package/ui-cv/cv-form-base/validate.js +0 -477
- package/ui-cv/cv-grid-group/cv-grid-group.vue +0 -148
- package/ui-cv/cv-grid-item/cv-grid-item.vue +0 -132
- package/ui-cv/cv-icon2/cv-icon2.vue +0 -78
- package/ui-cv/cv-icon2/icons.js +0 -132
- package/ui-cv/cv-indexed-list/cv-indexed-list-item.vue +0 -154
- package/ui-cv/cv-indexed-list/cv-indexed-list.vue +0 -371
- package/ui-cv/cv-link2/cv-link2.vue +0 -130
- package/ui-cv/cv-list/cv-list.vue +0 -107
- package/ui-cv/cv-list/cv-refresh.vue +0 -65
- package/ui-cv/cv-list-ad/cv-list-ad.vue +0 -113
- package/ui-cv/cv-list-item/cv-list-item.vue +0 -449
- package/ui-cv/cv-nav-bar/cv-nav-bar.vue +0 -256
- package/ui-cv/cv-notice-bar/cv-notice-bar.vue +0 -453
- package/ui-cv/cv-number-box/cv-number-box.vue +0 -223
- package/ui-cv/cv-pagination/cv-pagination.vue +0 -397
- package/ui-cv/cv-popup/cv-popup.vue +0 -429
- package/ui-cv/cv-popup-message/cv-popup-message.vue +0 -143
- package/ui-cv/cv-row/cv-row.vue +0 -157
- package/ui-cv/cv-search-bar/cv-search-bar.vue +0 -280
- package/ui-cv/cv-steps/cv-steps.vue +0 -293
- package/ui-cv/cv-swiper-dot/cv-swiper-dot.vue +0 -255
- package/ui-cv/cv-table/cv-table.vue +0 -460
- package/ui-cv/cv-tag/cv-tag.vue +0 -276
- package/ui-cv/cv-tbody/cv-tbody.vue +0 -28
- package/ui-cv/cv-td/cv-td.vue +0 -93
- package/ui-cv/cv-th/cv-th.vue +0 -270
- package/ui-cv/cv-thead/cv-thead.vue +0 -114
- package/ui-cv/cv-title/cv-title.vue +0 -168
- package/ui-cv/cv-tr/cv-tr.vue +0 -166
- package/ui-cv/cv-transition/cv-transition.vue +0 -279
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<text style="text-decoration:underline" :href="href" @click="openURL" :inWhiteList="inWhiteList">{{text}}</text>
|
|
3
|
+
</template>
|
|
4
|
+
|
|
5
|
+
<script>
|
|
6
|
+
/**
|
|
7
|
+
* @description u-link是一个外部网页超链接组件,在小程序内打开内部web-view组件或复制url,在app内打开外部浏览器,在h5端打开新网页
|
|
8
|
+
* @property {String} href 点击后打开的外部网页url,小程序中必须以https://开头
|
|
9
|
+
* @property {String} text 显示的文字
|
|
10
|
+
* @property {Boolean} inWhiteList 是否在小程序白名单中,如果在的话,在小程序端会直接打开内置web-view,否则会只会复制url,提示在外部打开
|
|
11
|
+
* @example * <u-link href="https://ext.dcloud.net.cn" text="https://ext.dcloud.net.cn" :inWhiteList="true"></u-link>
|
|
12
|
+
*/
|
|
13
|
+
export default {
|
|
14
|
+
name: 'u-link',
|
|
15
|
+
props: {
|
|
16
|
+
href: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: ''
|
|
19
|
+
},
|
|
20
|
+
text: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: ''
|
|
23
|
+
},
|
|
24
|
+
inWhiteList: {
|
|
25
|
+
type: Boolean,
|
|
26
|
+
default: false
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
methods: {
|
|
30
|
+
openURL() {
|
|
31
|
+
// #ifdef APP-PLUS
|
|
32
|
+
plus.runtime.openURL(this.href) //这里默认使用外部浏览器打开而不是内部web-view组件打开
|
|
33
|
+
// #endif
|
|
34
|
+
// #ifdef H5
|
|
35
|
+
window.open(this.href)
|
|
36
|
+
// #endif
|
|
37
|
+
// #ifdef MP
|
|
38
|
+
if (this.inWhiteList) { //如果在小程序的网址白名单中,会走内置webview打开,否则会复制网址提示在外部浏览器打开
|
|
39
|
+
uni.navigateTo({
|
|
40
|
+
url: '/pages/component/web-view/web-view?url=' + this.href
|
|
41
|
+
});
|
|
42
|
+
} else {
|
|
43
|
+
uni.setClipboardData({
|
|
44
|
+
data: this.href
|
|
45
|
+
});
|
|
46
|
+
uni.showModal({
|
|
47
|
+
content: '本网址无法直接在小程序内打开。已自动复制网址,请在手机浏览器里粘贴该网址',
|
|
48
|
+
showCancel: false
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
// #endif
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
</script>
|
|
56
|
+
|
|
57
|
+
<style>
|
|
58
|
+
|
|
59
|
+
</style>
|
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<view class="uni-badge--x">
|
|
3
|
+
<slot />
|
|
4
|
+
<text v-if="text" :class="classNames" :style="[badgeWidth, positionStyle, customStyle, dotStyle]" class="uni-badge" @click="onClick()">{{displayValue}}</text>
|
|
5
|
+
</view>
|
|
6
|
+
</template>
|
|
7
|
+
|
|
8
|
+
<script>
|
|
9
|
+
/**
|
|
10
|
+
* Badge 数字角标
|
|
11
|
+
* @description 数字角标一般和其它控件(列表、9宫格等)配合使用,用于进行数量提示,默认为实心灰色背景
|
|
12
|
+
* @tutorial https://ext.dcloud.net.cn/plugin?id=21
|
|
13
|
+
* @property {String} text 角标内容
|
|
14
|
+
* @property {String} type = [default|primary|success|warning|error] 颜色类型
|
|
15
|
+
* @value default 灰色
|
|
16
|
+
* @value primary 蓝色
|
|
17
|
+
* @value success 绿色
|
|
18
|
+
* @value warning 黄色
|
|
19
|
+
* @value error 红色
|
|
20
|
+
* @property {String} size = [normal|small] Badge 大小
|
|
21
|
+
* @value normal 一般尺寸
|
|
22
|
+
* @value small 小尺寸
|
|
23
|
+
* @property {String} inverted = [true|false] 是否无需背景颜色
|
|
24
|
+
* @event {Function} click 点击 Badge 触发事件
|
|
25
|
+
* @example <uni-badge text="1"></uni-badge>
|
|
26
|
+
*/
|
|
27
|
+
export default {
|
|
28
|
+
name: 'UniBadge',
|
|
29
|
+
emits: ['click'],
|
|
30
|
+
props: {
|
|
31
|
+
type: {
|
|
32
|
+
type: String,
|
|
33
|
+
default: 'default'
|
|
34
|
+
},
|
|
35
|
+
inverted: {
|
|
36
|
+
type: Boolean,
|
|
37
|
+
default: false
|
|
38
|
+
},
|
|
39
|
+
isDot: {
|
|
40
|
+
type: Boolean,
|
|
41
|
+
default: false
|
|
42
|
+
},
|
|
43
|
+
maxNum: {
|
|
44
|
+
type: Number,
|
|
45
|
+
default: 99
|
|
46
|
+
},
|
|
47
|
+
absolute: {
|
|
48
|
+
type: String,
|
|
49
|
+
default: ''
|
|
50
|
+
},
|
|
51
|
+
offset: {
|
|
52
|
+
type: Array,
|
|
53
|
+
default () {
|
|
54
|
+
return [0, 0]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
text: {
|
|
58
|
+
type: [String, Number],
|
|
59
|
+
default: ''
|
|
60
|
+
},
|
|
61
|
+
size: {
|
|
62
|
+
type: String,
|
|
63
|
+
default: 'normal'
|
|
64
|
+
},
|
|
65
|
+
customStyle: {
|
|
66
|
+
type: Object,
|
|
67
|
+
default () {
|
|
68
|
+
return {}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
data() {
|
|
73
|
+
return {};
|
|
74
|
+
},
|
|
75
|
+
computed: {
|
|
76
|
+
width() {
|
|
77
|
+
return String(this.text).length * 8 + 12
|
|
78
|
+
},
|
|
79
|
+
classNames() {
|
|
80
|
+
const {
|
|
81
|
+
inverted,
|
|
82
|
+
type,
|
|
83
|
+
size,
|
|
84
|
+
absolute
|
|
85
|
+
} = this
|
|
86
|
+
return [
|
|
87
|
+
inverted ? 'uni-badge--' + type + '-inverted' : '',
|
|
88
|
+
'uni-badge--' + type,
|
|
89
|
+
'uni-badge--' + size,
|
|
90
|
+
absolute ? 'uni-badge--absolute' : ''
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
positionStyle() {
|
|
94
|
+
if (!this.absolute) return {}
|
|
95
|
+
let w = this.width / 2,
|
|
96
|
+
h = 10
|
|
97
|
+
if (this.isDot) {
|
|
98
|
+
w = 5
|
|
99
|
+
h = 5
|
|
100
|
+
}
|
|
101
|
+
const x = `${- w + this.offset[0]}px`
|
|
102
|
+
const y = `${- h + this.offset[1]}px`
|
|
103
|
+
|
|
104
|
+
const whiteList = {
|
|
105
|
+
rightTop: {
|
|
106
|
+
right: x,
|
|
107
|
+
top: y
|
|
108
|
+
},
|
|
109
|
+
rightBottom: {
|
|
110
|
+
right: x,
|
|
111
|
+
bottom: y
|
|
112
|
+
},
|
|
113
|
+
leftBottom: {
|
|
114
|
+
left: x,
|
|
115
|
+
bottom: y
|
|
116
|
+
},
|
|
117
|
+
leftTop: {
|
|
118
|
+
left: x,
|
|
119
|
+
top: y
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
const match = whiteList[this.absolute]
|
|
123
|
+
return match ? match : whiteList['rightTop']
|
|
124
|
+
},
|
|
125
|
+
badgeWidth() {
|
|
126
|
+
return {
|
|
127
|
+
width: `${this.width}px`
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
dotStyle() {
|
|
131
|
+
if (!this.isDot) return {}
|
|
132
|
+
return {
|
|
133
|
+
width: '10px',
|
|
134
|
+
height: '10px',
|
|
135
|
+
borderRadius: '10px'
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
displayValue() {
|
|
139
|
+
const {
|
|
140
|
+
isDot,
|
|
141
|
+
text,
|
|
142
|
+
maxNum
|
|
143
|
+
} = this
|
|
144
|
+
return isDot ? '' : (Number(text) > maxNum ? `${maxNum}+` : text)
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
methods: {
|
|
148
|
+
onClick() {
|
|
149
|
+
this.$emit('click');
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
};
|
|
153
|
+
</script>
|
|
154
|
+
|
|
155
|
+
<style scoped>
|
|
156
|
+
.uni-badge--x {
|
|
157
|
+
/* #ifdef APP-NVUE */
|
|
158
|
+
/* #endif */
|
|
159
|
+
/* #ifndef APP-NVUE */
|
|
160
|
+
display: inline-block;
|
|
161
|
+
/* #endif */
|
|
162
|
+
position: relative;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.uni-badge--absolute {
|
|
166
|
+
position: absolute;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.uni-badge {
|
|
170
|
+
/* #ifndef APP-NVUE */
|
|
171
|
+
display: flex;
|
|
172
|
+
overflow: hidden;
|
|
173
|
+
box-sizing: border-box;
|
|
174
|
+
/* #endif */
|
|
175
|
+
justify-content: center;
|
|
176
|
+
flex-direction: row;
|
|
177
|
+
height: 20px;
|
|
178
|
+
line-height: 20px;
|
|
179
|
+
color: #333;
|
|
180
|
+
border-radius: 100px;
|
|
181
|
+
background-color: #f1f1f1;
|
|
182
|
+
background-color: transparent;
|
|
183
|
+
text-align: center;
|
|
184
|
+
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
|
185
|
+
font-size: 12px;
|
|
186
|
+
/* #ifdef H5 */
|
|
187
|
+
cursor: pointer;
|
|
188
|
+
/* #endif */
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.uni-badge--inverted {
|
|
192
|
+
padding: 0 5px 0 0;
|
|
193
|
+
color: #f1f1f1;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.uni-badge--default {
|
|
197
|
+
color: #333;
|
|
198
|
+
background-color: #f1f1f1;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.uni-badge--default-inverted {
|
|
202
|
+
color: #999;
|
|
203
|
+
background-color: transparent;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.uni-badge--primary {
|
|
207
|
+
color: #fff;
|
|
208
|
+
background-color: #007aff;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.uni-badge--primary-inverted {
|
|
212
|
+
color: #007aff;
|
|
213
|
+
background-color: transparent;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.uni-badge--success {
|
|
217
|
+
color: #fff;
|
|
218
|
+
background-color: #4cd964;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.uni-badge--success-inverted {
|
|
222
|
+
color: #4cd964;
|
|
223
|
+
background-color: transparent;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.uni-badge--warning {
|
|
227
|
+
color: #fff;
|
|
228
|
+
background-color: #f0ad4e;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.uni-badge--warning-inverted {
|
|
232
|
+
color: #f0ad4e;
|
|
233
|
+
background-color: transparent;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.uni-badge--error {
|
|
237
|
+
color: #fff;
|
|
238
|
+
background-color: #dd524d;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.uni-badge--error-inverted {
|
|
242
|
+
color: #dd524d;
|
|
243
|
+
background-color: transparent;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.uni-badge--small {
|
|
247
|
+
transform: scale(0.8);
|
|
248
|
+
transform-origin: center center;
|
|
249
|
+
}
|
|
250
|
+
</style>
|