123456789101112131415161718 |
- @charset "utf-8";
- .addworkbtn,.addworkbtn-list{width:218px; height:294px;float: left; border-radius: 6px ;
- border: 1px dashed #d4d8db;cursor: pointer;background:#eff3f6 url(../images/zyadd.png) no-repeat center;}
- .addworkbtn:hover{background:#fff url(../images/zyadd.png) no-repeat center;}
- .addworkbtn{margin-left:12px}
- .addworkbtn-list{border: 1px solid #e4e5e7; margin:0 0 12px 12px;background:#fff; overflow: hidden;}
- .addworkbtn-list h3 img{width:226px;height:226px;display: block;overflow: hidden;border-radius: 5px 5px 0px 0px;}
- .addworkbtn-list h2{ padding: 0 10px;font-size: 14px; color: #666;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 10px;}
- .addworkbtn-list p{padding:0 10px;font-size: 13px; color: #999;text-overflow: ellipsis; white-space: nowrap;
- overflow: hidden;margin-top: 5px;}
- #workmysrc{position: relative;min-height:500px;}
- img.loading{position: absolute;left:50%;top:30%}
- #consdcen .addworkbtn,#consdcen .addworkbtn-list{width:202px;height:258px;cursor:default;}
- #consdcen .addworkbtn-list h3 img{width:200px; height:200px}
- .addworkbtn-list2 h2{text-overflow:inherit; white-space:inherit; line-height: 1.8; height: 48px; margin-top: 0px; }
|