修改 - 更改式样

This commit is contained in:
suwings 2018-04-27 11:16:48 +08:00
parent c9c3fb08a5
commit 6be89da4e2
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
<p>如有问题,请及时反馈!</p> <p>如有问题,请及时反馈!</p>
</div> </div>
<p id="mlogin_context_footer"> <p class="mlogin_context_footer">
<span>©2013-2018 Suwings. All rights reserved.</span> <span>©2013-2018 Suwings. All rights reserved.</span>
</p> </p>
<!-- 登录 --> <!-- 登录 -->
@ -48,7 +48,7 @@
需要帮助? 需要帮助?
</a> </a>
</div> </div>
<p id="mlogin_context_footer" class="phone "> <p class="mlogin_context_footer phone">
<span>©2013-2018 Suwings. All rights reserved.</span> <span>©2013-2018 Suwings. All rights reserved.</span>
</p> </p>
</div> </div>

View File

@ -48,7 +48,7 @@ html {
color: #fff; color: #fff;
} }
#mlogin_context_footer { .mlogin_context_footer {
color: #666; color: #666;
position: absolute; position: absolute;
bottom: 8px; bottom: 8px;
@ -163,7 +163,7 @@ html {
top: 0; top: 0;
right: 0; right: 0;
} }
#mlogin_context_footer { .mlogin_context_footer {
left: 24px; left: 24px;
} }
.phone_not { .phone_not {