Commit d53deea4 authored by “yiyousong”'s avatar “yiyousong”

Merge branch 'reg' of http://gitlab.scsmile.cn/zxf/smart_gov_platform into reg

parents 24e905c6 a2d1d7e3
This image diff could not be displayed because it is too large. You can view the blob instead.
...@@ -448,7 +448,7 @@ export default { ...@@ -448,7 +448,7 @@ export default {
} }
100% { 100% {
width: 640px; width: 800px;
} }
} }
// @keyframes hiddrenText { // @keyframes hiddrenText {
...@@ -482,7 +482,7 @@ export default { ...@@ -482,7 +482,7 @@ export default {
--input-height: 50px; --input-height: 50px;
--input-border-color: rgba(238, 238, 238, 1); --input-border-color: rgba(238, 238, 238, 1);
--time: 1.5s; --time: 1.5s;
background: url("@/assets/images/login_bg.png"); background: url("@/assets/images/login_bg.jpg");
background-size: 100% auto; background-size: 100% auto;
animation: bg-roll 150s cubic-bezier(0.21, 0.07, 0.88, 1.02) infinite; animation: bg-roll 150s cubic-bezier(0.21, 0.07, 0.88, 1.02) infinite;
.main { .main {
...@@ -490,12 +490,12 @@ export default { ...@@ -490,12 +490,12 @@ export default {
background-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7);
} }
.slogan { .slogan {
margin-left: 200px; margin-left: 120px;
// margin-right: 20px; // margin-right: 20px;
} }
.slogan-text { .slogan-text {
width: 640px; width: 640px;
font-size: 68px; font-size: 78px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 500; font-weight: 500;
color: #fff; color: #fff;
......
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