diff --git a/project/sass/apps/Announce/AppAnnounce/components/Add.vue b/project/sass/apps/Announce/AppAnnounce/components/Add.vue index 096af2b9..ae9a36b9 100644 --- a/project/sass/apps/Announce/AppAnnounce/components/Add.vue +++ b/project/sass/apps/Announce/AppAnnounce/components/Add.vue @@ -157,57 +157,7 @@
- - -
-
-
-
- -
-
-
-

{{ form.content }}

-
-
-
-
-
- -
-
-
- -
-
- -
-
-
-

{{ item.name }}

-

{{ item.fileSizeStr }}

-
- -
- -
-

{{ item.mpTitle }}

- -
- 小程序 - -
-
-
-
-
-
+
@@ -75,6 +86,22 @@ height: 647px; } + .close { + position: absolute; + top: 0; + right: 0; + z-index: 111; + width: 60px; + height: 60px; + cursor: pointer; + transition: all ease 0.5s; + transform: translate(100%, -50%); + + &:hover { + opacity: 0.7; + } + } + .phone-wrapper { position: absolute; left: 0;