You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
150 lines
2.4 KiB
150 lines
2.4 KiB
/*上传按钮*/
|
|
.fileinput-button {
|
|
width: 100px;
|
|
height: 100px;
|
|
border: 1px dashed #CCCCCC !important;
|
|
cursor: pointer !important;
|
|
position: relative;
|
|
}
|
|
|
|
.ready_upload {
|
|
width: 100px;
|
|
height: 100px;
|
|
line-height: 100px;
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.percent_all {
|
|
width: 102px;
|
|
height: 8px;
|
|
border: 1px solid #000;
|
|
margin-top: 46px;
|
|
border-radius: 10px
|
|
}
|
|
.percent_ing{
|
|
background: blue;
|
|
height: 6px;
|
|
}
|
|
|
|
.fileinput-button > .input_add {
|
|
background: #CCCCCC;
|
|
height: 51px;
|
|
position: absolute;
|
|
width: 2px;
|
|
top: 22px;
|
|
left: 46px;
|
|
}
|
|
|
|
.fileinput-button > .input_add:after {
|
|
background: #CCCCCC;
|
|
content: "";
|
|
height: 2px;
|
|
left: -20px;
|
|
position: absolute;
|
|
top: 26px;
|
|
width: 40px;
|
|
}
|
|
|
|
.fileinput-button input {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
opacity: 0;
|
|
-ms-filter: 'alpha(opacity=0)';
|
|
font-size: 200px;
|
|
}
|
|
|
|
/*.fileinput-button .input_add {*/
|
|
/* position: relative;*/
|
|
/* top: 20px;*/
|
|
/*}*/
|
|
|
|
.file-upload {
|
|
width: 100px;
|
|
height: 100px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.webuploader-element-invisible {
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
.image_upload_div img {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
.file-upload-list {
|
|
width: 100px;
|
|
height: 100px;
|
|
float: left;
|
|
margin-bottom: 20px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.file-upload-list img {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
.file-upload-list video {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
.file-upload-list audio {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
|
|
|
|
.file-upload-list .file_list {
|
|
width: 100px;
|
|
display: block;
|
|
word-break: break-all;
|
|
height: 50px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
.file-upload-list span {
|
|
width: 100px;
|
|
display: block;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 20px;
|
|
background: #000;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
filter: alpha(opacity=70);
|
|
-moz-opacity: 0.7;
|
|
-khtml-opacity: 0.7;
|
|
opacity: 0.7;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*分页跳转输入框*/
|
|
|
|
.pjax-go-page{
|
|
position: relative;
|
|
float: left;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding:6px 12px;
|
|
}
|
|
|
|
.pjax-go-page > input{
|
|
box-shadow: 0 0 1px #CCCCCC inset;
|
|
width: 35px;
|
|
}
|
|
|
|
.pjax-go-page > button{
|
|
height: 23px;
|
|
margin-left: 5px;
|
|
}
|