12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .SwenBtn{
- float: left;
- width:80px;
- height: 30px;
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- line-height: 18px;
- padding: 7px 0;
- margin:0 10px;
- text-align:center
- }
- .SwenBtn:hover{
- text-decoration:none;
- }
- .activeSwen{
- color:blue;
- border-bottom:2px solid blue
- }
- td.watchItem{
- cursor:pointer
- }
- td.watchItem div{
- padding:5px 0
- }
- .upload {
- float: right;
- overflow: hidden;
- position: relative;
- }
- .upload-tip {
- float: left;
- width: 100%;
- margin-top: 35px;
- padding: 0 10px;
- color: #666;
- font-size: 13px !important;
- border-radius: 5px;
- display: none;
- text-align: left;
- }
- .upload-file-single {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- opacity: 0;
- font-size: 0;
- filter: alpha(opacity=0);
- }
- .upload-loading{
- display: inline-block;
- width: 100%;
- height: 100%;
- padding: 3px;
- text-align: center;
- background: #E8E8E8;
- opacity: 0.4;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 10
- }
- .active{
- color:#fff;
- background:#2db1e4
- }
- td.watchItem{
- cursor:pointer
- }
- td.watchItem div{
- padding:5px 0
- }
- .Browse {
- width: 100%;
- min-height: 750px;
- border:0;
- }
|