修改委托招聘服务协议图片展示处理

This commit is contained in:
maojiacai
2025-10-23 12:03:40 +08:00
parent bf1b61770d
commit 7fe891df41
2 changed files with 4 additions and 2 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,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; 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;