Browse Source

个人账户页面设置邮箱绑定改善

luyanan 8 years ago
parent
commit
1839382ff4
3 changed files with 20 additions and 21 deletions
  1. 2 2
      account-set.html
  2. 13 13
      css/index.css
  3. 5 6
      css/login.css

+ 2 - 2
account-set.html

@ -44,7 +44,7 @@
44 44
		</div>
45 45
        <form class="bdfrm" action="" name="bdemail">
46 46
        	<p>绑定邮箱验证链接已发送至</p>
47
        	<p class="emalvel"></p>
47
        	<p class="emalvel" style="color:#FF9900"></p>
48 48
            <p style="font-size: 12px;">请您在10分钟内登录邮箱激活链接验证</p>
49 49
            <div style="text-align: center;">
50 50
           		 <input type="button" value="登录邮箱完成验证" class="activate act-color" style="width:160px" id="bindgo">
@ -64,7 +64,7 @@
64 64
        	<p>验证您的手机号,完成手机账号绑定</p>
65 65
            <input type="text" placeholder="请输入您的手机号" class="yz" id="phone" onBlur="valPhone()">
66 66
            <div class="msg-yz msg12"></div>
67
            <input type="text" placeholder="请输入短信验证码" class="psd input-code" maxlength="4" id="phoneCode"  onBlur="valCode()">
67
            <input type="text" placeholder="请输入短信验证码" class="psd input-code" style="height:36px;" maxlength="4" id="phoneCode"  onBlur="valCode()">
68 68
            <input type="button" value="获取短信验证码" class="infor-code" onClick="sendPhoneCode()">
69 69
            <div class="msg-yz msg13"></div>
70 70
            <div style="text-align: center;">

+ 13 - 13
css/index.css

