This commit is contained in:
lcw
2025-10-23 12:57:48 +08:00
3 changed files with 5 additions and 4 deletions

View File

@ -459,7 +459,7 @@ function closeModal() {
.carousel-item-title { .carousel-item-title {
background: linear-gradient(90deg, rgba(203, 242, 250, 0) 0%, rgba(203, 242, 250, 0.43) 58%, rgba(203, 242, 250, 0) 100%); background: linear-gradient(90deg, rgba(203, 242, 250, 0) 0%, rgba(203, 242, 250, 0.43) 58%, rgba(203, 242, 250, 0) 100%);
opacity: 0.5; //opacity: 0.5;
width: 100%; width: 100%;
height: 1.1vw; height: 1.1vw;
margin-top: 1vw; margin-top: 1vw;
@ -467,8 +467,8 @@ function closeModal() {
line-height: 1.1vw; line-height: 1.1vw;
text-align: center; text-align: center;
border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
color: #ffffff;
font-weight: bold; font-weight: bold;
color: #a9f0ff;
} }
img { img {

View File

@ -82,6 +82,7 @@ const props = defineProps({
height: 24.6875vw; height: 24.6875vw;
background: url("~@/assets/recruitment/module_bg.svg") no-repeat; background: url("~@/assets/recruitment/module_bg.svg") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
overflow: hidden;
.cardWrapper { .cardWrapper {
position: relative; position: relative;

View File

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