UNPKG
taffy-coustom-ui
Version:
latest (12.0.4)
12.0.4
自己编译的
www.jqwidgets.com
TaffyBlog/jQWidgets
taffy-coustom-ui
/
demos
/
Angular
/
src
/
colorpicker
/
defaultfunctionality
/
app.component.css
15 lines
(13 loc)
•
269 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.photo
{
width
:
500px
;
height
:
350px
;
background-color
:
#000
;
background-position
: center;
background-repeat
: no-repeat; }
.jqx-scrollview
{
border
:
15px
solid
#ffaabb
; -moz-
border-radius
:
10px
; -webkit-
border-radius
:
10px
;
border-radius
:
10px
; }