@@ -17,7 +17,9 @@ body {
article,aside,dialog,footer,header,section,footer,nav,figure,menu {
display: block
}
-
+.container{
+ padding: 0;
+}
h1,
h2,
h3,
@@ -28,7 +30,9 @@ h6 {
font-family: inherit;
line-height: inherit;
+a:focus{
+ text-decoration: none;
h1 {
font-size: $font-size-h1;
font-weight: 500;
@@ -89,6 +89,10 @@
</script>
<style lang="scss" scoped>
@import '~assets/scss/variables';
+ .footer-guide h5{
+ font-size: 16px;
+ margin-bottom: 10px;
+ }
.footer {
font-size: $font-size-small;
background-color: $grey-bg;
@@ -88,6 +88,10 @@
+ .header .navbar{
+ min-height: inherit;
+ border-radius: 0;
@import '~assets/scss/mixins';
@@ -64,7 +64,7 @@
.advert-slide {
text-align: center;
- margin-bottom: $xlg-pad;
+ /*margin-bottom: $xlg-pad;*/
.swiper-container {
height: 100px;
@@ -36,7 +36,9 @@
$nav-height: 40px;
+ .container{
.nav-list {
background-color: rgb(244, 248, 255);
height: $nav-height;
@@ -6,7 +6,7 @@
</h2>
<ul class="title-list">
<li v-for="n in news5" class="item">
- <nuxt-link :to="`/news/${n.id}`">
+ <nuxt-link :to="`/news/${n.id}`" target="_blank">
{{ n.title }}
</nuxt-link>
</li>
@@ -14,7 +14,7 @@
</ul>
<ul class="thumbnail-list">
<li v-for="n in news3" class="item">
<img :src="n.thumbnail">
<span>{{ n.title }}</span>
@@ -45,7 +45,9 @@
+ .partner-container h3{
+ font-size: 24px;
.partner {
margin-bottom: $xlg-pad;
@@ -24,6 +24,15 @@
+ .floor h3 {
+ width: 100%;
+ height: 70px;
+ padding-top: 0;
+ margin: 0;
+ line-height: 100px;
+ color: #333;
.floor {
ul {
@@ -134,6 +143,7 @@
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
word-break: break-all;
+ display: inherit;
.floor-item-body {
@@ -25,7 +25,10 @@
+ /*add*/
+ .floor-list .container{
.floor-list {