diff --git a/src/pages/index/components/chat/ChatQuickAccess/index.vue b/src/pages/index/components/chat/ChatQuickAccess/index.vue index 4db2fbb..eb4f04c 100644 --- a/src/pages/index/components/chat/ChatQuickAccess/index.vue +++ b/src/pages/index/components/chat/ChatQuickAccess/index.vue @@ -19,36 +19,41 @@ + + diff --git a/src/pages/index/components/module/MoreService/styles/index.scss b/src/pages/index/components/module/MoreService/styles/index.scss new file mode 100644 index 0000000..413b694 --- /dev/null +++ b/src/pages/index/components/module/MoreService/styles/index.scss @@ -0,0 +1,29 @@ +.popup-content { + background-color: #f5f7fa; + border-radius: 15px 15px 0 0; + padding-bottom: Max(env(safe-area-inset-bottom), 12px) !important; +} + +.list { + border-radius: 15px; +} + +.item { + gap: 20px; + + &:last-child { + border-bottom: none; + } +} + +.left { + width: 24px; + height: 24px; + margin-right: 12px; +} + +.right { + background-color: #2d91ff; + border-radius: 5px; + padding: 6px; +} diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index e724bff..0ab38cf 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -11,6 +11,9 @@ @close="handleCalendarClose" @select="handleDateSelect" /> + + +