Commit 36d5422e by hank

bug

parent 3df84a6e
......@@ -54,12 +54,11 @@ export default {
// height: 15rem;
height: 100%;
background: #2b193f url("~@/pages/index/assets/images/fengceng.png") no-repeat center;
background-size: auto 100%;
background-size: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
.close {
width: 3.6rem;
height: 1.1rem;
......@@ -78,7 +77,7 @@ export default {
}
}
.fucengBoxPlus {
background-size: 100% auto;
background-size: cover;
}
}
</style>
......
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 sign in to comment