|
@ -1,5 +1,6 @@
|
1
|
1
|
@charset "utf-8";
|
2
|
2
|
/* 新研发资源样式 */
|
|
3
|
|
3
|
4
|
.addworkbtn,.addworkbtn-list{width:228px; height:294px;float: left; border-radius: 6px ;
|
4
|
5
|
border: 1px dashed #d4d8db;cursor: pointer;background:#eff3f6 url(../images/zyadd.png) no-repeat center;}
|
5
|
6
|
.addworkbtn:hover{background:#fff url(../images/zyadd.png) no-repeat center;}
|
|
@ -10,4 +11,7 @@
|
10
|
11
|
.addworkbtn-list p{padding:0 10px;font-size: 13px; color: #999;text-overflow: ellipsis; white-space: nowrap;
|
11
|
12
|
overflow: hidden;margin-top: 5px;}
|
12
|
13
|
#workmysrc{position: relative;min-height:500px;}
|
13
|
|
img.loading{position: absolute;left:50%;top:30%}
|
|
14
|
img.loading{position: absolute;left:50%;top:30%}
|
|
15
|
|
|
16
|
#consdcen .addworkbtn,#consdcen .addworkbtn-list{width:202px;height:258px;cursor:default;}
|
|
17
|
#consdcen .addworkbtn-list h3 img{width:200px; height:200px}
|