lcw
This commit is contained in:
@ -467,7 +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: #48FAFC;
|
color: #ffffff;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
@ -57,7 +57,7 @@
|
|||||||
:description="cardFourInfo.description"
|
:description="cardFourInfo.description"
|
||||||
:type1="cardFourInfo.type1"
|
:type1="cardFourInfo.type1"
|
||||||
:type2="cardFourInfo.type2"
|
:type2="cardFourInfo.type2"
|
||||||
style="margin-top: 0.625vw"
|
|
||||||
>
|
>
|
||||||
<el-carousel
|
<el-carousel
|
||||||
:interval="8000"
|
:interval="8000"
|
||||||
@ -72,7 +72,7 @@
|
|||||||
<!-- <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
|
<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"
|
||||||
|
|||||||
Reference in New Issue
Block a user