diff --git a/src/views/Index/components/Recruit/Card/index.vue b/src/views/Index/components/Recruit/Card/index.vue index bf09a1f..94ccac8 100644 --- a/src/views/Index/components/Recruit/Card/index.vue +++ b/src/views/Index/components/Recruit/Card/index.vue @@ -85,6 +85,9 @@ const getClass = () => { font-weight: bold; color: #ffffff; margin-bottom: 31px; + transition-property: all; + transition-duration: 0.7s; + animation-fill-mode: forwards; } .desc { flex: 1; @@ -94,6 +97,9 @@ const getClass = () => { font-family: 'SourceHanSans'; font-weight: 300; color: rgba(214, 214, 214, 1); + transition-property: all; + transition-duration: 0.7s; + animation-fill-mode: forwards; } .bottom { width: 100%; @@ -126,6 +132,12 @@ const getClass = () => { overflow: hidden; .dialog { background: rgba(40, 63, 231, 0.5); + .title { + transform: scale(1.1); + } + .desc { + transform: scale(1.1); + } } } diff --git a/src/views/Index/components/Recruit/Detail/index.vue b/src/views/Index/components/Recruit/Detail/index.vue index 5b41943..7ff3302 100644 --- a/src/views/Index/components/Recruit/Detail/index.vue +++ b/src/views/Index/components/Recruit/Detail/index.vue @@ -59,26 +59,40 @@

北京市昌平区回龙观街道博纳集团3号楼一层产品梦工厂

-
- 更多岗位 - +
+ 返回列表 +