Browse Source

保存按钮样式、发布需求弹出问题

luyanan 8 years ago
parent
commit
37d6330239
2 changed files with 2 additions and 2 deletions
  1. 1 1
      css/index.css
  2. 1 1
      css/workspace.css

+ 1 - 1
css/index.css

@ -253,7 +253,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
253 253
.infor span,.infor2 span{ display:block; width:60px; height:26px; float:left;font-size:14px;line-height:26px; margin-left:10px;}
254 254
.select{  width:173px; height:24px; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; background:url(../images/downselect.png) no-repeat 150px center; float:left; overflow:hidden;}
255 255
.selectbtn{ width:200px; height:24px; border:none; background:url(../images/downselect.png) no-repeat 150px center; font-size:14px;line-height:26px; color:#999;}
256
.infor-save{ float:left; clear:both; width:130px; height:26px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:26px; margin-top:15px; margin-left:10px;  }
256
.infor-save{ float:left; clear:both; width:130px; height:26px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:16px; margin-top:15px; margin-left:10px;  }
257 257
.close,.close2{float: left;  width:130px; height:26px; border-radius:5px; font-weight:normal;background:none; box-shadow:none; border:none;cursor:pointer; padding:0;font-size:14px;line-height:26px; margin-top:15px; margin-left:5px;opacity: 1;color: #666; text-shadow:none; }
258 258
.close:hover,.close2:hover{ background:#ff9900; color:#fff; opacity: 1; }
259 259
.head-right{ float:right; margin-top:30px; position: relative;width:140px; height:140px; overflow:hidden;}

+ 1 - 1
css/workspace.css

@ -347,7 +347,7 @@ border-color:#FF9900; color:#FFFFFF}
347 347
.linespace{height:20px;margin-top:20px;border-top:1px dashed #D6D6D6}
348 348
349 349
/*////////////我的关注/////////////////*/
350
.attentionBox{position:absolute;width:640px;left:50%;margin:80px 0 20px -320px;background:#fff;border-radius:10px;font-size:14px; z-index:1001; margin-bottom:40px;box-shadow: 2px 4px 10px 4px #555; -webkit-box-shadow: 2px 4px 10px 4px #555; -moz-box-shadow: 2px 4px 10px 4px #555; }
350
.attentionBox{position:absolute;width:640px;left:50%;margin:80px 0 20px -320px;background:#fff;border-radius:10px;font-size:14px; z-index:1001; margin-bottom:100px;box-shadow: 2px 4px 10px 4px #555; -webkit-box-shadow: 2px 4px 10px 4px #555; -moz-box-shadow: 2px 4px 10px 4px #555; }
351 351
.topTit{text-align:center;color:#FFFFFF; font-size:20px;line-height:46px;background: #ff9900;border-radius:10px 10px 0 0;height:46px;width: 100%;}
352 352
.fixbox{ background: #FFFFFF;/* position:fixed;top:46px;left:0;*/width:100%; z-index:1;}
353 353
.fixbox .fixbtn{ padding:0; margin: 0; overflow: hidden;}