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

首页

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