Commit 9f47b069 authored by 仇晓婷's avatar 仇晓婷

首页

parent e84833a5
...@@ -363,7 +363,7 @@ export default { ...@@ -363,7 +363,7 @@ export default {
background-color: none !important; background-color: none !important;
} }
.home { .home {
padding: 10px 5px; padding: 5px;
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
...@@ -466,7 +466,7 @@ export default { ...@@ -466,7 +466,7 @@ export default {
} }
} }
.card-list { .card-list {
margin-top: 15px; // margin-top: 5px;
position: relative; position: relative;
text-align: center; text-align: center;
.bg-b { .bg-b {
...@@ -510,13 +510,14 @@ export default { ...@@ -510,13 +510,14 @@ export default {
cursor: pointer; cursor: pointer;
} }
.img_bg01 { .img_bg01 {
background-color: #ff9100; // background-color: #ff9100;
width: 290px; width: 290px;
height: 130px; height: 130px;
border-radius: 8px; border-radius: 8px;
cursor: pointer; cursor: pointer;
margin: 0 40px; margin: 0 40px;
background: linear-gradient(to left, #0673df, #26c2e9); background-image: url("../../assets/images/home/ju-xing1.png");
// background: linear-gradient(to left, #0673df, #26c2e9);
} }
.img_bg02 { .img_bg02 {
width: 290px; width: 290px;
...@@ -524,7 +525,7 @@ export default { ...@@ -524,7 +525,7 @@ export default {
cursor: pointer; cursor: pointer;
margin: 0 40px; margin: 0 40px;
border-radius: 8px; border-radius: 8px;
background: linear-gradient(to left, #5140e9, #8a92fc); background-image: url("../../assets/images/home/ju-xing2.png");
} }
.img_bg03 { .img_bg03 {
cursor: pointer; cursor: pointer;
...@@ -532,7 +533,7 @@ export default { ...@@ -532,7 +533,7 @@ export default {
height: 130px; height: 130px;
margin: 0 40px; margin: 0 40px;
border-radius: 8px; border-radius: 8px;
background: linear-gradient(to left, #04b573, #69fc8a); background-image: url("../../assets/images/home/ju-xing3.png");
} }
.img_bg04 { .img_bg04 {
cursor: pointer; cursor: pointer;
...@@ -540,7 +541,7 @@ export default { ...@@ -540,7 +541,7 @@ export default {
height: 130px; height: 130px;
margin: 0 40px; margin: 0 40px;
border-radius: 8px; border-radius: 8px;
background: linear-gradient(to left, #6514cf, #a972fe); background-image: url("../../assets/images/home/ju-xing4.png");
} }
.img_icon { .img_icon {
width: 40px; width: 40px;
...@@ -567,11 +568,12 @@ export default { ...@@ -567,11 +568,12 @@ export default {
background: url("../../assets/images/home/echars.png") no-repeat; background: url("../../assets/images/home/echars.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.table { // .table {
margin-top: 15px; // margin-top: 5px;
} // }
.title-r { .title-r {
position: relative; position: relative;
margin-top: 5px;
} }
.a-r { .a-r {
position: absolute; position: absolute;
......
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