1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .SwenBtn {
- float: left;
- height: 18px;
- line-height: 18px;
- text-indent: 8px;
- margin: 7px 0;
- margin-right: 15px;
- }
- .SwenBtn:hover{
- text-decoration:none;
- }
- 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;
- }
|