diff --git a/pages/home/newZone.vue b/pages/home/newZone.vue index b41d657..1be31a9 100644 --- a/pages/home/newZone.vue +++ b/pages/home/newZone.vue @@ -108,12 +108,17 @@ export default{ background: #fff; border-radius: 20rpx; position: absolute; - bottom: 0; + bottom: -17rpx; transition: all ease-in-out 0.3s; + scale: 0.85; + left: 15rpx; } .is-actived{ - width: 225rpx; - height: 260rpx; + // width: 225rpx; + // height: 260rpx; + bottom: 0; + scale: 1; + left: 0; } .cover-img{ width: 706rpx;