UNPKG
minix-template
Version:
latest (0.0.1)
0.0.1
minix template
minix-template
/
src
/
lite
/
pages
/
detail
/
detail.css
11 lines
•
200 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
.commonStyle
{
left
:
95px
;
top
:
95px
;
width
:
200px
;
height
:
200px
;
margin
:
10px
;
padding
:
30px
;
border-width
:
1px
;
border-radius
:
10px
;
background-color
:
#ff0000
; }