update build
This commit is contained in:
parent
42355e2331
commit
0cea249a5b
3 changed files with 31 additions and 29 deletions
26
css/style.css
Normal file
26
css/style.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
body
|
||||
{
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
div#app
|
||||
{
|
||||
color:#666;
|
||||
}
|
||||
|
||||
div#app td
|
||||
{
|
||||
width:50px;
|
||||
height:50px;
|
||||
border:1px solid #dedede;
|
||||
background:#fff;
|
||||
margin:1px;
|
||||
color:#666;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
div#app td:hover
|
||||
{
|
||||
cursor:pointer;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue