123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- .attachment_show {float:left;color:#000;text-align:center;width:99px;}
- .attachment_show li {line-height:180%;word-wrap:break-word;word-break:break-all;}
- .attachment_show img {padding:3px;margin-bottom:3px;width:60px;height:60px;background:#fff;border:1px solid #dfdfdf;}
- .progressWrapper {
- overflow: hidden;zoom:1;
- }
- .progressContainer {
- margin: 5px;
- padding: 4px;
- border: solid 1px #E8E8E8;
- background-color: #F7F7F7;
- overflow: hidden;zoom:1;
- }
- /* Message */
- .message {
- margin: 1em 0;
- padding: 10px 20px;
- border: solid 1px #FFDD99;
- background-color: #FFFFCC;
- overflow: hidden;zoom:1;
- }
- /* Error */
- .red {
- border: solid 1px #B50000;
- background-color: #FFEBEB;
- }
- /* Current */
- .green {
- border: solid 1px #DDF0DD;
- background-color: #EBFFEB;
- }
- /* Complete */
- .blue {
- border: solid 1px #CEE2F2;
- }
- .progressName {
- font-size: 8pt;
- font-weight: 700;
- color: #555;
- width: 200px;
- height: 14px;
- text-align: left;
- white-space: nowrap;
- overflow: hidden;zoom:1;
- height:26px; line-height:26px; float:left;
- }
- .progresshidden {
- display:none;
- }
- .progressBarComplete
- .progressBarInProgress,
- .progressBarComplete,
- .progressBarError {
- font-size: 0;
- width: 0%;
- height: 2px;
- background-color: blue;
- margin-top: 2px;
- }
- .progressBarComplete {
- width: 100%;
- background-color: green;
- visibility: hidden;
- }
- .progressBarError {
- width: 100%;
- background-color: red;
- visibility: hidden;
- }
- .progressBarStatus {
- width: 200px;
- font-size: 12px;;
- font-family: Arial;
- text-align: left;
- white-space: nowrap; float:left; height:24px; line-height:24px
- }
- a.progressCancel {
- font-size: 0;
- display: block;
- height: 16px;
- width: 16px;
- background-image: url(images/cross.png);
- background-repeat: no-repeat;
- background-position:0 4px ;
- float: right;
- }
- a.progressCancel:hover {
- background-position:0 bottom ;
- }
- #divMovieContainer , #divStatus {clear:both;}
- #swfupload-box legend {height:20px;line-height:20px;}
- #uploadbut,.selectbut {float:left;background: url(images/swfBnt.png) no-repeat; margin-right:10px;width:75px; height:28px; line-height:28px;font-weight:700; color:#fff}
- #uploadbut{ vertical-align:middle;border:none;cursor: hand;!important;cursor: pointer }
- .selectbut{background-position: left bottom;}
- /*ÁбíÑùʽ*/
- .img{border:1px solid #eee;text-align:center;overflow:hidden;background:#fff}
- .img a{display:table-cell;vertical-align:middle;text-align:center;*display:block;}
- .attachment-list{overflow:hidden;zoom:1;padding:0;margin:0;}
- .attachment-list li{width:24%;*width:24.5%; overflow:hidden; padding:6px 0; float:left}
- .attachment-list .img{width:104px;height:90px;overflow:hidden; margin:auto;}
- .attachment-list .img {text-align:center;overflow:hidden; background:#fff; border:none; position:relative}
- .attachment-list .img a{display:table-cell;vertical-align:middle;text-align:center;*display:block;border:1px solid #eee;width:101px; height:88px;*font-size:67px;}
- .attachment-list .img a:hover,.attachment-list .img a.on{border-color:#d0def1; background:#f3f6fa}
- .attachment-list .img a.off .icon{background: url(images/off.png) no-repeat; height:17px;bottom:5px;*bottom:3px; right:3px; z-index:100; position: absolute; overflow:hidden; width:98px;}
- .attachment-list .img a.on .icon{background: url(../../Images/msg_bg.png) no-repeat left -249px;width:16px; height:18px;bottom:4px;*bottom:2px; right:3px; z-index:100; position: absolute; overflow:hidden}
- #fsUploadProgress {padding:4px;margin:0;}
|