diff --git a/assets/css/Final/index.scss b/assets/css/Final/index.scss
index 2a84389..1e43294 100644
--- a/assets/css/Final/index.scss
+++ b/assets/css/Final/index.scss
@@ -70,7 +70,7 @@
.Final-left-info-item {
display: flex;
- margin: 10px 0;
+ margin: 10px;
.Final-left-info-item-icon {
margin-right: 10px;
diff --git a/assets/css/Header/nav.scss b/assets/css/Header/nav.scss
index d6711ee..46034c5 100644
--- a/assets/css/Header/nav.scss
+++ b/assets/css/Header/nav.scss
@@ -91,21 +91,49 @@ a {
min-width: 190px;
.HeaderNav-navItems-child-items {
- padding: 10px 40px;
word-break: keep-all;
+ position: relative;
+
+ & a {
+ width: 100%;
+ padding: 10px 40px;
+ }
&:hover {
- a {
+ &>a {
transition: .2s;
color: #ade8dd !important;
}
}
}
+ .HeaderNav-navItems-child-box-child-box {
+ box-shadow: 1px 1px 10px 0px #efefef;
+ background: #ffffff;
+ position: absolute;
+ border-radius: 5px;
+ z-index: 9999999999999999;
+ min-width: 190px;
+ left: 185px;
+ top: 0px;
+
+ .HeaderNav-navItems-child-items {
+ // padding: 10px ;
+ word-break: keep-all;
+
+ &:hover {
+ a {
+ transition: .2s;
+ color: #ade8dd !important;
+ }
+ }
+ }
+ }
}
+
}
}
}
\ No newline at end of file
diff --git a/assets/css/Popup/message-us.scss b/assets/css/Popup/message-us.scss
index baa5a40..bd97136 100644
--- a/assets/css/Popup/message-us.scss
+++ b/assets/css/Popup/message-us.scss
@@ -30,7 +30,7 @@
}
.messageUs .eMailIco {
- background: url("/img/emailIco.png") 16px center no-repeat #A72027;
+ background: url("/img/emailIco.png") 16px center no-repeat #82e7d4;
background-size: 21px auto;
}
@@ -73,7 +73,7 @@
}
.messageUsForm .btn {
- background: #A72027;
+ background: #82e7d4;
border-radius: 4px;
width: 100%;
box-sizing: border-box;
diff --git a/assets/css/business/list/index.scss b/assets/css/business/list/index.scss
new file mode 100644
index 0000000..3a28ce5
--- /dev/null
+++ b/assets/css/business/list/index.scss
@@ -0,0 +1,188 @@
+// 分类
+.category-big-box {
+ width: 100%;
+ height: 100%;
+ border-radius: 15px;
+ margin: 25px 0;
+ background-color: #F9F9F9;
+ padding: 20px 40px;
+}
+
+.category-box {
+ width: 100%;
+ height: 100%;
+ position: relative;
+ display: flex;
+ margin-top: 15px;
+}
+
+.category-left-box {
+ position: absolute;
+ left: 0;
+ top: 3px;
+}
+
+.category-title {
+ font-weight: 800;
+ color: #666C72;
+ font-size: 15px;
+}
+
+.category-right-box {
+ // position: absolute;
+ // left: 90px;
+ // top: 1px;
+ padding-left: 80px;
+ display: flex;
+ flex-wrap: wrap;
+}
+
+.category-line {
+ width: 100%;
+ height: 1px;
+ border: 1px dashed #EFEFEF;
+ margin: 10px 0;
+}
+
+.category-right-item {
+ font-weight: 600;
+ font-size: 14px;
+ color: #6C6C6C;
+ margin-right: 20px;
+ margin-bottom: 5px;
+ cursor: pointer;
+ padding: 5px 10px;
+ border-radius: 50px;
+}
+
+.category-right-item-active {
+ font-weight: 600;
+ font-size: 14px;
+ color: #6C6C6C;
+ margin-right: 20px;
+ margin-bottom: 5px;
+ cursor: pointer;
+ padding: 5px 10px;
+ border-radius: 50px;
+ background-color: #3F3F3F;
+ color: #fff;
+}
+
+
+.sort {
+ color: #646464 !important;
+ font-size: 16px;
+ display: flex;
+ align-items: center;
+}
+
+// 列表盒子
+.jump {
+ color: black;
+}
+
+.content-list-box {
+ position: relative;
+
+}
+
+.content-box {
+ width: 100%;
+ height: 430px;
+ float: left;
+ background: #fff;
+ box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
+ position: relative;
+ border-radius: 15px;
+ background-size: cover;
+ background-position: center;
+ background-repeat: no-repeat;
+ transition: all .3s ease 0s;
+ margin-bottom: 40px;
+ padding: 10px;
+ cursor: pointer;
+}
+
+.content-box:hover {
+ transform: translateY(-5px);
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
+}
+
+.content-img-box {
+ width: 100%;
+ height: 70%;
+ border-radius: 15px;
+ overflow: hidden;
+ margin-bottom: 15px;
+}
+
+.content-img-box img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+
+.content-box-content {
+ margin-left: 10px;
+}
+
+.content-box-title {
+ font-size: 18px;
+ font-weight: bold;
+ margin-bottom: 10px;
+}
+
+.content-rate-box {
+ display: flex;
+ width: 100%;
+}
+
+
+.content-rate-icon-box {
+ display: flex;
+ margin-right: 15px;
+ align-items: center;
+ font-size: 15px;
+ color: #8FA0B7;
+}
+
+.content-rate-icon {
+ margin-right: 3px;
+}
+
+.content-line {
+ width: 100%;
+ height: 1px;
+ background-color: #F7F7F7;
+ margin: 8px 0;
+}
+
+.content-user-box {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.content-user-img-box {
+ display: flex;
+ align-items: center;
+}
+
+.content-user-name {
+ width: 120px;
+ margin-left: 10px;
+ font-size: 15px;
+ font-weight: normal;
+}
+
+.content-user-send-time {
+ font-size: 14px;
+ font-weight: normal;
+ color: grey;
+}
+
+
+.page-box {
+ display: flex;
+ justify-content: center;
+}
\ No newline at end of file
diff --git a/assets/css/business/news/news_details/index.scss b/assets/css/business/list/list_details/index.scss
similarity index 100%
rename from assets/css/business/news/news_details/index.scss
rename to assets/css/business/list/list_details/index.scss
diff --git a/assets/css/business/news/news_details/media.scss b/assets/css/business/list/list_details/media.scss
similarity index 79%
rename from assets/css/business/news/news_details/media.scss
rename to assets/css/business/list/list_details/media.scss
index 3c4b7c7..4e05539 100644
--- a/assets/css/business/news/news_details/media.scss
+++ b/assets/css/business/list/list_details/media.scss
@@ -1,6 +1,10 @@
/*1440px*/
/*大于*/
-@media screen and (min-width: 1440px) {}
+@media screen and (min-width: 1440px) {
+ .container {
+ max-width: 1560px !important;
+ }
+}
/*小于*/
@media screen and (min-width: 1440px) {}
@@ -25,9 +29,10 @@
/*小于*/
@media screen and (max-width: 480px) {
- .Turn-the-page-box{
+ .Turn-the-page-box {
flex-direction: column;
}
+
.return {
display: none;
}
diff --git a/assets/css/business/news/media.scss b/assets/css/business/list/media.scss
similarity index 94%
rename from assets/css/business/news/media.scss
rename to assets/css/business/list/media.scss
index 2f13539..43e4adb 100644
--- a/assets/css/business/news/media.scss
+++ b/assets/css/business/list/media.scss
@@ -3,7 +3,7 @@
/*大于*/
@media screen and (min-width: 1440px) {
.container {
- max-width: 1420px;
+ max-width: 1560px !important;
}
}
diff --git a/assets/css/business/news/index.scss b/assets/css/business/news/index.scss
deleted file mode 100644
index 6718b81..0000000
--- a/assets/css/business/news/index.scss
+++ /dev/null
@@ -1,131 +0,0 @@
-// 新闻类型
-.news-titile-pos-box {
- width: 100%;
- display: flex;
- justify-content: center;
- margin: 50px 0;
-
- .news-title-box {
- display: flex;
- align-items: center;
-
- .news-title {
- font-size: 24px;
- font-weight: bold;
- cursor: pointer;
- transition: .4s;
- }
-
- .news-title:hover {
- color: #f08519;
- }
-
- .news-title-active {
- color: #f08519;
- }
-
- .news-title-line {
- width: 1px;
- height: 36px;
- background-color: #999999;
- margin: 0 30px;
- }
- }
-}
-
-// 新闻内容盒子
-.news-contianer {
- margin: 0px auto;
- height: 300px;
- width: 80%;
- display: flex;
- align-items: center;
- padding: 10px 35px;
- transition: .4s;
- cursor: pointer;
- margin-bottom: 35px;
-}
-
-.news-contianer:hover {
- box-shadow: 0 0 15px 1px #e5e4e4;
-}
-
-.news-content-box {
- height: 65%;
- width: 100%;
- display: flex;
- overflow: hidden;
-}
-
-.news-cover-box {
- overflow: hidden;
- margin-right: 20px;
- height: 100%;
- width: 25%;
- object-fit: cover;
-
- img {
- height: 100%;
- width: 100%;
- object-fit: cover;
- }
-}
-
-.news-content-right-box {
- width: 70%;
-}
-
-.news-title {
- font-weight: normal;
- font-size: 18px;
- letter-spacing: 1px;
- color: rgb(51, 51, 51);
-}
-
-.news-time {
- font-size: 14px;
- color: rgb(153, 153, 153);
- margin: 15px 0px;
-}
-
-.news-intro {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- margin-bottom: 24px;
- color: rgb(102, 102, 102);
- width: 100%;
- text-align: justify;
- line-height: 22px;
-}
-
-// ted栏
-.Top_navigation {
- display: flex;
- justify-content: center;
- z-index: 9;
- position: relative;
-}
-
-// 分页
-.page-box {
- width: 100%;
- display: flex;
- justify-content: center;
-
- .page {
- margin-bottom: 80px;
- }
-}
-
-.news-content-sublevel {
- display: flex;
- justify-content: space-between;
-}
-
-.jump {
- text-decoration: dashed;
- color: black;
-}
\ No newline at end of file
diff --git a/assets/css/index/index.scss b/assets/css/index/index.scss
index 44be7f6..ff9a603 100644
--- a/assets/css/index/index.scss
+++ b/assets/css/index/index.scss
@@ -3,6 +3,14 @@
// background-color: black;
}
+section{
+ padding: 30px 0;
+}
+
+.index-bg{
+ background-color: #F9F9F9;
+}
+
h2 {
margin: 0 0 45px;
@@ -169,10 +177,13 @@ h2:after {
color: grey;
}
+
+// 按钮
.btn-box{
width: 100%;
display: flex;
justify-content: center;
+ margin-bottom: 50px;
}
.btn{
diff --git a/components/Final/index.vue b/components/Final/index.vue
index 630ffa4..d7138fe 100644
--- a/components/Final/index.vue
+++ b/components/Final/index.vue
@@ -24,12 +24,12 @@