diff --git a/src/components/AboutUs.vue b/src/components/AboutUs.vue index e26b624..d88a028 100644 --- a/src/components/AboutUs.vue +++ b/src/components/AboutUs.vue @@ -27,6 +27,7 @@ import FourCard from '@/components/FourCard' .more_btn { width: 173px; height: 43px; + cursor: pointer; background: linear-gradient(90deg, #facc22, #f83600); border-radius: 22px; display: flex; diff --git a/src/components/FourCard.vue b/src/components/FourCard.vue index a29e00f..16733e7 100644 --- a/src/components/FourCard.vue +++ b/src/components/FourCard.vue @@ -58,8 +58,7 @@ import Temp from '@/static/img/6.png' display: flex; align-items: center; flex-direction: column; - padding: 40px 45px 30px 45px; - box-sizing: border-box; + padding: 40px 0; .icon { width: 60px; height: 60px; @@ -76,7 +75,7 @@ import Temp from '@/static/img/6.png' font-weight: 300; color: #7e7e7e; text-align: center; - white-space: nowrap; + // white-space: nowrap; margin-bottom: 99px; .line { margin-bottom: 10px; diff --git a/src/pages/index.vue b/src/pages/index.vue index a8f0776..99c259a 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -16,7 +16,4 @@ import Contact from '@/components/Contact' import Bottom from '@/components/Bottom' - +