Browse Source

用户身份不换行

luyanan 8 years ago
parent
commit
ed57da1fcf
5 changed files with 12 additions and 12 deletions
  1. 1 1
      css/index.css
  2. 8 8
      css/login.css
  3. 1 1
      css/newsciresource.css
  4. 1 1
      css/popup.css
  5. 1 1
      css/workspace.css

+ 1 - 1
css/index.css

449
.proImg img{ width:180px;margin: auto;}
449
.proImg img{ width:180px;margin: auto;}
450
.proInfo{padding:10px 16px;}
450
.proInfo{padding:10px 16px;}
451
.otherRes{padding:10px;}
451
.otherRes{padding:10px;}
452
.otherRes li{border: 1px solid #e4e5e7;margin:10px 0;border-radius: 6px;cursor: pointer;}
452
.otherRes li{border: 1px solid #e4e5e7;overflow:hidden;margin:10px 0;border-radius: 6px;cursor: pointer;}
453
.otherRes li a{display: block;}
453
.otherRes li a{display: block;}
454
.otherRes li .resoumag .resourceImgBox{ max-width:168px;width:168px;height: 168px;}
454
.otherRes li .resoumag .resourceImgBox{ max-width:168px;width:168px;height: 168px;}
455
.otherRes li .resoumag h2{color: #666666; text-align: center; padding:10px;}
455
.otherRes li .resoumag h2{color: #666666; text-align: center; padding:10px;}

+ 8 - 8
css/login.css

170
.agreeNotice,.agreeNotice a{ color:#555; margin-left:4px;}
170
.agreeNotice,.agreeNotice a{ color:#555; margin-left:4px;}
171

171

172
/*验证邮箱跳转页面*/
172
/*验证邮箱跳转页面*/
173
.container{ width:1024px;  background:#fff; margin:auto; margin-top:35px; padding:0 25px; padding-bottom:40px; border-radius:10px; }
173
.container{ width:1024px;  background:#fff; margin:auto; margin-top:35px;min-height:75%; padding:0 25px; padding-bottom:40px; border-radius:10px; }
174
.contentmid{ padding:30px 40px;background: #f8f8f8; width:680px;margin: 5% auto;}
174
.contentmid{ padding:30px 40px;background: #f8f8f8; width:680px;margin: 5% auto;}
175
.mailsection{  margin-bottom: 40px; position: relative; background-color: #fafafa;}
175
.mailsection{  margin-bottom: 40px; position: relative; background-color: #fafafa;}
176
.statelable{ position:relative;  height:60px;}
176
.statelable{ position:relative;  height:60px;}
214
.infolist .liststyle span .mr_sj2{right:10px;top:14px;}
214
.infolist .liststyle span .mr_sj2{right:10px;top:14px;}
215
.infolist .liststyle .txtgo ul{font-size:12px;top:32px;max-height:180px;}
215
.infolist .liststyle .txtgo ul{font-size:12px;top:32px;max-height:180px;}
216

216

217
.IdentityChoice{margin:20px 10px;width:400px;}
218
.boxnav-title{font-size: 14px; line-height:40px; font-weight: normal;position:relative;padding-left:2%;}
217
.IdentityChoice{margin:20px 14px;width:400px;}
218
.boxnav-title{font-size: 14px; line-height:40px; font-weight: normal;position:relative;padding-left:6px;}
219
ul.boxnav{ overflow: hidden;width:100%;}
219
ul.boxnav{ overflow: hidden;width:100%;}
220
ul.boxnav li{list-style: none;width:33.333%;float:left; padding:0 10px;-webkit-box-sizing: border-box;}
221
ul.boxnav li span{width:100%; font-size:12px;height:28px; line-height:26px; text-align: center; display: block; background: #fff;  border-radius: 5px;cursor: pointer;}
220
ul.boxnav li{list-style: none;width:31%;float:left; padding:0 1%;-webkit-box-sizing: border-box;}
221
ul.boxnav li span{width:100%; font-size:12px;height:28px; line-height:27px; text-align: center; display: block; background: #fff;  border-radius: 5px;cursor: pointer;}
222
ul.boxnav li:nth-child(1) span{border:1px solid #ff9900; color: #ff9900; }
222
ul.boxnav li:nth-child(1) span{border:1px solid #ff9900; color: #ff9900; }
223
ul.boxnav li:nth-child(2) span{border:1px solid #6699ff; color: #6699ff; }
223
ul.boxnav li:nth-child(2) span{border:1px solid #6699ff; color: #6699ff; }
224
ul.boxnav li:nth-child(3) span{border:1px solid #66cc00; color: #66cc00; }
224
ul.boxnav li:nth-child(3) span{border:1px solid #66cc00; color: #66cc00; }
225
ul.boxnav li.set span{background:url(../images/choiceIcon.png) no-repeat;pading-left:4px;}
225
ul.boxnav li.set span{background:url(../images/choiceIcon.png) no-repeat;pading-left:4px;}
226
ul.boxnav li.set:nth-child(1) span{border:1px solid #ff9900; color: #fff; background-color: #ff9900; background-position: 10px center; }
227
ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; background-color: #6699ff; background-position: 16px center; }
228
ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; background-color: #66cc00; background-position: 21px center; }
226
ul.boxnav li.set:nth-child(1) span{border:1px solid #ff9900; color: #fff; background-color: #ff9900; background-position: 11px center; }
227
ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; background-color: #6699ff; background-position: 17px center; }
228
ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; background-color: #66cc00; background-position: 23px center; }
229

229

230
.IdentityState{margin: 20px;background: #fff;padding: 100px 10px 100px 10px; text-align:center;}
230
.IdentityState{margin: 20px;background: #fff;padding: 100px 10px 100px 10px; text-align:center;}
231
.IdentityState p{padding:10px; margin:10px;}
231
.IdentityState p{padding:10px; margin:10px;}

+ 1 - 1
css/newsciresource.css

5
    border: 1px dashed #d4d8db;cursor: pointer;background:#eff3f6 url(../images/zyadd.png) no-repeat center;}
5
    border: 1px dashed #d4d8db;cursor: pointer;background:#eff3f6 url(../images/zyadd.png) no-repeat center;}
6
.addworkbtn:hover{background:#fff url(../images/zyadd.png) no-repeat center;}
6
.addworkbtn:hover{background:#fff url(../images/zyadd.png) no-repeat center;}
7
.addworkbtn{margin-left:12px}
7
.addworkbtn{margin-left:12px}
8
.addworkbtn-list{border: 1px solid #e4e5e7; margin:0 0 12px 12px;background:#fff;}
8
.addworkbtn-list{border: 1px solid #e4e5e7; margin:0 0 12px 12px;background:#fff; overflow: hidden;}
9
.addworkbtn-list h3 img{width:226px;height:226px;display: block;overflow: hidden;border-radius: 5px 5px 0px 0px;}
9
.addworkbtn-list h3 img{width:226px;height:226px;display: block;overflow: hidden;border-radius: 5px 5px 0px 0px;}
10
.addworkbtn-list h2{ padding: 0 10px;font-size: 14px; color: #666;text-overflow: ellipsis; white-space: nowrap;    overflow: hidden;    margin-top: 10px;}
10
.addworkbtn-list h2{ padding: 0 10px;font-size: 14px; color: #666;text-overflow: ellipsis; white-space: nowrap;    overflow: hidden;    margin-top: 10px;}
11
.addworkbtn-list p{padding:0 10px;font-size: 13px; color: #999;text-overflow: ellipsis; white-space: nowrap;
11
.addworkbtn-list p{padding:0 10px;font-size: 13px; color: #999;text-overflow: ellipsis; white-space: nowrap;

+ 1 - 1
css/popup.css

28
.resoubox .btntab{ margin-top:20px;}
28
.resoubox .btntab{ margin-top:20px;}
29
.resoutab{ min-width:400px;}
29
.resoutab{ min-width:400px;}
30
.resoutab tr td{ min-width:260px; padding:4px; line-height:30px; }
30
.resoutab tr td{ min-width:260px; padding:4px; line-height:30px; }
31
.resoutab tr th{ line-height:30px;vertical-align: text-top; padding:4px 0;}
31
.resoutab tr th{ line-height:30px;vertical-align: text-top;width:94px; padding:4px 0;}
32
.requiredcon{ color:red; position:absolute;font-size:16px; top:0; right:0;}
32
.requiredcon{ color:red; position:absolute;font-size:16px; top:0; right:0;}
33

33

34
.resouimgbox{ width:220px; margin:10px;}
34
.resouimgbox{ width:220px; margin:10px;}

+ 1 - 1
css/workspace.css

115
.objectsrc .objectstate{/* background:url(../images/progressing.png) 52px 2px no-repeat;*/}
115
.objectsrc .objectstate{/* background:url(../images/progressing.png) 52px 2px no-repeat;*/}
116
116
117
.otherRes{padding:10px;margin-right:-12px;}
117
.otherRes{padding:10px;margin-right:-12px;}
118
.otherRes li{ width: 202px;float:left;border: 1px solid #e4e5e7;margin:0 12px 12px 0;border-radius: 6px;cursor: pointer;}
118
.otherRes li{ width: 202px;float:left;overflow: hidden;border: 1px solid #e4e5e7;margin:0 12px 12px 0;border-radius: 6px;cursor: pointer;}
119
.otherRes li:last-child{margin:0 0 12px 0;}
119
.otherRes li:last-child{margin:0 0 12px 0;}
120
.otherRes li a{display: block;}
120
.otherRes li a{display: block;}
121
.art_topicBox{position: relative;display: block;}
121
.art_topicBox{position: relative;display: block;}