빙의 장수 기능 추가(선택은 미완)

This commit is contained in:
2018-05-05 19:51:56 +09:00
parent a534b8f812
commit 5974028c4d
5 changed files with 379 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
.card_holder{
text-align:center;
}
.general_card{
width:100px;
display:inline-block;
}
.general_card label {
display: block;
padding-left: 15px;
text-indent: -15px;
}
.general_card input {
width: 13px;
height: 13px;
padding: 0;
margin:0;
vertical-align: bottom;
position: relative;
top: -1px;
*overflow: hidden;
}