订制套餐

This commit is contained in:
2025-04-23 08:43:17 +08:00
parent 7077bc789f
commit 1e59490208
5 changed files with 341 additions and 132 deletions

View File

@@ -19,9 +19,9 @@ body {
width: 100%;
min-height: 100vh;
background: url("../images/img2.png");
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: right top;
background-size: contain;
background-size: contain;
} */
.secure-content-wrap{
/* padding: 8rem 0; */
@@ -133,6 +133,23 @@ body {
margin-top: -17.5rem;
box-sizing: border-box;
}
.tc-popup {
background: #FFFFFF;
box-shadow: 0px 0px 3px 0px rgba(15,80,178,0.51);
border-radius: 4px;
padding: 4.375rem 3.75rem;
position: fixed;
/* top: 26%;
left: 36%; */
z-index: 90;
width: 32.5rem;
left: 25%;
margin-left: -16.25rem;
height: 40rem;
top: 50%;
margin-top: -17.5rem;
box-sizing: border-box;
}
.popup-content__item {
margin-bottom: 1.25rem;
}
@@ -353,4 +370,4 @@ body {
width: 100%;
height: 100%;
}
}
}