diff --git a/src/saas/AppCountryAlbum/Photo.vue b/src/saas/AppCountryAlbum/Photo.vue index 16299880..384b2793 100644 --- a/src/saas/AppCountryAlbum/Photo.vue +++ b/src/saas/AppCountryAlbum/Photo.vue @@ -3,25 +3,26 @@
- -
-
-

查看图片

-

长按图片进行分享给他人

- + +
+
+

查看图片

+

长按图片进行分享给他人

+ +
+
+
+ + 返回
-
-
- - 返回 -
-
- - 删除 -
+
+ + 删除
- +
@@ -132,6 +133,20 @@ } .photo-bottom { + position: fixed; + bottom: 0; + left: 0; + z-index: 11; + width: 100%; + transform: translateY(100%); + background: #fff; + border-radius: 32px 32px 0 0; + transition: all ease 0.4s; + + &.active { + transform: translateY(0); + } + .top { display: flex; position: relative;