style:好差评
Showing
3 changed files
with
14 additions
and
3 deletions
... | @@ -186,11 +186,12 @@ | ... | @@ -186,11 +186,12 @@ |
186 | </ul> | 186 | </ul> |
187 | </div> | 187 | </div> |
188 | <div class="login-list"> | 188 | <div class="login-list"> |
189 | <p>不动产在线登记服务平台</p> | 189 | <p class="login-list-title">不动产在线登记服务平台</p> |
190 | <a href="">个人登录</a> | 190 | <a href="">个人登录</a> |
191 | <a href="">法人登录</a> | 191 | <a href="">法人登录</a> |
192 | <a href="">个人注册</a> | 192 | <a href="">个人注册</a> |
193 | <a href="">法人登录</a> | 193 | <a href="">法人登录</a> |
194 | <p class="login-list-subtitle">实现企业和群众“最多跑一次” 、“一次也不跑”</p> | ||
194 | </div> | 195 | </div> |
195 | </div> | 196 | </div> |
196 | </div> | 197 | </div> | ... | ... |
... | @@ -632,16 +632,22 @@ div.c_five ul li a img { | ... | @@ -632,16 +632,22 @@ div.c_five ul li a img { |
632 | background: #FFFFFF; | 632 | background: #FFFFFF; |
633 | border: 1px solid #E9E9E9; | 633 | border: 1px solid #E9E9E9; |
634 | box-sizing: border-box; | 634 | box-sizing: border-box; |
635 | padding: 24px 54px; | 635 | padding: 24px 30px; |
636 | text-align: center; | 636 | text-align: center; |
637 | } | 637 | } |
638 | .login-list p { | 638 | .login-list .login-list-title { |
639 | color: #3C4A66; | 639 | color: #3C4A66; |
640 | letter-spacing: 2px; | 640 | letter-spacing: 2px; |
641 | font-size: 24px; | 641 | font-size: 24px; |
642 | text-align: center; | 642 | text-align: center; |
643 | margin-bottom: 20px; | 643 | margin-bottom: 20px; |
644 | } | 644 | } |
645 | .login-list .login-list-subtitle { | ||
646 | font-size: 18px; | ||
647 | margin-top: 10px; | ||
648 | color: #608DE7; | ||
649 | display: none; | ||
650 | } | ||
645 | .login-list a { | 651 | .login-list a { |
646 | display: inline-block; | 652 | display: inline-block; |
647 | width: 80px; | 653 | width: 80px; | ... | ... |
... | @@ -70,6 +70,10 @@ function initData() { | ... | @@ -70,6 +70,10 @@ function initData() { |
70 | $(".convenient-service-list li").mouseout(function() { | 70 | $(".convenient-service-list li").mouseout(function() { |
71 | $(this).find('img').attr('src', $(this).find('img').attr('pre')) | 71 | $(this).find('img').attr('src', $(this).find('img').attr('pre')) |
72 | }) | 72 | }) |
73 | f (getItem('myCookie') && getItem('myCookie').username) { | ||
74 | $('.login-list a').hide(); | ||
75 | $('.login-list-subtitle').show(); | ||
76 | } | ||
73 | } | 77 | } |
74 | // 获取汉字长度 | 78 | // 获取汉字长度 |
75 | function strLength(str) { | 79 | function strLength(str) { | ... | ... |
-
Please register or sign in to post a comment