Authored by unknown

密码提示样式

1 -{{> layout/simple-header}} 1 +{{> layout/simple-header}}
2 <div class="reset-pwd-page back-page passport-page yoho-page clearfix"> 2 <div class="reset-pwd-page back-page passport-page yoho-page clearfix">
3 {{# resetPwd}} 3 {{# resetPwd}}
4 {{> passport/cover}} 4 {{> passport/cover}}
@@ -14,8 +14,8 @@ @@ -14,8 +14,8 @@
14 <span class="pwd-intensity high">高</span> 14 <span class="pwd-intensity high">高</span>
15 </div> 15 </div>
16 <div id="pwd-tips" class="pwd-tips hide"> 16 <div id="pwd-tips" class="pwd-tips hide">
17 - <div class="default" id="pwd-tip1">密码只支持6-20位字符</div>  
18 - <div class="default" id="pwd-tip2">建议由字母、 数字、 符号两种以上组合</div> 17 + <div class="default" id="pwd-tip1"><i></i>密码只支持6-20位字符</div>
  18 + <div class="default" id="pwd-tip2"><i></i>建议由字母、 数字、 符号两种以上组合</div>
19 </div> 19 </div>
20 <span id="pwd-err" class="err-tip hide"> 20 <span id="pwd-err" class="err-tip hide">
21 <i></i> 21 <i></i>
@@ -50,10 +50,9 @@ @@ -50,10 +50,9 @@
50 </div> 50 </div>
51 {{/if}} 51 {{/if}}
52 52
53 - {{#if loginUrl}}  
54 - <a href="{{loginUrl}}">[请登录]</a>  
55 - <a href="{{regUrl}}">[免费注册]</a>  
56 - {{/if}} 53 + {{# loginInfo}}
  54 + <a href="{{url}}">{{textCn}}</a>
  55 + {{/ loginInfo}}
57 </li> 56 </li>
58 {{/ tool}} 57 {{/ tool}}
59 </ul> 58 </ul>
@@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
2 2
3 $tip: sprite-map("passport/tip/*.png", $spacing: 10px); 3 $tip: sprite-map("passport/tip/*.png", $spacing: 10px);
4 /**/ 4 /**/
5 -  
6 .passport-page { 5 .passport-page {
7 width: 1150px; 6 width: 1150px;
8 margin-left: auto; 7 margin-left: auto;
@@ -92,6 +91,51 @@ $tip: sprite-map("passport/tip/*.png", $spacing: 10px); @@ -92,6 +91,51 @@ $tip: sprite-map("passport/tip/*.png", $spacing: 10px);
92 } 91 }
93 } 92 }
94 93
  94 + .pwd-tips {
  95 + position: absolute;
  96 + top: -10px;
  97 + left: 285px;
  98 + width: 160px !important;
  99 + height: 72px;
  100 + padding-top: 7px;
  101 + font-size: 12px;
  102 + background: sprite($tip, block) no-repeat;
  103 +
  104 + >div {
  105 + position: relative;
  106 + height: 22px;
  107 + line-height: 22px;
  108 + margin-left: 15px;
  109 + padding-left: 15px;
  110 + font-size: 12px;
  111 + color: #b9b9b9;
  112 +
  113 + i {
  114 + position: absolute;
  115 + width: 14px;
  116 + height: 14px;
  117 + left: -2px;
  118 + top: 50%;
  119 + margin: -7px 0 0;
  120 + background: sprite($tip, info);
  121 + }
  122 +
  123 + &.no {
  124 + color: red;
  125 + i {
  126 + background: sprite($tip, error);
  127 + }
  128 +
  129 + }
  130 +
  131 + &.yes {
  132 + i {
  133 + background: sprite($tip, success);
  134 + }
  135 + }
  136 + }
  137 + }
  138 +
95 .tip-panel { 139 .tip-panel {
96 position: absolute; 140 position: absolute;
97 display: none; 141 display: none;
@@ -18,8 +18,24 @@ class BackController extends AbstractAction @@ -18,8 +18,24 @@ class BackController extends AbstractAction
18 'tool' => array( 18 'tool' => array(
19 array( 19 array(
20 'title' => 'Hi~', 20 'title' => 'Hi~',
21 - 'loginUrl' => 'www.yoho.com',  
22 - 'regUrl' => '' 21 + 'loginInfo' => array(
  22 + array(
  23 + 'textCn' => '2586****@qq.com',
  24 + 'url' => ''
  25 + ),
  26 + array(
  27 + 'textCn' => '[请登录]',
  28 + 'url' => ''
  29 + ),
  30 + array(
  31 + 'textCn' => '[免费注册]',
  32 + 'url' => ''
  33 + ),
  34 + array(
  35 + 'textCn' => '[退出]',
  36 + 'url' => ''
  37 + )
  38 + )
23 ), 39 ),
24 array( 40 array(
25 'title' => 'MY有货', 41 'title' => 'MY有货',
@@ -91,8 +107,24 @@ class BackController extends AbstractAction @@ -91,8 +107,24 @@ class BackController extends AbstractAction
91 'tool' => array( 107 'tool' => array(
92 array( 108 array(
93 'title' => 'Hi~', 109 'title' => 'Hi~',
94 - 'loginUrl' => 'www.yoho.com',  
95 - 'regUrl' => '' 110 + 'loginInfo' => array(
  111 + array(
  112 + 'textCn' => '2586****@qq.com',
  113 + 'url' => ''
  114 + ),
  115 + array(
  116 + 'textCn' => '[请登录]',
  117 + 'url' => ''
  118 + ),
  119 + array(
  120 + 'textCn' => '[免费注册]',
  121 + 'url' => ''
  122 + ),
  123 + array(
  124 + 'textCn' => '[退出]',
  125 + 'url' => ''
  126 + )
  127 + )
96 ), 128 ),
97 array( 129 array(
98 'title' => 'MY有货', 130 'title' => 'MY有货',
@@ -144,8 +176,24 @@ class BackController extends AbstractAction @@ -144,8 +176,24 @@ class BackController extends AbstractAction
144 'tool' => array( 176 'tool' => array(
145 array( 177 array(
146 'title' => 'Hi~', 178 'title' => 'Hi~',
147 - 'loginUrl' => 'www.yoho.com',  
148 - 'regUrl' => '' 179 + 'loginInfo' => array(
  180 + array(
  181 + 'textCn' => '2586****@qq.com',
  182 + 'url' => ''
  183 + ),
  184 + array(
  185 + 'textCn' => '[请登录]',
  186 + 'url' => ''
  187 + ),
  188 + array(
  189 + 'textCn' => '[免费注册]',
  190 + 'url' => ''
  191 + ),
  192 + array(
  193 + 'textCn' => '[退出]',
  194 + 'url' => ''
  195 + )
  196 + )
149 ), 197 ),
150 array( 198 array(
151 'title' => 'MY有货', 199 'title' => 'MY有货',
@@ -195,8 +243,24 @@ class BackController extends AbstractAction @@ -195,8 +243,24 @@ class BackController extends AbstractAction
195 'tool' => array( 243 'tool' => array(
196 array( 244 array(
197 'title' => 'Hi~', 245 'title' => 'Hi~',
198 - 'loginUrl' => 'www.yoho.com',  
199 - 'regUrl' => '' 246 + 'loginInfo' => array(
  247 + array(
  248 + 'textCn' => '2586****@qq.com',
  249 + 'url' => ''
  250 + ),
  251 + array(
  252 + 'textCn' => '[请登录]',
  253 + 'url' => ''
  254 + ),
  255 + array(
  256 + 'textCn' => '[免费注册]',
  257 + 'url' => ''
  258 + ),
  259 + array(
  260 + 'textCn' => '[退出]',
  261 + 'url' => ''
  262 + )
  263 + )
200 ), 264 ),
201 array( 265 array(
202 'title' => 'MY有货', 266 'title' => 'MY有货',
@@ -245,12 +309,27 @@ class BackController extends AbstractAction @@ -245,12 +309,27 @@ class BackController extends AbstractAction
245 'tool' => array( 309 'tool' => array(
246 array( 310 array(
247 'title' => 'Hi~', 311 'title' => 'Hi~',
248 - 'loginUrl' => 'www.yoho.com',  
249 - 'regUrl' => '' 312 + 'loginInfo' => array(
  313 + array(
  314 + 'textCn' => '2586****@qq.com',
  315 + 'url' => ''
  316 + ),
  317 + array(
  318 + 'textCn' => '[请登录]',
  319 + 'url' => ''
  320 + ),
  321 + array(
  322 + 'textCn' => '[免费注册]',
  323 + 'url' => ''
  324 + ),
  325 + array(
  326 + 'textCn' => '[退出]',
  327 + 'url' => ''
  328 + )
  329 + )
250 ), 330 ),
251 array( 331 array(
252 'title' => 'MY有货', 332 'title' => 'MY有货',
253 - 'url' => 'http://www.yohobuy.com/home?t=1450070066.9024',  
254 'options' => array( 333 'options' => array(
255 array( 334 array(
256 'textCn' => '我的收藏', 335 'textCn' => '我的收藏',