|
@ -170,7 +170,7 @@ html,body{ cursor:default; margin:0; height:100%;}
|
170
|
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
|
174
|
.contentmid{ padding:30px 40px;background: #f8f8f8; width:680px;margin: 5% auto;}
|
175
|
175
|
.mailsection{ margin-bottom: 40px; position: relative; background-color: #fafafa;}
|
176
|
176
|
.statelable{ position:relative; height:60px;}
|
|
@ -214,18 +214,18 @@ html,body{ cursor:default; margin:0; height:100%;}
|
214
|
214
|
.infolist .liststyle span .mr_sj2{right:10px;top:14px;}
|
215
|
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
|
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
|
222
|
ul.boxnav li:nth-child(1) span{border:1px solid #ff9900; color: #ff9900; }
|
223
|
223
|
ul.boxnav li:nth-child(2) span{border:1px solid #6699ff; color: #6699ff; }
|
224
|
224
|
ul.boxnav li:nth-child(3) span{border:1px solid #66cc00; color: #66cc00; }
|
225
|
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
|
230
|
.IdentityState{margin: 20px;background: #fff;padding: 100px 10px 100px 10px; text-align:center;}
|
231
|
231
|
.IdentityState p{padding:10px; margin:10px;}
|