Commit d67733c9 authored by xinzhedeai's avatar xinzhedeai

登录页修改

parent 5b00228e
This diff is collapsed.
...@@ -108,9 +108,9 @@ ...@@ -108,9 +108,9 @@
</div> </div>
<div class="foots_con"> <div class="foots_con">
<div class="foots_info" style="float: left"> <div class="foots_info" style="float: left">
<p>网址t:http://zhidcLcomy</p> <p>网址: http://zhidcLcomy</p>
<p>地址:淄博市张店区潘南西路8号院</p> <p>地址: 淄博市张店区潘南西路8号院</p>
<p>电话/传真:0533-3338333</p> <p>电话/传真: 0533-3338333</p>
</div> </div>
<div <div
class="r foots_ewm" class="r foots_ewm"
...@@ -146,7 +146,7 @@ import Config from "@/settings"; ...@@ -146,7 +146,7 @@ import Config from "@/settings";
import { getCodeImg } from "@/api/login"; import { getCodeImg } from "@/api/login";
import Cookies from "js-cookie"; import Cookies from "js-cookie";
import qs from "qs"; import qs from "qs";
import Background from "@/assets/images/background.webp"; import Background from "@/assets/images/background.png";
import { mapGetters } from "vuex"; import { mapGetters } from "vuex";
export default { export default {
name: "Login", name: "Login",
...@@ -327,7 +327,7 @@ export default { ...@@ -327,7 +327,7 @@ export default {
bottom: 0; bottom: 0;
width: 100%; width: 100%;
padding: 0.8rem 0 0.2rem 0; padding: 0.8rem 0 0.2rem 0;
background: #04264b; background: rgba(4,38,75, 0.9);
.foots_logo { .foots_logo {
width: 1140px; width: 1140px;
padding-bottom: 0.2rem; padding-bottom: 0.2rem;
...@@ -393,7 +393,7 @@ export default { ...@@ -393,7 +393,7 @@ export default {
// display: flex; // display: flex;
// align-items: center; // align-items: center;
top: 0; top: 0;
background: #a0bceb; background: rgba(110,148,178,0.8);
color: #fff; color: #fff;
height: 30px; height: 30px;
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment