diff --git a/src/App.vue b/src/App.vue index d06bc2c..97e20c8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@
- + @@ -89,4 +89,8 @@ body::-webkit-scrollbar { .anchorBL { display: none; } + +.min-height{ + min-height:30rem +} diff --git a/src/common/platform.styl b/src/common/platform.styl index e83dde1..28668f3 100644 --- a/src/common/platform.styl +++ b/src/common/platform.styl @@ -1,12 +1,18 @@ .nav-box { - height: 50px; - background: #000000; - line-height: 50px; - padding: 0 9%; - color: #fff; + width 100% + height 2.5rem + // border 1px solid pink + // border-bottom 1px solid #4C5660 font-size: 16px; + padding-left 1.5rem + padding-top 0.2rem + background-color #fff + + + // line-height: 50px; + div { - margin-right: 56px; + margin-right: 1rem; cursor: pointer; } } @@ -43,26 +49,9 @@ line-height: 1.5rem; } -.circular { - height: 20px; - width: 20px; - background: #13ACC4; - border-radius: 50%; - margin: auto 0 -} -.center-box { - - background: #fff; - padding: 0 9%; -} -.center-title { - top: 10%; - font-size: 30px; - color: #000; -} .center-content { float: right; margin: 50px 0; diff --git a/src/common/portrait.styl b/src/common/portrait.styl index 87736fd..77f4ba6 100644 --- a/src/common/portrait.styl +++ b/src/common/portrait.styl @@ -542,4 +542,47 @@ h2{ .font-weight-bold{ font-weight bold +} + +// .item-box { +// position: relative; +// width: 41%; +// margin-right: 3%; +// margin-left: 3%; +// border-radius: 4px; +// } + +.about-us{ + width 100% + height 2.5rem + // border 1px solid pink + font-size: 16px; + padding-left 1.5rem + padding-top 0.2rem + background-color #fff +} + +.width-8{ + width 80% !important +} + +.search-background { + background: #fff + // border: 1px solid rgba(0, 0, 0, 0.06); + height: auto; + padding: 0 1.4rem; + width: 100%; + margin: 0.5rem auto 1rem; + line-height: 1.2rem; +} + +.item-box { + position: relative; + width: 41%; + background: #fff; + margin-left: 6%; + border-radius: 4px; + margin-bottom: 40px; + padding: 10px; + padding-bottom: 60px; } \ No newline at end of file diff --git a/src/components/FooterPage/FriendShip.vue b/src/components/FooterPage/FriendShip.vue index 26e37ed..fa6177a 100644 --- a/src/components/FooterPage/FriendShip.vue +++ b/src/components/FooterPage/FriendShip.vue @@ -8,7 +8,7 @@