Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
6d19504c
提交
6d19504c
编写于
6月 14, 2023
作者:
zhujiamin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 更新插件
上级
d2a5e959
变更
3
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
15 行增加
和
6 行删除
+15
-6
ibiz-template-plugin.es.js
...n/jsjcy-kq-calendar@0.0.1/dist/ibiz-template-plugin.es.js
+13
-4
index.legacy.js
...plate-plugin/jsjcy-kq-calendar@0.0.1/dist/index.legacy.js
+1
-1
style.css
...iz-template-plugin/jsjcy-kq-calendar@0.0.1/dist/style.css
+1
-1
未找到文件。
app_Web/public/plugins/@ibiz-template-plugin/jsjcy-kq-calendar@0.0.1/dist/ibiz-template-plugin.es.js
浏览文件 @
6d19504c
...
...
@@ -1855,7 +1855,7 @@ const ft = le({
}
},
[
r
])]);
},
toolbar
:
()
=>
i
(
"div"
,
{
toolbar
:
()
=>
[
i
(
"div"
,
{
class
:
[
this
.
ns
.
b
(
"exp"
)]
},
[
i
(
"i-radio-group"
,
{
attrs
:
{
...
...
@@ -1875,8 +1875,17 @@ const ft = le({
attrs
:
{
label
:
"month"
}
},
[
"
\
u6309
\
u6708
\
u7EDF
\
u8BA1"
])])]),
quickSearch
:
()
=>
i
(
"div"
,
{
},
[
"
\
u6309
\
u6708
\
u7EDF
\
u8BA1"
])])])],
quickSearch
:
()
=>
[
this
.
c
.
model
.
toolbar
&&
i
(
"view-toolbar"
,
{
attrs
:
{
modelData
:
this
.
c
.
model
.
toolbar
,
toolbarState
:
this
.
c
.
toolbarState
,
viewMode
:
this
.
c
.
modal
.
mode
},
on
:
{
neuronInit
:
this
.
c
.
nerve
.
onNeuronInit
(
this
.
c
.
model
.
toolbar
.
source
.
name
)
}
}),
i
(
"div"
,
{
class
:
[
this
.
ns
.
b
(
"search"
)]
},
[
this
.
activeRadio
===
"day"
?
[
i
(
"div"
,
{
class
:
[
this
.
ns
.
be
(
"search"
,
"method-change"
)]
...
...
@@ -1950,7 +1959,7 @@ const ft = le({
}
},
style
:
"width: 110px;"
})])])
})])])
]
}
},
[
s
,
a
]);
}
...
...
app_Web/public/plugins/@ibiz-template-plugin/jsjcy-kq-calendar@0.0.1/dist/index.legacy.js
浏览文件 @
6d19504c
因为 它太大了无法显示 源差异 。您可以改为
查看blob
。
app_Web/public/plugins/@ibiz-template-plugin/jsjcy-kq-calendar@0.0.1/dist/style.css
浏览文件 @
6d19504c
@charset
"UTF-8"
;
.el-button
{
display
:
inline-block
;
line-height
:
1
;
white-space
:
nowrap
;
cursor
:
pointer
;
background
:
#FFF
;
border
:
1px
solid
#DCDFE6
;
color
:
#606266
;
-webkit-appearance
:
none
;
text-align
:
center
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
outline
:
0
;
margin
:
0
;
-webkit-transition
:
.1s
;
transition
:
.1s
;
font-weight
:
500
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
12px
20px
;
font-size
:
14px
;
border-radius
:
4px
}
.el-button
+
.el-button
{
margin-left
:
10px
}
.el-button
:focus
,
.el-button
:hover
{
color
:
#409eff
;
border-color
:
#c6e2ff
;
background-color
:
#ecf5ff
}
.el-button
:active
{
color
:
#3a8ee6
;
border-color
:
#3a8ee6
;
outline
:
0
}
.el-button
::-moz-focus-inner
{
border
:
0
}
.el-button
[
class
*=
el-icon-
]+
span
{
margin-left
:
5px
}
.el-button.is-plain
:focus
,
.el-button.is-plain
:hover
{
background
:
#FFF
;
border-color
:
#409eff
;
color
:
#409eff
}
.el-button.is-active
,
.el-button.is-plain
:active
{
color
:
#3a8ee6
;
border-color
:
#3a8ee6
}
.el-button.is-plain
:active
{
background
:
#FFF
;
outline
:
0
}
.el-button.is-disabled
,
.el-button.is-disabled
:focus
,
.el-button.is-disabled
:hover
{
color
:
#c0c4cc
;
cursor
:
not-allowed
;
background-image
:
none
;
background-color
:
#fff
;
border-color
:
#ebeef5
}
.el-button.is-disabled.el-button--text
{
background-color
:
transparent
}
.el-button.is-disabled.is-plain
,
.el-button.is-disabled.is-plain
:focus
,
.el-button.is-disabled.is-plain
:hover
{
background-color
:
#fff
;
border-color
:
#ebeef5
;
color
:
#c0c4cc
}
.el-button.is-loading
{
position
:
relative
;
pointer-events
:
none
}
.el-button.is-loading
:before
{
pointer-events
:
none
;
content
:
""
;
position
:
absolute
;
left
:
-1px
;
top
:
-1px
;
right
:
-1px
;
bottom
:
-1px
;
border-radius
:
inherit
;
background-color
:
rgba
(
255
,
255
,
255
,
.35
)}
.el-button.is-round
{
border-radius
:
20px
;
padding
:
12px
23px
}
.el-button.is-circle
{
border-radius
:
50%
;
padding
:
12px
}
.el-button--primary
{
color
:
#fff
;
background-color
:
#409eff
;
border-color
:
#409eff
}
.el-button--primary
:focus
,
.el-button--primary
:hover
{
background
:
#66b1ff
;
border-color
:
#66b1ff
;
color
:
#fff
}
.el-button--primary.is-active
,
.el-button--primary
:active
{
background
:
#3a8ee6
;
border-color
:
#3a8ee6
;
color
:
#fff
}
.el-button--primary
:active
{
outline
:
0
}
.el-button--primary.is-disabled
,
.el-button--primary.is-disabled
:active
,
.el-button--primary.is-disabled
:focus
,
.el-button--primary.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#a0cfff
;
border-color
:
#a0cfff
}
.el-button--primary.is-plain
{
color
:
#409eff
;
background
:
#ecf5ff
;
border-color
:
#b3d8ff
}
.el-button--primary.is-plain
:focus
,
.el-button--primary.is-plain
:hover
{
background
:
#409EFF
;
border-color
:
#409eff
;
color
:
#fff
}
.el-button--primary.is-plain
:active
{
background
:
#3a8ee6
;
border-color
:
#3a8ee6
;
color
:
#fff
;
outline
:
0
}
.el-button--primary.is-plain.is-disabled
,
.el-button--primary.is-plain.is-disabled
:active
,
.el-button--primary.is-plain.is-disabled
:focus
,
.el-button--primary.is-plain.is-disabled
:hover
{
color
:
#8cc5ff
;
background-color
:
#ecf5ff
;
border-color
:
#d9ecff
}
.el-button--success
{
color
:
#fff
;
background-color
:
#67c23a
;
border-color
:
#67c23a
}
.el-button--success
:focus
,
.el-button--success
:hover
{
background
:
#85ce61
;
border-color
:
#85ce61
;
color
:
#fff
}
.el-button--success.is-active
,
.el-button--success
:active
{
background
:
#5daf34
;
border-color
:
#5daf34
;
color
:
#fff
}
.el-button--success
:active
{
outline
:
0
}
.el-button--success.is-disabled
,
.el-button--success.is-disabled
:active
,
.el-button--success.is-disabled
:focus
,
.el-button--success.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#b3e19d
;
border-color
:
#b3e19d
}
.el-button--success.is-plain
{
color
:
#67c23a
;
background
:
#f0f9eb
;
border-color
:
#c2e7b0
}
.el-button--success.is-plain
:focus
,
.el-button--success.is-plain
:hover
{
background
:
#67C23A
;
border-color
:
#67c23a
;
color
:
#fff
}
.el-button--success.is-plain
:active
{
background
:
#5daf34
;
border-color
:
#5daf34
;
color
:
#fff
;
outline
:
0
}
.el-button--success.is-plain.is-disabled
,
.el-button--success.is-plain.is-disabled
:active
,
.el-button--success.is-plain.is-disabled
:focus
,
.el-button--success.is-plain.is-disabled
:hover
{
color
:
#a4da89
;
background-color
:
#f0f9eb
;
border-color
:
#e1f3d8
}
.el-button--warning
{
color
:
#fff
;
background-color
:
#e6a23c
;
border-color
:
#e6a23c
}
.el-button--warning
:focus
,
.el-button--warning
:hover
{
background
:
#ebb563
;
border-color
:
#ebb563
;
color
:
#fff
}
.el-button--warning.is-active
,
.el-button--warning
:active
{
background
:
#cf9236
;
border-color
:
#cf9236
;
color
:
#fff
}
.el-button--warning
:active
{
outline
:
0
}
.el-button--warning.is-disabled
,
.el-button--warning.is-disabled
:active
,
.el-button--warning.is-disabled
:focus
,
.el-button--warning.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#f3d19e
;
border-color
:
#f3d19e
}
.el-button--warning.is-plain
{
color
:
#e6a23c
;
background
:
#fdf6ec
;
border-color
:
#f5dab1
}
.el-button--warning.is-plain
:focus
,
.el-button--warning.is-plain
:hover
{
background
:
#E6A23C
;
border-color
:
#e6a23c
;
color
:
#fff
}
.el-button--warning.is-plain
:active
{
background
:
#cf9236
;
border-color
:
#cf9236
;
color
:
#fff
;
outline
:
0
}
.el-button--warning.is-plain.is-disabled
,
.el-button--warning.is-plain.is-disabled
:active
,
.el-button--warning.is-plain.is-disabled
:focus
,
.el-button--warning.is-plain.is-disabled
:hover
{
color
:
#f0c78a
;
background-color
:
#fdf6ec
;
border-color
:
#faecd8
}
.el-button--danger
{
color
:
#fff
;
background-color
:
#f56c6c
;
border-color
:
#f56c6c
}
.el-button--danger
:focus
,
.el-button--danger
:hover
{
background
:
#f78989
;
border-color
:
#f78989
;
color
:
#fff
}
.el-button--danger.is-active
,
.el-button--danger
:active
{
background
:
#dd6161
;
border-color
:
#dd6161
;
color
:
#fff
}
.el-button--danger
:active
{
outline
:
0
}
.el-button--danger.is-disabled
,
.el-button--danger.is-disabled
:active
,
.el-button--danger.is-disabled
:focus
,
.el-button--danger.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#fab6b6
;
border-color
:
#fab6b6
}
.el-button--danger.is-plain
{
color
:
#f56c6c
;
background
:
#fef0f0
;
border-color
:
#fbc4c4
}
.el-button--danger.is-plain
:focus
,
.el-button--danger.is-plain
:hover
{
background
:
#F56C6C
;
border-color
:
#f56c6c
;
color
:
#fff
}
.el-button--danger.is-plain
:active
{
background
:
#dd6161
;
border-color
:
#dd6161
;
color
:
#fff
;
outline
:
0
}
.el-button--danger.is-plain.is-disabled
,
.el-button--danger.is-plain.is-disabled
:active
,
.el-button--danger.is-plain.is-disabled
:focus
,
.el-button--danger.is-plain.is-disabled
:hover
{
color
:
#f9a7a7
;
background-color
:
#fef0f0
;
border-color
:
#fde2e2
}
.el-button--info
{
color
:
#fff
;
background-color
:
#909399
;
border-color
:
#909399
}
.el-button--info
:focus
,
.el-button--info
:hover
{
background
:
#a6a9ad
;
border-color
:
#a6a9ad
;
color
:
#fff
}
.el-button--info.is-active
,
.el-button--info
:active
{
background
:
#82848a
;
border-color
:
#82848a
;
color
:
#fff
}
.el-button--info
:active
{
outline
:
0
}
.el-button--info.is-disabled
,
.el-button--info.is-disabled
:active
,
.el-button--info.is-disabled
:focus
,
.el-button--info.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#c8c9cc
;
border-color
:
#c8c9cc
}
.el-button--info.is-plain
{
color
:
#909399
;
background
:
#f4f4f5
;
border-color
:
#d3d4d6
}
.el-button--info.is-plain
:focus
,
.el-button--info.is-plain
:hover
{
background
:
#909399
;
border-color
:
#909399
;
color
:
#fff
}
.el-button--info.is-plain
:active
{
background
:
#82848a
;
border-color
:
#82848a
;
color
:
#fff
;
outline
:
0
}
.el-button--info.is-plain.is-disabled
,
.el-button--info.is-plain.is-disabled
:active
,
.el-button--info.is-plain.is-disabled
:focus
,
.el-button--info.is-plain.is-disabled
:hover
{
color
:
#bcbec2
;
background-color
:
#f4f4f5
;
border-color
:
#e9e9eb
}
.el-button--medium
{
padding
:
10px
20px
;
font-size
:
14px
;
border-radius
:
4px
}
.el-button--mini
,
.el-button--small
{
font-size
:
12px
;
border-radius
:
3px
}
.el-button--medium.is-round
{
padding
:
10px
20px
}
.el-button--medium.is-circle
{
padding
:
10px
}
.el-button--small
,
.el-button--small.is-round
{
padding
:
9px
15px
}
.el-button--small.is-circle
{
padding
:
9px
}
.el-button--mini
,
.el-button--mini.is-round
{
padding
:
7px
15px
}
.el-button--mini.is-circle
{
padding
:
7px
}
.el-button--text
{
border-color
:
transparent
;
color
:
#409eff
;
background
:
0
0
;
padding-left
:
0
;
padding-right
:
0
}
.el-button--text
:focus
,
.el-button--text
:hover
{
color
:
#66b1ff
;
border-color
:
transparent
;
background-color
:
transparent
}
.el-button--text
:active
{
color
:
#3a8ee6
;
border-color
:
transparent
;
background-color
:
transparent
}
.el-button--text.is-disabled
,
.el-button--text.is-disabled
:focus
,
.el-button--text.is-disabled
:hover
{
border-color
:
transparent
}
.el-button-group
.el-button--danger
:last-child
,
.el-button-group
.el-button--danger
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--info
:last-child
,
.el-button-group
.el-button--info
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--primary
:last-child
,
.el-button-group
.el-button--primary
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--success
:last-child
,
.el-button-group
.el-button--success
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--warning
:last-child
,
.el-button-group
.el-button--warning
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
>
.el-dropdown
>
.el-button
{
border-left-color
:
rgba
(
255
,
255
,
255
,
.5
)}
.el-button-group
.el-button--danger
:first-child
,
.el-button-group
.el-button--danger
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--info
:first-child
,
.el-button-group
.el-button--info
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--primary
:first-child
,
.el-button-group
.el-button--primary
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--success
:first-child
,
.el-button-group
.el-button--success
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--warning
:first-child
,
.el-button-group
.el-button--warning
:not
(
:first-child
)
:not
(
:last-child
)
{
border-right-color
:
rgba
(
255
,
255
,
255
,
.5
)}
.el-button-group
{
display
:
inline-block
;
vertical-align
:
middle
}
.el-button-group
:after
,
.el-button-group
:before
{
display
:
table
;
content
:
""
}
.el-button-group
:after
{
clear
:
both
}
.el-button-group
>
.el-button
{
float
:
left
;
position
:
relative
}
.el-button-group
>
.el-button
+
.el-button
{
margin-left
:
0
}
.el-button-group
>
.el-button.is-disabled
{
z-index
:
1
}
.el-button-group
>
.el-button
:first-child
{
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
}
.el-button-group
>
.el-button
:last-child
{
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
}
.el-button-group
>
.el-button
:first-child:last-child
{
border-radius
:
4px
}
.el-button-group
>
.el-button
:first-child:last-child
.is-round
{
border-radius
:
20px
}
.el-button-group
>
.el-button
:first-child:last-child
.is-circle
{
border-radius
:
50%
}
.el-button-group
>
.el-button
:not
(
:first-child
)
:not
(
:last-child
)
{
border-radius
:
0
}
.el-button-group
>
.el-button
:not
(
:last-child
)
{
margin-right
:
-1px
}
.el-button-group
>
.el-button.is-active
,
.el-button-group
>
.el-button
:not
(
.is-disabled
)
:active
,
.el-button-group
>
.el-button
:not
(
.is-disabled
)
:focus
,
.el-button-group
>
.el-button
:not
(
.is-disabled
)
:hover
{
z-index
:
1
}
.el-button-group
>
.el-dropdown
>
.el-button
{
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
}
.el-calendar
{
background-color
:
#fff
}
.el-calendar__header
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
justify
;
-ms-flex-pack
:
justify
;
justify-content
:
space-between
;
padding
:
12px
20px
;
border-bottom
:
1px
solid
#EBEEF5
}
.el-calendar__title
{
color
:
#000
;
-ms-flex-item-align
:
center
;
align-self
:
center
}
.el-calendar__body
{
padding
:
12px
20px
35px
}
.el-calendar-table
{
table-layout
:
fixed
;
width
:
100%
}
.el-calendar-table
thead
th
{
padding
:
12px
0
;
color
:
#606266
;
font-weight
:
400
}
.el-calendar-table
:not
(
.is-range
)
td
.next
,
.el-calendar-table
:not
(
.is-range
)
td
.prev
{
color
:
#c0c4cc
}
.el-calendar-table
td
{
border-bottom
:
1px
solid
#EBEEF5
;
border-right
:
1px
solid
#EBEEF5
;
vertical-align
:
top
;
-webkit-transition
:
background-color
.2s
ease
;
transition
:
background-color
.2s
ease
}
.el-calendar-table
td
.is-selected
{
background-color
:
#f2f8fe
}
.el-calendar-table
td
.is-today
{
color
:
#409eff
}
.el-calendar-table
tr
:first-child
td
{
border-top
:
1px
solid
#EBEEF5
}
.el-calendar-table
tr
td
:first-child
{
border-left
:
1px
solid
#EBEEF5
}
.el-calendar-table
tr
.el-calendar-table__row--hide-border
td
{
border-top
:
none
}
.el-calendar-table
.el-calendar-day
{
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
8px
;
height
:
85px
}
.el-calendar-table
.el-calendar-day
:hover
{
cursor
:
pointer
;
background-color
:
#f2f8fe
}
.ibiz-calendar-grid-view__calendar
{
display
:
none
}
.ibiz-calendar-grid-view__calendar.is-active
{
display
:
block
}
.ibiz-calendar-grid-view__grid
{
display
:
none
}
.ibiz-calendar-grid-view__grid.is-active
{
display
:
block
}
.ibiz-calendar-grid-view-exp
.ivu-radio-wrapper.ivu-radio-wrapper-checked
{
color
:
#fff
;
background-color
:
#3769a9
;
border-color
:
#3769a9
}
.ibiz-calendar-grid-view-search
{
display
:
flex
;
margin-right
:
18px
}
.ibiz-calendar-grid-view-search
.ivu-input
{
font-size
:
16px
}
.ibiz-calendar-grid-view-search__method-change
{
display
:
flex
}
.ibiz-calendar-grid-view-search__method-change--date
{
padding
:
5px
;
font-size
:
16px
;
font-weight
:
700
;
line-height
:
21px
;
color
:
#333
}
.ibiz-calendar-grid-view-search__method-change--button
.ivu-btn
{
padding
:
0
}
.ibiz-calendar-grid-view-search__method-change--button
.ivu-btn-text
:focus
{
outline
:
none
}
.ibiz-calendar-grid-view-search__method-change--button
.ivu-icon
{
font-size
:
20px
;
font-weight
:
600
}
.ibiz-statistical-calendar
.el-calendar__header
{
display
:
none
}
.ibiz-statistical-calendar
.el-calendar-day
{
height
:
126px
;
padding
:
0
}
.ibiz-statistical-calendar
.el-calendar-table
.prev
,
.ibiz-statistical-calendar
.el-calendar-table
.next
{
color
:
#999
}
.ibiz-statistical-calendar
.el-calendar-table
.current
{
color
:
#333
}
.ibiz-statistical-calendar
.el-calendar-table
.prev
.ibiz-statistical-calendar-day__notice
,
.ibiz-statistical-calendar
.el-calendar-table
.next
.ibiz-statistical-calendar-day__notice
{
display
:
none
}
.ibiz-statistical-calendar
.el-calendar-table
>
thead
>
th
:first-child
{
border-left
:
1px
solid
#D8D8D8
}
.ibiz-statistical-calendar
.el-calendar-table
>
thead
>
th
{
padding
:
12px
16px
;
font-size
:
16px
;
font-weight
:
600
;
color
:
#333
;
text-align
:
left
;
border-top
:
1px
solid
#D8D8D8
;
border-right
:
1px
solid
#D8D8D8
}
.ibiz-statistical-calendar
.el-calendar-table
>
thead
>
th
:nth-child
(
6
),
.ibiz-statistical-calendar
.el-calendar-table
>
thead
>
th
:nth-child
(
7
)
{
color
:
#fff
;
background-color
:
#ff2e2e
}
.ibiz-statistical-calendar
.el-calendar__body
td
{
border-right
:
1px
solid
#D8D8D8
;
border-bottom
:
1px
solid
#D8D8D8
}
.ibiz-statistical-calendar
.el-calendar-table
tr
td
:first-child
{
border-left
:
1px
solid
#D8D8D8
}
.ibiz-statistical-calendar
.is-holiday
{
background-color
:
#fff3f0
}
.ibiz-statistical-calendar-day
{
position
:
relative
;
width
:
100%
;
height
:
100%
;
padding
:
16px
0
16px
16px
}
.ibiz-statistical-calendar-day__header
{
font-size
:
16px
;
font-weight
:
600
}
.ibiz-statistical-calendar-day__notice
{
position
:
absolute
;
right
:
12px
;
bottom
:
6px
;
font-size
:
16px
;
font-weight
:
600
;
color
:
#3769a9
}
.ibiz-statistical-calendar-day__holiday
{
position
:
absolute
;
top
:
16px
;
right
:
16px
;
width
:
78px
;
height
:
32px
;
padding
:
3px
0
;
font-size
:
16px
;
color
:
#fff
;
text-align
:
center
;
background-color
:
#3769a9
;
border-radius
:
16px
}
.ibiz-statistical-calendar-day.is-holiday
.ibiz-statistical-calendar-day__notice
{
color
:
#ff2e2e
}
.ibiz-statistical-calendar-kqgrtj-item
{
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
margin-top
:
10px
}
.ibiz-statistical-calendar-kqgrtj-item__state_cqzt
{
width
:
138px
;
height
:
16px
;
overflow-wrap
:
break-word
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
font-weight
:
NaN
;
text-align
:
left
;
white-space
:
nowrap
;
line-height
:
16px
}
.ibiz-statistical-calendar-kqgrtj-item__state_cqzt.bzccq
{
color
:
#fe2f2e
}
.ibiz-statistical-calendar-kqgrtj-item__state_jbsc
{
margin-left
:
12px
}
.ibiz-statistical-calendar-kqgrtj-item__state_sbdk
,
.ibiz-statistical-calendar-kqgrtj-item__state_xbdk
{
width
:
108px
;
height
:
16px
;
overflow-wrap
:
break-word
;
color
:
#666
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
font-weight
:
NaN
;
text-align
:
left
;
white-space
:
nowrap
;
line-height
:
16px
;
margin-top
:
8px
}
.ibiz-statistical-calendar-kqgrtj-item__state_qj
{
color
:
#fe2f2e
}
.ibiz-statistical-calendar-bmtj-item__zccq-sbcd
{
margin-top
:
4px
;
margin-bottom
:
4px
}
.ibiz-statistical-calendar-bmtj-item__qj-xbzt
{
margin-bottom
:
4px
}
.ibiz-statistical-calendar-bmtj-item__zccq
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
;
margin-right
:
8px
}
.ibiz-statistical-calendar-bmtj-item__sbcd
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
}
.ibiz-statistical-calendar-bmtj-item__qj
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
;
margin-right
:
8px
}
.ibiz-statistical-calendar-bmtj-item__xbzt
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
}
.ibiz-statistical-calendar-bmtj-item__cc
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
;
margin-right
:
15px
}
.ibiz-statistical-calendar-bmtj-item__jb
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
}
@charset
"UTF-8"
;
.el-button
{
display
:
inline-block
;
line-height
:
1
;
white-space
:
nowrap
;
cursor
:
pointer
;
background
:
#FFF
;
border
:
1px
solid
#DCDFE6
;
color
:
#606266
;
-webkit-appearance
:
none
;
text-align
:
center
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
outline
:
0
;
margin
:
0
;
-webkit-transition
:
.1s
;
transition
:
.1s
;
font-weight
:
500
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
12px
20px
;
font-size
:
14px
;
border-radius
:
4px
}
.el-button
+
.el-button
{
margin-left
:
10px
}
.el-button
:focus
,
.el-button
:hover
{
color
:
#409eff
;
border-color
:
#c6e2ff
;
background-color
:
#ecf5ff
}
.el-button
:active
{
color
:
#3a8ee6
;
border-color
:
#3a8ee6
;
outline
:
0
}
.el-button
::-moz-focus-inner
{
border
:
0
}
.el-button
[
class
*=
el-icon-
]+
span
{
margin-left
:
5px
}
.el-button.is-plain
:focus
,
.el-button.is-plain
:hover
{
background
:
#FFF
;
border-color
:
#409eff
;
color
:
#409eff
}
.el-button.is-active
,
.el-button.is-plain
:active
{
color
:
#3a8ee6
;
border-color
:
#3a8ee6
}
.el-button.is-plain
:active
{
background
:
#FFF
;
outline
:
0
}
.el-button.is-disabled
,
.el-button.is-disabled
:focus
,
.el-button.is-disabled
:hover
{
color
:
#c0c4cc
;
cursor
:
not-allowed
;
background-image
:
none
;
background-color
:
#fff
;
border-color
:
#ebeef5
}
.el-button.is-disabled.el-button--text
{
background-color
:
transparent
}
.el-button.is-disabled.is-plain
,
.el-button.is-disabled.is-plain
:focus
,
.el-button.is-disabled.is-plain
:hover
{
background-color
:
#fff
;
border-color
:
#ebeef5
;
color
:
#c0c4cc
}
.el-button.is-loading
{
position
:
relative
;
pointer-events
:
none
}
.el-button.is-loading
:before
{
pointer-events
:
none
;
content
:
""
;
position
:
absolute
;
left
:
-1px
;
top
:
-1px
;
right
:
-1px
;
bottom
:
-1px
;
border-radius
:
inherit
;
background-color
:
rgba
(
255
,
255
,
255
,
.35
)}
.el-button.is-round
{
border-radius
:
20px
;
padding
:
12px
23px
}
.el-button.is-circle
{
border-radius
:
50%
;
padding
:
12px
}
.el-button--primary
{
color
:
#fff
;
background-color
:
#409eff
;
border-color
:
#409eff
}
.el-button--primary
:focus
,
.el-button--primary
:hover
{
background
:
#66b1ff
;
border-color
:
#66b1ff
;
color
:
#fff
}
.el-button--primary.is-active
,
.el-button--primary
:active
{
background
:
#3a8ee6
;
border-color
:
#3a8ee6
;
color
:
#fff
}
.el-button--primary
:active
{
outline
:
0
}
.el-button--primary.is-disabled
,
.el-button--primary.is-disabled
:active
,
.el-button--primary.is-disabled
:focus
,
.el-button--primary.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#a0cfff
;
border-color
:
#a0cfff
}
.el-button--primary.is-plain
{
color
:
#409eff
;
background
:
#ecf5ff
;
border-color
:
#b3d8ff
}
.el-button--primary.is-plain
:focus
,
.el-button--primary.is-plain
:hover
{
background
:
#409EFF
;
border-color
:
#409eff
;
color
:
#fff
}
.el-button--primary.is-plain
:active
{
background
:
#3a8ee6
;
border-color
:
#3a8ee6
;
color
:
#fff
;
outline
:
0
}
.el-button--primary.is-plain.is-disabled
,
.el-button--primary.is-plain.is-disabled
:active
,
.el-button--primary.is-plain.is-disabled
:focus
,
.el-button--primary.is-plain.is-disabled
:hover
{
color
:
#8cc5ff
;
background-color
:
#ecf5ff
;
border-color
:
#d9ecff
}
.el-button--success
{
color
:
#fff
;
background-color
:
#67c23a
;
border-color
:
#67c23a
}
.el-button--success
:focus
,
.el-button--success
:hover
{
background
:
#85ce61
;
border-color
:
#85ce61
;
color
:
#fff
}
.el-button--success.is-active
,
.el-button--success
:active
{
background
:
#5daf34
;
border-color
:
#5daf34
;
color
:
#fff
}
.el-button--success
:active
{
outline
:
0
}
.el-button--success.is-disabled
,
.el-button--success.is-disabled
:active
,
.el-button--success.is-disabled
:focus
,
.el-button--success.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#b3e19d
;
border-color
:
#b3e19d
}
.el-button--success.is-plain
{
color
:
#67c23a
;
background
:
#f0f9eb
;
border-color
:
#c2e7b0
}
.el-button--success.is-plain
:focus
,
.el-button--success.is-plain
:hover
{
background
:
#67C23A
;
border-color
:
#67c23a
;
color
:
#fff
}
.el-button--success.is-plain
:active
{
background
:
#5daf34
;
border-color
:
#5daf34
;
color
:
#fff
;
outline
:
0
}
.el-button--success.is-plain.is-disabled
,
.el-button--success.is-plain.is-disabled
:active
,
.el-button--success.is-plain.is-disabled
:focus
,
.el-button--success.is-plain.is-disabled
:hover
{
color
:
#a4da89
;
background-color
:
#f0f9eb
;
border-color
:
#e1f3d8
}
.el-button--warning
{
color
:
#fff
;
background-color
:
#e6a23c
;
border-color
:
#e6a23c
}
.el-button--warning
:focus
,
.el-button--warning
:hover
{
background
:
#ebb563
;
border-color
:
#ebb563
;
color
:
#fff
}
.el-button--warning.is-active
,
.el-button--warning
:active
{
background
:
#cf9236
;
border-color
:
#cf9236
;
color
:
#fff
}
.el-button--warning
:active
{
outline
:
0
}
.el-button--warning.is-disabled
,
.el-button--warning.is-disabled
:active
,
.el-button--warning.is-disabled
:focus
,
.el-button--warning.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#f3d19e
;
border-color
:
#f3d19e
}
.el-button--warning.is-plain
{
color
:
#e6a23c
;
background
:
#fdf6ec
;
border-color
:
#f5dab1
}
.el-button--warning.is-plain
:focus
,
.el-button--warning.is-plain
:hover
{
background
:
#E6A23C
;
border-color
:
#e6a23c
;
color
:
#fff
}
.el-button--warning.is-plain
:active
{
background
:
#cf9236
;
border-color
:
#cf9236
;
color
:
#fff
;
outline
:
0
}
.el-button--warning.is-plain.is-disabled
,
.el-button--warning.is-plain.is-disabled
:active
,
.el-button--warning.is-plain.is-disabled
:focus
,
.el-button--warning.is-plain.is-disabled
:hover
{
color
:
#f0c78a
;
background-color
:
#fdf6ec
;
border-color
:
#faecd8
}
.el-button--danger
{
color
:
#fff
;
background-color
:
#f56c6c
;
border-color
:
#f56c6c
}
.el-button--danger
:focus
,
.el-button--danger
:hover
{
background
:
#f78989
;
border-color
:
#f78989
;
color
:
#fff
}
.el-button--danger.is-active
,
.el-button--danger
:active
{
background
:
#dd6161
;
border-color
:
#dd6161
;
color
:
#fff
}
.el-button--danger
:active
{
outline
:
0
}
.el-button--danger.is-disabled
,
.el-button--danger.is-disabled
:active
,
.el-button--danger.is-disabled
:focus
,
.el-button--danger.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#fab6b6
;
border-color
:
#fab6b6
}
.el-button--danger.is-plain
{
color
:
#f56c6c
;
background
:
#fef0f0
;
border-color
:
#fbc4c4
}
.el-button--danger.is-plain
:focus
,
.el-button--danger.is-plain
:hover
{
background
:
#F56C6C
;
border-color
:
#f56c6c
;
color
:
#fff
}
.el-button--danger.is-plain
:active
{
background
:
#dd6161
;
border-color
:
#dd6161
;
color
:
#fff
;
outline
:
0
}
.el-button--danger.is-plain.is-disabled
,
.el-button--danger.is-plain.is-disabled
:active
,
.el-button--danger.is-plain.is-disabled
:focus
,
.el-button--danger.is-plain.is-disabled
:hover
{
color
:
#f9a7a7
;
background-color
:
#fef0f0
;
border-color
:
#fde2e2
}
.el-button--info
{
color
:
#fff
;
background-color
:
#909399
;
border-color
:
#909399
}
.el-button--info
:focus
,
.el-button--info
:hover
{
background
:
#a6a9ad
;
border-color
:
#a6a9ad
;
color
:
#fff
}
.el-button--info.is-active
,
.el-button--info
:active
{
background
:
#82848a
;
border-color
:
#82848a
;
color
:
#fff
}
.el-button--info
:active
{
outline
:
0
}
.el-button--info.is-disabled
,
.el-button--info.is-disabled
:active
,
.el-button--info.is-disabled
:focus
,
.el-button--info.is-disabled
:hover
{
color
:
#fff
;
background-color
:
#c8c9cc
;
border-color
:
#c8c9cc
}
.el-button--info.is-plain
{
color
:
#909399
;
background
:
#f4f4f5
;
border-color
:
#d3d4d6
}
.el-button--info.is-plain
:focus
,
.el-button--info.is-plain
:hover
{
background
:
#909399
;
border-color
:
#909399
;
color
:
#fff
}
.el-button--info.is-plain
:active
{
background
:
#82848a
;
border-color
:
#82848a
;
color
:
#fff
;
outline
:
0
}
.el-button--info.is-plain.is-disabled
,
.el-button--info.is-plain.is-disabled
:active
,
.el-button--info.is-plain.is-disabled
:focus
,
.el-button--info.is-plain.is-disabled
:hover
{
color
:
#bcbec2
;
background-color
:
#f4f4f5
;
border-color
:
#e9e9eb
}
.el-button--medium
{
padding
:
10px
20px
;
font-size
:
14px
;
border-radius
:
4px
}
.el-button--mini
,
.el-button--small
{
font-size
:
12px
;
border-radius
:
3px
}
.el-button--medium.is-round
{
padding
:
10px
20px
}
.el-button--medium.is-circle
{
padding
:
10px
}
.el-button--small
,
.el-button--small.is-round
{
padding
:
9px
15px
}
.el-button--small.is-circle
{
padding
:
9px
}
.el-button--mini
,
.el-button--mini.is-round
{
padding
:
7px
15px
}
.el-button--mini.is-circle
{
padding
:
7px
}
.el-button--text
{
border-color
:
transparent
;
color
:
#409eff
;
background
:
0
0
;
padding-left
:
0
;
padding-right
:
0
}
.el-button--text
:focus
,
.el-button--text
:hover
{
color
:
#66b1ff
;
border-color
:
transparent
;
background-color
:
transparent
}
.el-button--text
:active
{
color
:
#3a8ee6
;
border-color
:
transparent
;
background-color
:
transparent
}
.el-button--text.is-disabled
,
.el-button--text.is-disabled
:focus
,
.el-button--text.is-disabled
:hover
{
border-color
:
transparent
}
.el-button-group
.el-button--danger
:last-child
,
.el-button-group
.el-button--danger
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--info
:last-child
,
.el-button-group
.el-button--info
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--primary
:last-child
,
.el-button-group
.el-button--primary
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--success
:last-child
,
.el-button-group
.el-button--success
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--warning
:last-child
,
.el-button-group
.el-button--warning
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
>
.el-dropdown
>
.el-button
{
border-left-color
:
rgba
(
255
,
255
,
255
,
.5
)}
.el-button-group
.el-button--danger
:first-child
,
.el-button-group
.el-button--danger
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--info
:first-child
,
.el-button-group
.el-button--info
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--primary
:first-child
,
.el-button-group
.el-button--primary
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--success
:first-child
,
.el-button-group
.el-button--success
:not
(
:first-child
)
:not
(
:last-child
),
.el-button-group
.el-button--warning
:first-child
,
.el-button-group
.el-button--warning
:not
(
:first-child
)
:not
(
:last-child
)
{
border-right-color
:
rgba
(
255
,
255
,
255
,
.5
)}
.el-button-group
{
display
:
inline-block
;
vertical-align
:
middle
}
.el-button-group
:after
,
.el-button-group
:before
{
display
:
table
;
content
:
""
}
.el-button-group
:after
{
clear
:
both
}
.el-button-group
>
.el-button
{
float
:
left
;
position
:
relative
}
.el-button-group
>
.el-button
+
.el-button
{
margin-left
:
0
}
.el-button-group
>
.el-button.is-disabled
{
z-index
:
1
}
.el-button-group
>
.el-button
:first-child
{
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
}
.el-button-group
>
.el-button
:last-child
{
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
}
.el-button-group
>
.el-button
:first-child:last-child
{
border-radius
:
4px
}
.el-button-group
>
.el-button
:first-child:last-child
.is-round
{
border-radius
:
20px
}
.el-button-group
>
.el-button
:first-child:last-child
.is-circle
{
border-radius
:
50%
}
.el-button-group
>
.el-button
:not
(
:first-child
)
:not
(
:last-child
)
{
border-radius
:
0
}
.el-button-group
>
.el-button
:not
(
:last-child
)
{
margin-right
:
-1px
}
.el-button-group
>
.el-button.is-active
,
.el-button-group
>
.el-button
:not
(
.is-disabled
)
:active
,
.el-button-group
>
.el-button
:not
(
.is-disabled
)
:focus
,
.el-button-group
>
.el-button
:not
(
.is-disabled
)
:hover
{
z-index
:
1
}
.el-button-group
>
.el-dropdown
>
.el-button
{
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
}
.el-calendar
{
background-color
:
#fff
}
.el-calendar__header
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
justify
;
-ms-flex-pack
:
justify
;
justify-content
:
space-between
;
padding
:
12px
20px
;
border-bottom
:
1px
solid
#EBEEF5
}
.el-calendar__title
{
color
:
#000
;
-ms-flex-item-align
:
center
;
align-self
:
center
}
.el-calendar__body
{
padding
:
12px
20px
35px
}
.el-calendar-table
{
table-layout
:
fixed
;
width
:
100%
}
.el-calendar-table
thead
th
{
padding
:
12px
0
;
color
:
#606266
;
font-weight
:
400
}
.el-calendar-table
:not
(
.is-range
)
td
.next
,
.el-calendar-table
:not
(
.is-range
)
td
.prev
{
color
:
#c0c4cc
}
.el-calendar-table
td
{
border-bottom
:
1px
solid
#EBEEF5
;
border-right
:
1px
solid
#EBEEF5
;
vertical-align
:
top
;
-webkit-transition
:
background-color
.2s
ease
;
transition
:
background-color
.2s
ease
}
.el-calendar-table
td
.is-selected
{
background-color
:
#f2f8fe
}
.el-calendar-table
td
.is-today
{
color
:
#409eff
}
.el-calendar-table
tr
:first-child
td
{
border-top
:
1px
solid
#EBEEF5
}
.el-calendar-table
tr
td
:first-child
{
border-left
:
1px
solid
#EBEEF5
}
.el-calendar-table
tr
.el-calendar-table__row--hide-border
td
{
border-top
:
none
}
.el-calendar-table
.el-calendar-day
{
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
8px
;
height
:
85px
}
.el-calendar-table
.el-calendar-day
:hover
{
cursor
:
pointer
;
background-color
:
#f2f8fe
}
.ibiz-calendar-grid-view__calendar
{
display
:
none
}
.ibiz-calendar-grid-view__calendar.is-active
{
display
:
block
}
.ibiz-calendar-grid-view__grid
{
display
:
none
}
.ibiz-calendar-grid-view__grid.is-active
{
display
:
block
}
.ibiz-calendar-grid-view
.ibiz-view-layout__quick-search
{
display
:
flex
}
.ibiz-calendar-grid-view
.ibiz-view-layout__quick-search
.ibiz-view-toolbar
.ibiz-view-toolbar__item
.ivu-btn
{
background-color
:
#3769a9
;
color
:
#fff
;
border
:
none
}
.ibiz-calendar-grid-view
-exp
.ivu-radio-wrapper.ivu-radio-wrapper-checked
{
color
:
#fff
;
background-color
:
#3769a9
;
border-color
:
#3769a9
}
.ibiz-calendar-grid-view-search
{
display
:
flex
;
margin-right
:
18px
}
.ibiz-calendar-grid-view-search
.ivu-input
{
font-size
:
16px
}
.ibiz-calendar-grid-view-search__method-change
{
display
:
flex
}
.ibiz-calendar-grid-view-search__method-change--date
{
padding
:
5px
;
font-size
:
16px
;
font-weight
:
700
;
line-height
:
21px
;
color
:
#333
}
.ibiz-calendar-grid-view-search__method-change--button
.ivu-btn
{
padding
:
0
}
.ibiz-calendar-grid-view-search__method-change--button
.ivu-btn-text
:focus
{
outline
:
none
}
.ibiz-calendar-grid-view-search__method-change--button
.ivu-icon
{
font-size
:
20px
;
font-weight
:
600
}
.ibiz-statistical-calendar
.el-calendar__header
{
display
:
none
}
.ibiz-statistical-calendar
.el-calendar-day
{
height
:
126px
;
padding
:
0
}
.ibiz-statistical-calendar
.el-calendar-table
.prev
,
.ibiz-statistical-calendar
.el-calendar-table
.next
{
color
:
#999
}
.ibiz-statistical-calendar
.el-calendar-table
.current
{
color
:
#333
}
.ibiz-statistical-calendar
.el-calendar-table
.prev
.ibiz-statistical-calendar-day__notice
,
.ibiz-statistical-calendar
.el-calendar-table
.next
.ibiz-statistical-calendar-day__notice
{
display
:
none
}
.ibiz-statistical-calendar
.el-calendar-table
>
thead
>
th
:first-child
{
border-left
:
1px
solid
#D8D8D8
}
.ibiz-statistical-calendar
.el-calendar-table
>
thead
>
th
{
padding
:
12px
16px
;
font-size
:
16px
;
font-weight
:
600
;
color
:
#333
;
text-align
:
left
;
border-top
:
1px
solid
#D8D8D8
;
border-right
:
1px
solid
#D8D8D8
}
.ibiz-statistical-calendar
.el-calendar-table
>
thead
>
th
:nth-child
(
6
),
.ibiz-statistical-calendar
.el-calendar-table
>
thead
>
th
:nth-child
(
7
)
{
color
:
#fff
;
background-color
:
#ff2e2e
}
.ibiz-statistical-calendar
.el-calendar__body
td
{
border-right
:
1px
solid
#D8D8D8
;
border-bottom
:
1px
solid
#D8D8D8
}
.ibiz-statistical-calendar
.el-calendar-table
tr
td
:first-child
{
border-left
:
1px
solid
#D8D8D8
}
.ibiz-statistical-calendar
.is-holiday
{
background-color
:
#fff3f0
}
.ibiz-statistical-calendar-day
{
position
:
relative
;
width
:
100%
;
height
:
100%
;
padding
:
16px
0
16px
16px
}
.ibiz-statistical-calendar-day__header
{
font-size
:
16px
;
font-weight
:
600
}
.ibiz-statistical-calendar-day__notice
{
position
:
absolute
;
right
:
12px
;
bottom
:
6px
;
font-size
:
16px
;
font-weight
:
600
;
color
:
#3769a9
}
.ibiz-statistical-calendar-day__holiday
{
position
:
absolute
;
top
:
16px
;
right
:
16px
;
width
:
78px
;
height
:
32px
;
padding
:
3px
0
;
font-size
:
16px
;
color
:
#fff
;
text-align
:
center
;
background-color
:
#3769a9
;
border-radius
:
16px
}
.ibiz-statistical-calendar-day.is-holiday
.ibiz-statistical-calendar-day__notice
{
color
:
#ff2e2e
}
.ibiz-statistical-calendar-kqgrtj-item
{
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
margin-top
:
10px
}
.ibiz-statistical-calendar-kqgrtj-item__state_cqzt
{
width
:
138px
;
height
:
16px
;
overflow-wrap
:
break-word
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
font-weight
:
NaN
;
text-align
:
left
;
white-space
:
nowrap
;
line-height
:
16px
}
.ibiz-statistical-calendar-kqgrtj-item__state_cqzt.bzccq
{
color
:
#fe2f2e
}
.ibiz-statistical-calendar-kqgrtj-item__state_jbsc
{
margin-left
:
12px
}
.ibiz-statistical-calendar-kqgrtj-item__state_sbdk
,
.ibiz-statistical-calendar-kqgrtj-item__state_xbdk
{
width
:
108px
;
height
:
16px
;
overflow-wrap
:
break-word
;
color
:
#666
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
font-weight
:
NaN
;
text-align
:
left
;
white-space
:
nowrap
;
line-height
:
16px
;
margin-top
:
8px
}
.ibiz-statistical-calendar-kqgrtj-item__state_qj
{
color
:
#fe2f2e
}
.ibiz-statistical-calendar-bmtj-item__zccq-sbcd
{
margin-top
:
4px
;
margin-bottom
:
4px
}
.ibiz-statistical-calendar-bmtj-item__qj-xbzt
{
margin-bottom
:
4px
}
.ibiz-statistical-calendar-bmtj-item__zccq
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
;
margin-right
:
8px
}
.ibiz-statistical-calendar-bmtj-item__sbcd
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
}
.ibiz-statistical-calendar-bmtj-item__qj
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
;
margin-right
:
8px
}
.ibiz-statistical-calendar-bmtj-item__xbzt
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
}
.ibiz-statistical-calendar-bmtj-item__cc
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
;
margin-right
:
15px
}
.ibiz-statistical-calendar-bmtj-item__jb
{
height
:
16px
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
color
:
#666
;
line-height
:
16px
}
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录