@CHARSET "UTF-8";
body {
background-color: #231815;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.slots {
width: 100px;
height: 120px;
background: white;
overflow: hidden;
}
.slots .slot{
width: 100px;
height: 120px;
}
.menu {
font-family:'微軟正黑體';
padding:15px;
background:white;
display:none;
}
#content {
padding: 0px 0px 20px 0px;
border-radius: 4px;
background:#ffffff
}
.info_content {
width: 600px;
text-align: center;
}
.close_btn {
color:#164758;
padding:10px;
cursor:pointer;
text-align: right;
}
.close_btn:hover {
color:#231815;
}
.btn {
background:#58595B;
padding:10px;
cursor:pointer;
color:white;
border-radius: 4px;
margin-left:10px;
margin-right: 10px;
}
.btn:hover {
background:rgba(42,48,137,1);
}