@ -129,17 +129,17 @@ input{ outline:none;}
129 129
/*------------------------------------------------------------------------------------*/
130 130
/*账号设置*/
131 131
.account{ width:1050px; min-height:100px; margin:auto; padding: 40px 0;}
132
.account-set{ width:18%; min-height: 260px; float:left; background:#f8f8f8; border-radius:6px; margin-top:50px; overflow:hidden;}
133
.account-title{ height:58px; padding:0 30px;font-size:18px;line-height:68px;color:#a3a3a3;}
134
.leftsidebar{ display:block; width:100%; height:40px; padding-left:50px;font-size:16px;line-height:40px; color:#313131;}
132
.account-set{ width:12%; min-height: 260px; float:left; background:#f8f8f8; border-radius:6px; margin-top:50px; overflow:hidden;}
133
.account-title{ height:58px; padding:0 20px;font-size:17px;line-height:68px;color:#a3a3a3;}
134
.leftsidebar{ display:block; width:100%; height:40px; padding-left:30px;font-size:15px;line-height:40px; color:#313131;}
135 135
.bgcolor{ background:#ff9900; color:#fff;}
136 136
.leftsidebar:hover{ background:#ff9900; color:#fff;}
137 137

138
.contentbox{  width:80%; float: right;overflow:hidden;margin:40px 0;}
138
.contentbox{  width:87%; float: right;overflow:hidden;margin:40px 0;}
139 139
.content-set{ width:100%;  min-height: 460px; background:#f8f8f8; border-radius:6px; padding-bottom: 20px;margin:10px 0; overflow:hidden; display:none;}
140 140
.content-set:first-child{ display:block;}
141 141
.content-set form{ width: 600px;margin: auto;padding: 10px;}
142
.content-title{height:58px;padding:0 30px;font-size:18px;line-height:64px; color:#313131; border-bottom:1px #c8c8c8 solid;}
142
.content-title{height:58px;padding:0 30px;font-size:17px;line-height:64px; color:#313131; border-bottom:1px #c8c8c8 solid;}
143 143
.content-main{ padding:0 20px;}
144 144
.note{ width:438px;padding: 10px; margin:20px auto 10px;font-size:14px;color:#818181; text-align:center; border-bottom:1px #c8c8c8 dashed;}
145 145
.note p{line-height:20px;}
@ -193,20 +193,20 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
193 193
.coverblock{ width:100%; height:100%; background:rgba(0,0,0,0.6); position:fixed; z-index:1004; display:none;}
194 194
.floatbox{ /*width:400px;*/ padding: 0 20px 10px 20px;box-shadow:1px 1px 8px #9f9d9d; border-radius:6px;background:#fff; position:absolute; top:80px; left:50%; margin-left:-240px;  margin-bottom:40px;}
195 195
.float-title{  height:60px;border-bottom: 1px #ff9900 solid;font-size:18px;line-height:60px; color:#818181; padding:0 20px;}
196
.times{ background:url(../images/workclose.png) center center no-repeat; position:absolute; top:10px; right:-30px;width: 24px;height: 24px; z-index: 1005; cursor:pointer; }
196
.times{ background:url(../images/workclose.png) center center no-repeat; position:absolute; top:6px; right:-36px;width: 24px;height: 24px; z-index: 1005; cursor:pointer; }
197 197

198
.bdfrm{ padding:10px 30px 60px 30px; }
199
.yz{ width:350px; height:44px; border-radius:6px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:20px; margin:10px;}
198
.bdfrm{ padding:20px 30px 40px 30px; }
199
.yz{ width:350px; height:36px; border-radius:6px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:20px; margin:10px;}
200 200

201
.cover p{ clear:both;font-size:16px;line-height:26px; color:#818181; text-align:center; margin:20px 0;}
202
.coverset p{ clear:both;font-size:16px;line-height:26px; color:#818181; text-align:center; margin:10px 0;}
203
.cover2 p{ clear:both;font-size:16px;line-height:26px; color:#818181; text-align:center; margin:20px 0;}
204
.activate{ width:140px; height:38px; background:#fff;font-size:16px;line-height:35px; color:#333; cursor:pointer; border:none; border-radius:6px; margin:auto; margin-top:30px;  }
201
.cover p{ clear:both;font-size:15px;line-height:26px; color:#818181; text-align:center; margin:10px 0;}
202
.coverset p{ clear:both;font-size:15px;line-height:26px; color:#818181; text-align:center; margin:10px 0;}
203
.cover2 p{ clear:both;font-size:15px;line-height:26px; color:#818181; text-align:center; margin:10px 0;}
204
.activate{ width:140px; height:32px; background:#fff;font-size:14px;line-height:30px; color:#333; cursor:pointer; border:none; border-radius:6px; margin:auto; margin-top:10px;  }
205 205
.act{margin-left:40px;}
206 206
.act-color{background:#ff9900;color:#fff;}
207 207
.back-btn:hover{background:#ff9900;color:#fff;cursor:pointer;}
208 208
.input-code{ width: 210px;margin-left: 10px;}
209
.infor-code{ width:130px; height:40px; background:#ff9900; border:none; border-radius:6px;font-size:14px;line-height:35px; color:#fff; cursor:pointer; margin-left:5px;}
209
.infor-code{ width:130px; height:36px; background:#ff9900; border:none; border-radius:6px;font-size:14px;line-height:35px; color:#fff; cursor:pointer; margin-left:5px;}
210 210

211 211
/*------------------------------------------------------------------------------------*/
212 212
/*专家信息页*/

+ 5 - 6
css/login.css

@ -218,15 +218,14 @@ html,body{ cursor:default; margin:0; height:100%;}
218 218
.boxnav-title{font-size: 14px; line-height:40px; font-weight: normal;position:relative;padding-left:2%;}
219 219
ul.boxnav{ overflow: hidden;width:100%;}
220 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;}
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;}
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
ul.boxnav li.set span{
226
  background:url(../images/choiceIcon.png) no-repeat;pading-left:4px;}
227
ul.boxnav li.set:nth-child(1) span{border:1px solid #ff9900; color: #fff; background-color: #ff9900; background-position: 11px center; }
228
ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; background-color: #6699ff; background-position: 17px center; }
229
ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; background-color: #66cc00; background-position: 22px center; }
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; }
230 229

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