Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
91a6b722
Commit
91a6b722
authored
Dec 19, 2018
by
季圣华
Browse files
更新前端
parent
609756e9
Changes
707
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
7 of 707+
files are displayed.
Plain diff
Email patch
erp_web/js/easyui-1.3.5/themes/default/accordion.css
0 → 100644
View file @
91a6b722
.accordion
{
overflow
:
hidden
;
border-width
:
1px
;
border-style
:
solid
;
}
.accordion
.accordion-header
{
border-width
:
0
0
1px
;
cursor
:
pointer
;
}
.accordion
.accordion-body
{
border-width
:
0
0
1px
;
}
.accordion-noborder
{
border-width
:
0
;
}
.accordion-noborder
.accordion-header
{
border-width
:
0
0
1px
;
}
.accordion-noborder
.accordion-body
{
border-width
:
0
0
1px
;
}
.accordion-collapse
{
background
:
url('images/accordion_arrows.png')
no-repeat
0
0
;
}
.accordion-expand
{
background
:
url('images/accordion_arrows.png')
no-repeat
-16px
0
;
}
.accordion
{
background
:
#ffffff
;
border-color
:
#95B8E7
;
}
.accordion
.accordion-header
{
background
:
#E0ECFF
;
filter
:
none
;
}
.accordion
.accordion-header-selected
{
background
:
#FBEC88
;
}
.accordion
.accordion-header-selected
.panel-title
{
color
:
#000000
;
}
erp_web/js/easyui-1.3.5/themes/default/calendar.css
0 → 100644
View file @
91a6b722
.calendar
{
border-width
:
1px
;
border-style
:
solid
;
padding
:
1px
;
overflow
:
hidden
;
}
.calendar
table
{
border-collapse
:
separate
;
font-size
:
12px
;
width
:
100%
;
height
:
100%
;
}
.calendar
table
td
,
.calendar
table
th
{
font-size
:
12px
;
}
.calendar-noborder
{
border
:
0
;
}
.calendar-header
{
position
:
relative
;
height
:
22px
;
}
.calendar-title
{
text-align
:
center
;
height
:
22px
;
}
.calendar-title
span
{
position
:
relative
;
display
:
inline-block
;
top
:
2px
;
padding
:
0
3px
;
height
:
18px
;
line-height
:
18px
;
font-size
:
12px
;
cursor
:
pointer
;
-moz-border-radius
:
5px
5px
5px
5px
;
-webkit-border-radius
:
5px
5px
5px
5px
;
border-radius
:
5px
5px
5px
5px
;
}
.calendar-prevmonth
,
.calendar-nextmonth
,
.calendar-prevyear
,
.calendar-nextyear
{
position
:
absolute
;
top
:
50%
;
margin-top
:
-7px
;
width
:
14px
;
height
:
14px
;
cursor
:
pointer
;
font-size
:
1px
;
-moz-border-radius
:
5px
5px
5px
5px
;
-webkit-border-radius
:
5px
5px
5px
5px
;
border-radius
:
5px
5px
5px
5px
;
}
.calendar-prevmonth
{
left
:
20px
;
background
:
url('images/calendar_arrows.png')
no-repeat
-18px
-2px
;
}
.calendar-nextmonth
{
right
:
20px
;
background
:
url('images/calendar_arrows.png')
no-repeat
-34px
-2px
;
}
.calendar-prevyear
{
left
:
3px
;
background
:
url('images/calendar_arrows.png')
no-repeat
-1px
-2px
;
}
.calendar-nextyear
{
right
:
3px
;
background
:
url('images/calendar_arrows.png')
no-repeat
-49px
-2px
;
}
.calendar-body
{
position
:
relative
;
}
.calendar-body
th
,
.calendar-body
td
{
text-align
:
center
;
}
.calendar-day
{
border
:
0
;
padding
:
1px
;
cursor
:
pointer
;
-moz-border-radius
:
5px
5px
5px
5px
;
-webkit-border-radius
:
5px
5px
5px
5px
;
border-radius
:
5px
5px
5px
5px
;
}
.calendar-other-month
{
opacity
:
0.3
;
filter
:
alpha
(
opacity
=
30
);
}
.calendar-menu
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
180px
;
height
:
150px
;
padding
:
5px
;
font-size
:
12px
;
display
:
none
;
overflow
:
hidden
;
}
.calendar-menu-year-inner
{
text-align
:
center
;
padding-bottom
:
5px
;
}
.calendar-menu-year
{
width
:
40px
;
text-align
:
center
;
border-width
:
1px
;
border-style
:
solid
;
margin
:
0
;
padding
:
2px
;
font-weight
:
bold
;
font-size
:
12px
;
}
.calendar-menu-prev
,
.calendar-menu-next
{
display
:
inline-block
;
width
:
21px
;
height
:
21px
;
vertical-align
:
top
;
cursor
:
pointer
;
-moz-border-radius
:
5px
5px
5px
5px
;
-webkit-border-radius
:
5px
5px
5px
5px
;
border-radius
:
5px
5px
5px
5px
;
}
.calendar-menu-prev
{
margin-right
:
10px
;
background
:
url('images/calendar_arrows.png')
no-repeat
2px
2px
;
}
.calendar-menu-next
{
margin-left
:
10px
;
background
:
url('images/calendar_arrows.png')
no-repeat
-45px
2px
;
}
.calendar-menu-month
{
text-align
:
center
;
cursor
:
pointer
;
font-weight
:
bold
;
-moz-border-radius
:
5px
5px
5px
5px
;
-webkit-border-radius
:
5px
5px
5px
5px
;
border-radius
:
5px
5px
5px
5px
;
}
.calendar-body
th
,
.calendar-menu-month
{
color
:
#4d4d4d
;
}
.calendar-day
{
color
:
#000000
;
}
.calendar-sunday
{
color
:
#CC2222
;
}
.calendar-saturday
{
color
:
#00ee00
;
}
.calendar-today
{
color
:
#0000ff
;
}
.calendar-menu-year
{
border-color
:
#95B8E7
;
}
.calendar
{
border-color
:
#95B8E7
;
}
.calendar-header
{
background
:
#E0ECFF
;
}
.calendar-body
,
.calendar-menu
{
background
:
#ffffff
;
}
.calendar-body
th
{
background
:
#F4F4F4
;
}
.calendar-hover
,
.calendar-nav-hover
,
.calendar-menu-hover
{
background-color
:
#eaf2ff
;
color
:
#000000
;
}
.calendar-hover
{
border
:
1px
solid
#b7d2ff
;
padding
:
0
;
}
.calendar-selected
{
background-color
:
#FBEC88
;
color
:
#000000
;
border
:
1px
solid
#E2C608
;
padding
:
0
;
}
erp_web/js/easyui-1.3.5/themes/default/combo.css
0 → 100644
View file @
91a6b722
.combo
{
display
:
inline-block
;
white-space
:
nowrap
;
margin
:
0
;
padding
:
0
;
border-width
:
1px
;
border-style
:
solid
;
overflow
:
hidden
;
vertical-align
:
middle
;
}
.combo
.combo-text
{
font-size
:
12px
;
border
:
0px
;
line-height
:
20px
;
height
:
20px
;
margin
:
0
;
padding
:
0px
2px
;
*
margin-top
:
-1px
;
*
height
:
18px
;
*
line-height
:
18px
;
_height
:
18px
;
_line-height
:
18px
;
vertical-align
:
baseline
;
}
.combo-arrow
{
width
:
18px
;
height
:
20px
;
overflow
:
hidden
;
display
:
inline-block
;
vertical-align
:
top
;
cursor
:
pointer
;
opacity
:
0.6
;
filter
:
alpha
(
opacity
=
60
);
}
.combo-arrow-hover
{
opacity
:
1.0
;
filter
:
alpha
(
opacity
=
100
);
}
.combo-panel
{
overflow
:
auto
;
}
.combo-arrow
{
background
:
url('images/combo_arrow.png')
no-repeat
center
center
;
}
.combo
,
.combo-panel
{
background-color
:
#ffffff
;
}
.combo
{
border-color
:
#95B8E7
;
background-color
:
#ffffff
;
}
.combo-arrow
{
background-color
:
#E0ECFF
;
}
.combo-arrow-hover
{
background-color
:
#eaf2ff
;
}
erp_web/js/easyui-1.3.5/themes/default/combobox.css
0 → 100644
View file @
91a6b722
.combobox-item
,
.combobox-group
{
font-size
:
12px
;
padding
:
3px
;
padding-right
:
0px
;
}
.combobox-item-disabled
{
opacity
:
0.5
;
filter
:
alpha
(
opacity
=
50
);
}
.combobox-gitem
{
padding-left
:
10px
;
}
.combobox-group
{
font-weight
:
bold
;
}
.combobox-item-hover
{
background-color
:
#eaf2ff
;
color
:
#000000
;
}
.combobox-item-selected
{
background-color
:
#FBEC88
;
color
:
#000000
;
}
erp_web/js/easyui-1.3.5/themes/default/datagrid.css
0 → 100644
View file @
91a6b722
.datagrid
.panel-body
{
overflow
:
hidden
;
position
:
relative
;
}
.datagrid-view
{
position
:
relative
;
overflow
:
hidden
;
}
.datagrid-view1
,
.datagrid-view2
{
position
:
absolute
;
overflow
:
hidden
;
top
:
0
;
}
.datagrid-view1
{
left
:
0
;
}
.datagrid-view2
{
right
:
0
;
}
.datagrid-mask
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
opacity
:
0.3
;
filter
:
alpha
(
opacity
=
30
);
display
:
none
;
}
.datagrid-mask-msg
{
position
:
absolute
;
top
:
50%
;
margin-top
:
-20px
;
padding
:
12px
5px
10px
30px
;
width
:
auto
;
height
:
16px
;
border-width
:
2px
;
border-style
:
solid
;
display
:
none
;
}
.datagrid-sort-icon
{
padding
:
0
;
}
.datagrid-toolbar
{
height
:
auto
;
padding
:
1px
2px
;
border-width
:
0
0
1px
0
;
border-style
:
solid
;
}
.datagrid-btn-separator
{
float
:
left
;
height
:
24px
;
border-left
:
1px
solid
#ccc
;
border-right
:
1px
solid
#fff
;
margin
:
2px
1px
;
}
.datagrid
.datagrid-pager
{
display
:
block
;
margin
:
0
;
border-width
:
1px
0
0
0
;
border-style
:
solid
;
}
.datagrid
.datagrid-pager-top
{
border-width
:
0
0
1px
0
;
}
.datagrid-header
{
overflow
:
hidden
;
cursor
:
default
;
border-width
:
0
0
1px
0
;
border-style
:
solid
;
}
.datagrid-header-inner
{
float
:
left
;
width
:
10000px
;
}
.datagrid-header-row
,
.datagrid-row
{
height
:
25px
;
}
.datagrid-header
td
,
.datagrid-body
td
,
.datagrid-footer
td
{
border-width
:
0
1px
1px
0
;
border-style
:
dotted
;
margin
:
0
;
padding
:
0
;
}
.datagrid-cell
,
.datagrid-cell-group
,
.datagrid-header-rownumber
,
.datagrid-cell-rownumber
{
margin
:
0
;
padding
:
0
4px
;
white-space
:
nowrap
;
word-wrap
:
normal
;
overflow
:
hidden
;
height
:
18px
;
line-height
:
18px
;
font-size
:
12px
;
}
.datagrid-header
.datagrid-cell
{
height
:
auto
;
}
.datagrid-header
.datagrid-cell
span
{
font-size
:
12px
;
}
.datagrid-cell-group
{
text-align
:
center
;
}
.datagrid-header-rownumber
,
.datagrid-cell-rownumber
{
width
:
25px
;
text-align
:
center
;
margin
:
0
;
padding
:
0
;
}
.datagrid-body
{
margin
:
0
;
padding
:
0
;
overflow
:
auto
;
zoom
:
1
;
}
.datagrid-view1
.datagrid-body-inner
{
padding-bottom
:
20px
;
}
.datagrid-view1
.datagrid-body
{
overflow
:
hidden
;
}
.datagrid-footer
{
overflow
:
hidden
;
}
.datagrid-footer-inner
{
border-width
:
1px
0
0
0
;
border-style
:
solid
;
width
:
10000px
;
float
:
left
;
}
.datagrid-row-editing
.datagrid-cell
{
height
:
auto
;
}
.datagrid-header-check
,
.datagrid-cell-check
{
padding
:
0
;
width
:
27px
;
height
:
18px
;
font-size
:
1px
;
text-align
:
center
;
overflow
:
hidden
;
}
.datagrid-header-check
input
,
.datagrid-cell-check
input
{
margin
:
0
;
padding
:
0
;
width
:
15px
;
height
:
18px
;
}
.datagrid-resize-proxy
{
position
:
absolute
;
width
:
1px
;
height
:
10000px
;
top
:
0
;
cursor
:
e-resize
;
display
:
none
;
}
.datagrid-body
.datagrid-editable
{
margin
:
0
;
padding
:
0
;
}
.datagrid-body
.datagrid-editable
table
{
width
:
100%
;
height
:
100%
;
}
.datagrid-body
.datagrid-editable
td
{
border
:
0
;
margin
:
0
;
padding
:
0
;
}
.datagrid-body
.datagrid-editable
.datagrid-editable-input
{
margin
:
0
;
padding
:
2px
;
border-width
:
1px
;
border-style
:
solid
;
}
.datagrid-sort-desc
.datagrid-sort-icon
{
padding
:
0
13px
0
0
;
background
:
url('images/datagrid_icons.png')
no-repeat
-16px
center
;
}
.datagrid-sort-asc
.datagrid-sort-icon
{
padding
:
0
13px
0
0
;
background
:
url('images/datagrid_icons.png')
no-repeat
0px
center
;
}
.datagrid-row-collapse
{
background
:
url('images/datagrid_icons.png')
no-repeat
-48px
center
;
}
.datagrid-row-expand
{
background
:
url('images/datagrid_icons.png')
no-repeat
-32px
center
;
}
.datagrid-mask-msg
{
background
:
#ffffff
url('images/loading.gif')
no-repeat
scroll
5px
center
;
}
.datagrid-header
,
.datagrid-td-rownumber
{
background-color
:
#efefef
;
background
:
-webkit-linear-gradient
(
top
,
#F9F9F9
0
,
#efefef
100%
);
background
:
-moz-linear-gradient
(
top
,
#F9F9F9
0
,
#efefef
100%
);
background
:
-o-linear-gradient
(
top
,
#F9F9F9
0
,
#efefef
100%
);
background
:
linear-gradient
(
to
bottom
,
#F9F9F9
0
,
#efefef
100%
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
#F9F9F9
,
endColorstr
=
#efefef
,
GradientType
=
0
);
}
.datagrid-cell-rownumber
{
color
:
#000000
;
}
.datagrid-resize-proxy
{
background
:
#aac5e7
;
}
.datagrid-mask
{
background
:
#ccc
;
}
.datagrid-mask-msg
{
border-color
:
#95B8E7
;
}
.datagrid-toolbar
,
.datagrid-pager
{
background
:
#F4F4F4
;
}
.datagrid-header
,
.datagrid-toolbar
,
.datagrid-pager
,
.datagrid-footer-inner
{
border-color
:
#dddddd
;
}
.datagrid-header
td
,
.datagrid-body
td
,
.datagrid-footer
td
{
border-color
:
#ccc
;
}
.datagrid-htable
,
.datagrid-btable
,
.datagrid-ftable
{
color
:
#000000
;
border-collapse
:
separate
;
}
.datagrid-row-alt
{
background
:
#fafafa
;
}
.datagrid-row-over
,
.datagrid-header
td
.datagrid-header-over
{
background
:
#eaf2ff
;
color
:
#000000
;
cursor
:
default
;
}
.datagrid-row-selected
{
background
:
#FBEC88
;
color
:
#000000
;
}
.datagrid-body
.datagrid-editable
.datagrid-editable-input
{
border-color
:
#95B8E7
;
}
erp_web/js/easyui-1.3.5/themes/default/datebox.css
0 → 100644
View file @
91a6b722
.datebox-calendar-inner
{
height
:
180px
;
}
.datebox-button
{
height
:
18px
;
padding
:
2px
5px
;
text-align
:
center
;
}
.datebox-button
a
{
font-size
:
12px
;
font-weight
:
bold
;
text-decoration
:
none
;
opacity
:
0.6
;
filter
:
alpha
(
opacity
=
60
);
}
.datebox-button
a
:hover
{
opacity
:
1.0
;
filter
:
alpha
(
opacity
=
100
);
}
.datebox-current
,
.datebox-close
{
float
:
left
;
}
.datebox-close
{
float
:
right
;
}
.datebox
.combo-arrow
{
background-image
:
url('images/datebox_arrow.png')
;
background-position
:
center
center
;
}
.datebox-button
{
background-color
:
#F4F4F4
;
}
.datebox-button
a
{
color
:
#444
;
}
erp_web/js/easyui-1.3.5/themes/default/dialog.css
0 → 100644
View file @
91a6b722
.dialog-content
{
overflow
:
auto
;
}
.dialog-toolbar
{
padding
:
2px
5px
;
}
.dialog-tool-separator
{
float
:
left
;
height
:
24px
;
border-left
:
1px
solid
#ccc
;
border-right
:
1px
solid
#fff
;
margin
:
2px
1px
;
}
.dialog-button
{
padding
:
5px
;
text-align
:
right
;
}
.dialog-button
.l-btn
{
margin-left
:
5px
;
}
.dialog-toolbar
,
.dialog-button
{
background
:
#F4F4F4
;
}
.dialog-toolbar
{
border-bottom
:
1px
solid
#dddddd
;
}
.dialog-button
{
border-top
:
1px
solid
#dddddd
;
}
Prev
1
…
32
33
34
35
36
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment