전투 시뮬레이터 추가 구현

This commit is contained in:
2018-08-25 11:25:34 +09:00
parent 3916cc0562
commit d90e087f20
3 changed files with 124 additions and 99 deletions
+12
View File
@@ -1,4 +1,16 @@
#container{
width:1024px;
margin:auto;
}
.defender_add_form .general_detail{
display:none;
}
.attacker_form .defend_mode_text{
visibility: hidden;
}
.attacker_form .form_defend_mode{
visibility: hidden;
}