/*
	自定义上传插件样式
*/


/**
样式参考：
https://blog.csdn.net/u010003835/article/details/51013916?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522162298992416780261921418%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fall.%2522%257D&request_id=162298992416780261921418&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~first_rank_v2~rank_v29-2-51013916.pc_search_result_cache&utm_term=html+file+%E7%BE%8E%E5%8C%96&spm=1018.2226.3001.4187
 */

/*.file{ width:500px;overflow:hidden; background:url(../images/nohpic.jpeg); height:337px; *vertical-align:3px; float:left;cursor: pointer; }*/
/*#file{ width:0; height:20px; margin-left:-154px; *margin-left:-3px; filter:alpha(opacity=0); -moz-opacity:.0; opacity:0.0; }*/

/*.file{ width:100%;overflow:hidden; background:url(../images/nohpic.jpeg); height:100%; *vertical-align:3px; float:left;cursor: pointer; }*/
#file_input{ width:0; height:0px; margin-left:-154px; *margin-left:-3px; filter:alpha(opacity=0); -moz-opacity:.0; opacity:0.0; }


.upload-button { /* 按钮美化 */
    width: 270px; /* 宽度 */
    height: 40px; /* 高度 */
    border-width: 0px; /* 边框宽度 */
    border-radius: 3px; /* 边框半径 */
    background: #1E90FF; /* 背景颜色 */
    cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
    outline: none; /* 不显示轮廓线 */
    font-family: Microsoft YaHei; /* 设置字体 */
    color: white; /* 字体颜色 */
    font-size: 17px; /* 字体大小 */
}
.upload-button:hover { /* 鼠标移入按钮范围时改变颜色 */
    background: #5599FF;
}