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
Jeepay
Commits
d53783a9
Commit
d53783a9
authored
Aug 12, 2017
by
jmdhappy
Browse files
初始化提交
parent
324ccaaf
Changes
465
Hide whitespace changes
Inline
Side-by-side
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/minimal/yellow.png
0 → 100755
View file @
d53783a9
1.11 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/minimal/yellow@2x.png
0 → 100755
View file @
d53783a9
1.37 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/polaris/polaris.css
0 → 100755
View file @
d53783a9
/* iCheck plugin Polaris skin
----------------------------------- */
.icheckbox_polaris
,
.iradio_polaris
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
29px
;
height
:
29px
;
background
:
url(polaris.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_polaris
{
background-position
:
0
0
;
}
.icheckbox_polaris.hover
{
background-position
:
-31px
0
;
}
.icheckbox_polaris.checked
{
background-position
:
-62px
0
;
}
.icheckbox_polaris.disabled
{
background-position
:
-93px
0
;
cursor
:
default
;
}
.icheckbox_polaris.checked.disabled
{
background-position
:
-124px
0
;
}
.iradio_polaris
{
background-position
:
-155px
0
;
}
.iradio_polaris.hover
{
background-position
:
-186px
0
;
}
.iradio_polaris.checked
{
background-position
:
-217px
0
;
}
.iradio_polaris.disabled
{
background-position
:
-248px
0
;
cursor
:
default
;
}
.iradio_polaris.checked.disabled
{
background-position
:
-279px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_polaris
,
.iradio_polaris
{
background-image
:
url(polaris@2x.png)
;
-webkit-background-size
:
310px
31px
;
background-size
:
310px
31px
;
}
}
\ No newline at end of file
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/polaris/polaris.png
0 → 100755
View file @
d53783a9
6.25 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/polaris/polaris@2x.png
0 → 100755
View file @
d53783a9
16.4 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/_all.css
0 → 100755
View file @
d53783a9
/* iCheck plugin Square skin
----------------------------------- */
.icheckbox_square
,
.iradio_square
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(square.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square
{
background-position
:
0
0
;
}
.icheckbox_square.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square
{
background-position
:
-120px
0
;
}
.iradio_square.hover
{
background-position
:
-144px
0
;
}
.iradio_square.checked
{
background-position
:
-168px
0
;
}
.iradio_square.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square
,
.iradio_square
{
background-image
:
url(square@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
/* red */
.icheckbox_square-red
,
.iradio_square-red
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(red.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-red
{
background-position
:
0
0
;
}
.icheckbox_square-red.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-red.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-red.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-red.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-red
{
background-position
:
-120px
0
;
}
.iradio_square-red.hover
{
background-position
:
-144px
0
;
}
.iradio_square-red.checked
{
background-position
:
-168px
0
;
}
.iradio_square-red.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-red.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-red
,
.iradio_square-red
{
background-image
:
url(red@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
/* green */
.icheckbox_square-green
,
.iradio_square-green
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(green.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-green
{
background-position
:
0
0
;
}
.icheckbox_square-green.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-green.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-green.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-green.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-green
{
background-position
:
-120px
0
;
}
.iradio_square-green.hover
{
background-position
:
-144px
0
;
}
.iradio_square-green.checked
{
background-position
:
-168px
0
;
}
.iradio_square-green.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-green.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-green
,
.iradio_square-green
{
background-image
:
url(green@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
/* blue */
.icheckbox_square-blue
,
.iradio_square-blue
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(blue.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-blue
{
background-position
:
0
0
;
}
.icheckbox_square-blue.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-blue.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-blue.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-blue.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-blue
{
background-position
:
-120px
0
;
}
.iradio_square-blue.hover
{
background-position
:
-144px
0
;
}
.iradio_square-blue.checked
{
background-position
:
-168px
0
;
}
.iradio_square-blue.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-blue.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-blue
,
.iradio_square-blue
{
background-image
:
url(blue@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
/* aero */
.icheckbox_square-aero
,
.iradio_square-aero
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(aero.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-aero
{
background-position
:
0
0
;
}
.icheckbox_square-aero.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-aero.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-aero.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-aero.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-aero
{
background-position
:
-120px
0
;
}
.iradio_square-aero.hover
{
background-position
:
-144px
0
;
}
.iradio_square-aero.checked
{
background-position
:
-168px
0
;
}
.iradio_square-aero.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-aero.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-aero
,
.iradio_square-aero
{
background-image
:
url(aero@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
/* grey */
.icheckbox_square-grey
,
.iradio_square-grey
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(grey.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-grey
{
background-position
:
0
0
;
}
.icheckbox_square-grey.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-grey.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-grey.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-grey.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-grey
{
background-position
:
-120px
0
;
}
.iradio_square-grey.hover
{
background-position
:
-144px
0
;
}
.iradio_square-grey.checked
{
background-position
:
-168px
0
;
}
.iradio_square-grey.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-grey.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-grey
,
.iradio_square-grey
{
background-image
:
url(grey@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
/* orange */
.icheckbox_square-orange
,
.iradio_square-orange
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(orange.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-orange
{
background-position
:
0
0
;
}
.icheckbox_square-orange.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-orange.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-orange.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-orange.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-orange
{
background-position
:
-120px
0
;
}
.iradio_square-orange.hover
{
background-position
:
-144px
0
;
}
.iradio_square-orange.checked
{
background-position
:
-168px
0
;
}
.iradio_square-orange.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-orange.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-orange
,
.iradio_square-orange
{
background-image
:
url(orange@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
/* yellow */
.icheckbox_square-yellow
,
.iradio_square-yellow
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(yellow.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-yellow
{
background-position
:
0
0
;
}
.icheckbox_square-yellow.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-yellow.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-yellow.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-yellow.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-yellow
{
background-position
:
-120px
0
;
}
.iradio_square-yellow.hover
{
background-position
:
-144px
0
;
}
.iradio_square-yellow.checked
{
background-position
:
-168px
0
;
}
.iradio_square-yellow.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-yellow.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-yellow
,
.iradio_square-yellow
{
background-image
:
url(yellow@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
/* pink */
.icheckbox_square-pink
,
.iradio_square-pink
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(pink.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-pink
{
background-position
:
0
0
;
}
.icheckbox_square-pink.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-pink.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-pink.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-pink.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-pink
{
background-position
:
-120px
0
;
}
.iradio_square-pink.hover
{
background-position
:
-144px
0
;
}
.iradio_square-pink.checked
{
background-position
:
-168px
0
;
}
.iradio_square-pink.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-pink.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-pink
,
.iradio_square-pink
{
background-image
:
url(pink@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
/* purple */
.icheckbox_square-purple
,
.iradio_square-purple
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(purple.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-purple
{
background-position
:
0
0
;
}
.icheckbox_square-purple.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-purple.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-purple.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-purple.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-purple
{
background-position
:
-120px
0
;
}
.iradio_square-purple.hover
{
background-position
:
-144px
0
;
}
.iradio_square-purple.checked
{
background-position
:
-168px
0
;
}
.iradio_square-purple.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-purple.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-purple
,
.iradio_square-purple
{
background-image
:
url(purple@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
\ No newline at end of file
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/aero.css
0 → 100755
View file @
d53783a9
/* iCheck plugin Square skin, aero
----------------------------------- */
.icheckbox_square-aero
,
.iradio_square-aero
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(aero.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-aero
{
background-position
:
0
0
;
}
.icheckbox_square-aero.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-aero.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-aero.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-aero.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-aero
{
background-position
:
-120px
0
;
}
.iradio_square-aero.hover
{
background-position
:
-144px
0
;
}
.iradio_square-aero.checked
{
background-position
:
-168px
0
;
}
.iradio_square-aero.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-aero.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-aero
,
.iradio_square-aero
{
background-image
:
url(aero@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
\ No newline at end of file
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/aero.png
0 → 100755
View file @
d53783a9
2.12 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/aero@2x.png
0 → 100755
View file @
d53783a9
4.35 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/blue.css
0 → 100755
View file @
d53783a9
/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue
,
.iradio_square-blue
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(blue.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-blue
{
background-position
:
0
0
;
}
.icheckbox_square-blue.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-blue.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-blue.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-blue.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-blue
{
background-position
:
-120px
0
;
}
.iradio_square-blue.hover
{
background-position
:
-144px
0
;
}
.iradio_square-blue.checked
{
background-position
:
-168px
0
;
}
.iradio_square-blue.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-blue.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-blue
,
.iradio_square-blue
{
background-image
:
url(blue@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
\ No newline at end of file
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/blue.png
0 → 100755
View file @
d53783a9
2.13 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/blue@2x.png
0 → 100755
View file @
d53783a9
4.38 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/green.css
0 → 100755
View file @
d53783a9
/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green
,
.iradio_square-green
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(green.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-green
{
background-position
:
0
0
;
}
.icheckbox_square-green.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-green.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-green.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-green.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-green
{
background-position
:
-120px
0
;
}
.iradio_square-green.hover
{
background-position
:
-144px
0
;
}
.iradio_square-green.checked
{
background-position
:
-168px
0
;
}
.iradio_square-green.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-green.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-green
,
.iradio_square-green
{
background-image
:
url(green@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
\ No newline at end of file
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/green.png
0 → 100755
View file @
d53783a9
2.14 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/green@2x.png
0 → 100755
View file @
d53783a9
4.39 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/grey.css
0 → 100755
View file @
d53783a9
/* iCheck plugin Square skin, grey
----------------------------------- */
.icheckbox_square-grey
,
.iradio_square-grey
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(grey.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-grey
{
background-position
:
0
0
;
}
.icheckbox_square-grey.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-grey.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-grey.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-grey.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-grey
{
background-position
:
-120px
0
;
}
.iradio_square-grey.hover
{
background-position
:
-144px
0
;
}
.iradio_square-grey.checked
{
background-position
:
-168px
0
;
}
.iradio_square-grey.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-grey.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-grey
,
.iradio_square-grey
{
background-image
:
url(grey@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
\ No newline at end of file
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/grey.png
0 → 100755
View file @
d53783a9
2.13 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/grey@2x.png
0 → 100755
View file @
d53783a9
4.38 KB
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/orange.css
0 → 100755
View file @
d53783a9
/* iCheck plugin Square skin, orange
----------------------------------- */
.icheckbox_square-orange
,
.iradio_square-orange
{
display
:
inline-block
;
*
display
:
inline
;
vertical-align
:
middle
;
margin
:
0
;
padding
:
0
;
width
:
22px
;
height
:
22px
;
background
:
url(orange.png)
no-repeat
;
border
:
none
;
cursor
:
pointer
;
}
.icheckbox_square-orange
{
background-position
:
0
0
;
}
.icheckbox_square-orange.hover
{
background-position
:
-24px
0
;
}
.icheckbox_square-orange.checked
{
background-position
:
-48px
0
;
}
.icheckbox_square-orange.disabled
{
background-position
:
-72px
0
;
cursor
:
default
;
}
.icheckbox_square-orange.checked.disabled
{
background-position
:
-96px
0
;
}
.iradio_square-orange
{
background-position
:
-120px
0
;
}
.iradio_square-orange.hover
{
background-position
:
-144px
0
;
}
.iradio_square-orange.checked
{
background-position
:
-168px
0
;
}
.iradio_square-orange.disabled
{
background-position
:
-192px
0
;
cursor
:
default
;
}
.iradio_square-orange.checked.disabled
{
background-position
:
-216px
0
;
}
/* HiDPI support */
@media
(
-o-min-device-pixel-ratio
:
5
/
4
),
(
-webkit-min-device-pixel-ratio
:
1.25
),
(
min-resolution
:
120dpi
)
{
.icheckbox_square-orange
,
.iradio_square-orange
{
background-image
:
url(orange@2x.png)
;
-webkit-background-size
:
240px
24px
;
background-size
:
240px
24px
;
}
}
\ No newline at end of file
xxpay-mgr/src/main/resources/static/plugins/layui/css/modules/icheck/square/orange.png
0 → 100755
View file @
d53783a9
2.13 KB
Prev
1
…
5
6
7
8
9
10
11
12
13
…
24
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