diff --git a/src/components/CommandWrapper/images/2025-07-14_144207.png b/src/components/CommandWrapper/images/2025-07-14_144207.png deleted file mode 100644 index b271e83..0000000 Binary files a/src/components/CommandWrapper/images/2025-07-14_144207.png and /dev/null differ diff --git a/src/components/CommandWrapper/index.vue b/src/components/CommandWrapper/index.vue deleted file mode 100644 index 2dfc8a5..0000000 --- a/src/components/CommandWrapper/index.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - - - diff --git a/src/components/CommandWrapper/styles/index.scss b/src/components/CommandWrapper/styles/index.scss deleted file mode 100644 index 10f0727..0000000 --- a/src/components/CommandWrapper/styles/index.scss +++ /dev/null @@ -1,11 +0,0 @@ -.command-wrapper { - background-color: #0ccd58; - border-radius: 20px 4px 20px 20px; - padding: 8px 24px; - width: max-content; -} - -.command-text { - color: #fff; - font-size: 14px; -} diff --git a/src/components/DateRangeSection/index.vue b/src/components/DateRangeSection/index.vue index d8cd882..f21e4b3 100644 --- a/src/components/DateRangeSection/index.vue +++ b/src/components/DateRangeSection/index.vue @@ -14,7 +14,7 @@
房间详情 - +
diff --git a/src/components/Divider/index.vue b/src/components/Divider/index.vue deleted file mode 100644 index 363502c..0000000 --- a/src/components/Divider/index.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/src/components/Divider/styles/index.scss b/src/components/Divider/styles/index.scss deleted file mode 100644 index 4f0cc2f..0000000 --- a/src/components/Divider/styles/index.scss +++ /dev/null @@ -1,36 +0,0 @@ -.divider { - height: 1px; - margin: 0 10px; - background: linear-gradient( - to right, - #eee, - #eee 5px, - transparent 5px, - transparent - ); - background-size: 10px 100%; - position: relative; - - // &::before, &::after { - // position: absolute; - // content: ''; - // height: 12px; - // width: 6px; - - // background-color: #E2EDF2; - // top: 50%; - // transform: translateY(-50%); - // } - - // &::before { - // border-radius: 0 20px 20px 0; - // top: 0; - // left: -10px; - // } - - // &::after { - // border-radius: 20px 0 0 20px; - // top: 0; - // right: -10px; - // } -} diff --git a/src/components/FormCard/images/2025-07-15_161532.png b/src/components/FormCard/images/2025-07-15_161532.png deleted file mode 100644 index 8231aa0..0000000 Binary files a/src/components/FormCard/images/2025-07-15_161532.png and /dev/null differ diff --git a/src/components/LocationInfo/index.vue b/src/components/LocationInfo/index.vue deleted file mode 100644 index 4065c3e..0000000 --- a/src/components/LocationInfo/index.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - diff --git a/src/components/LocationInfo/styles/index.scss b/src/components/LocationInfo/styles/index.scss deleted file mode 100644 index 2f46e10..0000000 --- a/src/components/LocationInfo/styles/index.scss +++ /dev/null @@ -1,14 +0,0 @@ -.store-address { - display: flex; - align-items: center; - font-size: 14px; - color: #333; - - text { - flex: 1; - padding: 0 6px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } -} diff --git a/src/components/Privacy/index.vue b/src/components/Privacy/index.vue deleted file mode 100644 index 20d605f..0000000 --- a/src/components/Privacy/index.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - - - diff --git a/src/components/Privacy/styles/index.scss b/src/components/Privacy/styles/index.scss deleted file mode 100644 index 1ea253d..0000000 --- a/src/components/Privacy/styles/index.scss +++ /dev/null @@ -1,66 +0,0 @@ -.privacy { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.7); - z-index: 9999; - display: flex; - flex-direction: column; - justify-content: flex-end; - align-items: end; -} - -.title { - font-size: 20px; - font-weight: bold; - color: #000; - padding-bottom: 20rpx; -} - -.content { - position: relative; - background-color: #fff; - padding: 15px; - border-radius: 20px 20px 0 0; -} - -.des { - line-height: 21px; -} - -.link { - color: #007aff; -} - -.btns { - display: flex; - justify-content: space-between; - align-items: center; - padding: 20px 0 40px; -} - -.reject, -.agree { - border-radius: 50px; - width: 45%; - border: none; - font-size: 18px; - margin: 0; - - &::after { - border: none; - } -} - -.reject { - color: #000; - background-color: #f5f5f5; - border-radius: 50px; -} - -.agree { - color: #fff; - background-color: #007aff; -} diff --git a/src/components/ResponseIntro/images/2025-07-14_155933.png b/src/components/ResponseIntro/images/2025-07-14_155933.png deleted file mode 100644 index 1882d8a..0000000 Binary files a/src/components/ResponseIntro/images/2025-07-14_155933.png and /dev/null differ diff --git a/src/components/ResponseIntro/index.vue b/src/components/ResponseIntro/index.vue deleted file mode 100644 index e1d11ff..0000000 --- a/src/components/ResponseIntro/index.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - - - diff --git a/src/components/ResponseIntro/styles/index.scss b/src/components/ResponseIntro/styles/index.scss deleted file mode 100644 index 7e8868e..0000000 --- a/src/components/ResponseIntro/styles/index.scss +++ /dev/null @@ -1,11 +0,0 @@ -.response-intro-wrapper { - padding: 4px 8px 12px 12px; -} - -.response-intro-text { - font-weight: 500; - font-size: 14px; - color: #333; - line-height: 20px; - text-align: justify; -} diff --git a/src/components/ResponseWrapper/index.vue b/src/components/ResponseWrapper/index.vue deleted file mode 100644 index b1dc954..0000000 --- a/src/components/ResponseWrapper/index.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/src/components/ResponseWrapper/styles/index.scss b/src/components/ResponseWrapper/styles/index.scss deleted file mode 100644 index a352aeb..0000000 --- a/src/components/ResponseWrapper/styles/index.scss +++ /dev/null @@ -1,7 +0,0 @@ -.response-wrapper { - background: rgba(255, 255, 255, 0.4); - box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1); - border-radius: 4px 20px 20px 20px; - border: 1px solid #fff; - padding: 12px; -} diff --git a/src/components/ServiceTipsWord/images/2025-07-11_141148.png b/src/components/ServiceTipsWord/images/2025-07-11_141148.png deleted file mode 100644 index 5b61cd2..0000000 Binary files a/src/components/ServiceTipsWord/images/2025-07-11_141148.png and /dev/null differ diff --git a/src/components/ServiceTipsWord/images/icon_refresh.png b/src/components/ServiceTipsWord/images/icon_refresh.png deleted file mode 100644 index bf85d77..0000000 Binary files a/src/components/ServiceTipsWord/images/icon_refresh.png and /dev/null differ diff --git a/src/components/ServiceTipsWord/index.vue b/src/components/ServiceTipsWord/index.vue deleted file mode 100644 index 263df97..0000000 --- a/src/components/ServiceTipsWord/index.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - - - diff --git a/src/components/ServiceTipsWord/styles/index.scss b/src/components/ServiceTipsWord/styles/index.scss deleted file mode 100644 index 3c6ea01..0000000 --- a/src/components/ServiceTipsWord/styles/index.scss +++ /dev/null @@ -1,53 +0,0 @@ -.service-prompt { - padding: 12px 18px; -} - -.service-header { - display: flex; - align-items: center; - margin-bottom: 5px; -} - -.header-text { - font-size: 12px; - color: #6b84a2; -} - -.header-icon { - width: 9px; - height: 9px; - margin-left: 8px; -} - -.service-buttons { - display: flex; - flex-wrap: nowrap; -} - -.service-button { - height: 36px; - display: flex; - align-items: center; - justify-content: center; - margin-right: 8px; - padding-left: 12px; - padding-right: 12px; - background: linear-gradient( - 180deg, - rgba(255, 255, 255, 0.5) 0%, - #ffffff 100% - ); - box-shadow: 0px 2px 6px 0px rgba(16, 78, 137, 0.1); - border-radius: 20px 20px 20px 20px; - border: 1px solid #fff; - border-image: linear-gradient( - 137deg, - rgba(255, 255, 255, 1), - rgba(255, 255, 255, 0.5), - rgba(255, 255, 255, 1) - ); - font-size: 12px; - font-weight: 500; - color: #0ccd58; - border-radius: 50px; -} diff --git a/src/components/TagsGroup/images/2025-07-13_102028.png b/src/components/TagsGroup/images/2025-07-13_102028.png deleted file mode 100644 index d850fd5..0000000 Binary files a/src/components/TagsGroup/images/2025-07-13_102028.png and /dev/null differ diff --git a/src/components/TagsGroup/index.vue b/src/components/TagsGroup/index.vue deleted file mode 100644 index ed54ec4..0000000 --- a/src/components/TagsGroup/index.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/src/components/TagsGroup/styles/index.scss b/src/components/TagsGroup/styles/index.scss deleted file mode 100644 index 45f353d..0000000 --- a/src/components/TagsGroup/styles/index.scss +++ /dev/null @@ -1,13 +0,0 @@ -.tags-group { - display: flex; - gap: 8px; -} - -.tag-item { - background-color: #fff; - border-radius: 10px; - padding: 8px 16px; - font-size: 12px; - color: #0ccd58; - white-space: nowrap; -}