Commit 2261490b authored by 姬鋆屾's avatar 姬鋆屾

tui

parent ab72c8cf
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
.platform { .platform {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("~@/assets/images/pingtaibg.png") center no-repeat; background: url("~@/assets/images/siteArrange/bg-pintai.jpg") center no-repeat;
background-size: cover; background-size: cover;
padding-top: @headerH; padding-top: @headerH;
...@@ -104,7 +104,8 @@ export default { ...@@ -104,7 +104,8 @@ export default {
width: 1200px; width: 1200px;
height: 440px; height: 440px;
margin: auto; margin: auto;
background-color: #ffffff; // background-color: #ffffff;
background: rgba(5, 30, 75, 0.66);
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
.ant-card { .ant-card {
...@@ -152,4 +153,4 @@ export default { ...@@ -152,4 +153,4 @@ export default {
margin: auto; margin: auto;
} }
} }
</style> </style>
\ No newline at end of file
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