shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit 247a8f86a0 - Show all commits

View File

@ -29,6 +29,7 @@ export default {
background: url("@/assets/images/titleImg.png") no-repeat;
background-size: 100% 100%;
display: flex;
align-items: center;
div {
font-size: calc(100vw * 18 / 1920);
color: #ffffff;
@ -41,11 +42,12 @@ export default {
}
}
.titltText {
margin: 1% 0 0 2%;
margin: 0% 0 1% 2%;
// margin-left: 2%;
}
}
.content {
margin-top: 2%;
margin-top: 3%;
height: 88%;
background: url("@/assets/images/cardImg.png") no-repeat;
background-size: 100% 100%;