This commit is contained in:
lcw
2025-10-23 12:56:32 +08:00
parent 7fccd2b942
commit 2763361356
2 changed files with 4 additions and 3 deletions

View File

@ -467,7 +467,8 @@ function closeModal() {
line-height: 1.1vw;
text-align: center;
border-radius: 4px 4px 4px 4px;
color: #48FAFC;
color: #ffffff;
font-weight: bold;
}
img {

View File

@ -57,7 +57,7 @@
:description="cardFourInfo.description"
:type1="cardFourInfo.type1"
:type2="cardFourInfo.type2"
style="margin-top: 0.625vw"
>
<el-carousel
:interval="8000"
@ -72,7 +72,7 @@
<!-- <el-carousel-item><LaborSystemFour /></el-carousel-item> -->
</el-carousel>
</enterprise-employment-card>
<enterprise-employment-card
<enterprise-employment-card style="margin-top: 0.625vw"
:title="cardThreeInfo.title"
:description="cardThreeInfo.description"
:type1="cardThreeInfo.type1"