Browse Source

编辑和读入数据时,详情都会自动更改高度

tags/v1.0
枫谷剑仙 7 years ago
parent
commit
0a46062072
2 changed files with 569 additions and 580 deletions
  1. +566
    -577
      script.js
  2. +3
    -3
      style.css

+ 566
- 577
script.js
File diff suppressed because it is too large
View File


+ 3
- 3
style.css View File

@@ -18,7 +18,7 @@
font-weight: bold;
}
.detail{
height: 100px;
min-height: 100px;
font-size: 1.5em;
font-family: "Source Han Sans","Microsoft Yahei",Arial, Helvetica, sans-serif;
}
@@ -29,7 +29,7 @@
}
.title:focus,.detail:focus{
border: black solid 1px;;
background: rgba(200,200,200,0.5);
background-color: #eee;
}
ul{
margin: 0;
@@ -69,7 +69,7 @@ ul{
background-image: none;
}
.null .monster{
background-color: rgba(100,100,100,0.5);
background-color: rgba(230,230,230,0.5);
border: 3px grey dashed;
}
.edit-box .null .monster{


Loading…
Cancel
Save