三国杀官方正版
<>
.file {
position: relative;
display: inline-block;
font-weight: 700;
text-align:center;
vertical-align: middle;
padding: 0px 0px 2px 0px;
overflow: hidden;
-webkit-text-stroke:2px #171410;
color: #E4D5A0;
text-decoration: none;
text-indent: 0;
width: 154px;
height: 31px;
background:url("res/assets/css/window_btn_1_normal.png") no-repeat 0 0;
}
.file input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
cursor:pointer;
}
.file:hover {
text-decoration: none;
background:url("res/assets/css/window_btn_1_over.png") no-repeat 0 0;
}
.CloseBtn {
width: 22px;
height: 22px;
background:url("res/assets/css/WindowCloseBtn_normal.png") no-repeat 0 0;
border: 0;
}
.CloseBtn:hover {
background:url("res/assets/css/WindowCloseBtn_over.png") no-repeat 0 0;
cursor: pointer;
}
#selectImgFileBtn {
/* background-color: transparent; */
border-: none;
width: 90px;
height: 90px;
}
>