diff --git a/assets/index.scss b/assets/index.scss index 15c15b2..429d26b 100644 --- a/assets/index.scss +++ b/assets/index.scss @@ -985,16 +985,19 @@ } .box_13 { - background-color: rgba(248, 249, 251, 1); + // background-color: rgba(248, 249, 251, 1); width: 380px; height: 254px; margin-left: 30px; } .text-group_6 { - width: 340px; - height: 90px; - margin: 20px 0 0 18px; + width: 340px; + height: 90px; + margin: 20px 0 0 18px; + background: #f2f2f2; + padding: 10px; + border-radius: 10px; } .text_43 { @@ -1030,17 +1033,18 @@ } .section_6 { - background-color: rgba(252, 116, 40, 1); + background: #3B90DF; width: 6px; height: 6px; margin-top: 5px; + border-radius: 50%; } .text_44 { width: 56px; height: 14px; overflow-wrap: break-word; - color: rgba(252, 116, 40, 1); + color: #3B90DF; font-size: 14px; font-family: Microsoft YaHei UI-Regular; font-weight: NaN; @@ -1284,7 +1288,7 @@ .box_18 { width: 100%; height: 465px; - background: var(--bg-5) 100% no-repeat; + // background: var(--bg-5) 100% no-repeat; background-size: 100% 100%; justify-content: flex-center; } @@ -1651,6 +1655,7 @@ margin-bottom: 50px; } + .text-wrapper_13 { width: 100%; // height: 17px; diff --git a/components/AppHeader.vue b/components/AppHeader.vue index b6e7037..4451671 100644 --- a/components/AppHeader.vue +++ b/components/AppHeader.vue @@ -158,5 +158,6 @@ onMounted(() => { cursor: pointer; } } - +@media screen and (max-width: 768px) { +} \ No newline at end of file diff --git a/components/AppHome.vue b/components/AppHome.vue index 3149145..98b8cfa 100644 --- a/components/AppHome.vue +++ b/components/AppHome.vue @@ -6,7 +6,7 @@