-
{{ modules[3].form.des }}
@@ -222,6 +222,7 @@ export default {
width: 560px;
height: 500px;
margin: -122px -83px 0 0;
+ object-fit: cover;
}
}
.land {
@@ -231,6 +232,7 @@ export default {
.pic {
width: 50%;
height: 450px;
+ object-fit: cover;
}
.right {
width: 50%;
@@ -292,6 +294,7 @@ export default {
height: 423px;
margin: -20px -20px 0 0;
border-radius: 100px 0 0 0;
+ object-fit: cover;
}
}
}
@@ -325,6 +328,7 @@ export default {
left: 0;
width: 100%;
height: 100%;
+ object-fit: cover;
}
.icon {
position: relative;
@@ -354,6 +358,7 @@ export default {
img {
width: 100%;
height: 220px;
+ object-fit: cover;
}
.texts {
padding: 20px 24px;
@@ -371,4 +376,78 @@ export default {
text-shadow: 0px 0px 20px rgba(176, 176, 176, 0.21);
}
}
+
+@media (max-width: 1200px) {
+ .history {
+ .texts {
+ flex-direction: column;
+ }
+ .left {
+ width: 100%;
+ }
+ .bg {
+ width: 100%;
+ height: auto;
+ margin-top: 1rem;
+ }
+ }
+ .land {
+ .inner {
+ flex-direction: column;
+ }
+ .pic,
+ .right {
+ width: 100%;
+ }
+ h6 {
+ margin-left: 0;
+ }
+ .right {
+ margin-top: 1rem;
+ }
+ .text {
+ height: auto;
+ }
+ }
+ .plan {
+ li {
+ flex-direction: column !important;
+ height: auto;
+ .left,
+ .pic {
+ width: 100%;
+ }
+ .pic {
+ margin: 1rem 0 0 !important;
+ }
+ }
+ }
+ .app {
+ li {
+ width: calc((100% - 10px) / 2);
+ height: 267px;
+ &:nth-child(2n) {
+ margin-right: 0;
+ }
+ }
+ }
+ .news {
+ flex-direction: column;
+ li {
+ width: 100%;
+ margin: 0 0 20px 0;
+ }
+ }
+}
+@media (max-width: 780px) {
+ .app {
+ li {
+ width: 100%;
+ margin-right: 0;
+ }
+ }
+ .plan-title:after {
+ display: none;
+ }
+}
diff --git a/src/pages/lightSources/index.vue b/src/pages/lightSources/index.vue
index acd30a8..ba6c88d 100644
--- a/src/pages/lightSources/index.vue
+++ b/src/pages/lightSources/index.vue
@@ -17,7 +17,7 @@
data-wow-delay="0.8s">{{ modules[1].form.des }}
@@ -184,12 +184,15 @@ export default {
}
}
}
-.block-pic {
+/deep/.block-pic {
transition: 0.3s;
height: auto;
&.br {
border-radius: 270px;
}
+ img {
+ object-fit: cover;
+ }
&:hover {
transform: scale(1.05);
}
@@ -222,4 +225,10 @@ export default {
line-height: 1.6;
color: #8d8d8d;
}
+@media (max-width: 1200px) {
+ .table-wrap {
+ width: 100%;
+ overflow: auto;
+ }
+}
\ No newline at end of file
diff --git a/src/pages/mission/index.vue b/src/pages/mission/index.vue
index e6156fd..18b4e5a 100644
--- a/src/pages/mission/index.vue
+++ b/src/pages/mission/index.vue
@@ -110,9 +110,6 @@ export default {
diff --git a/src/pages/news/index.vue b/src/pages/news/index.vue
index 6d4e6ce..2d09702 100644
--- a/src/pages/news/index.vue
+++ b/src/pages/news/index.vue
@@ -535,6 +535,7 @@ export default {
.pic {
width: 100%;
height: auto;
+ object-fit: cover;
}
.texts {
padding: 2rem 1.5rem;
@@ -579,6 +580,7 @@ export default {
.pic {
transition: 0.3s;
height: auto;
+ object-fit: cover;
&:hover {
transform: scale(1.05);
}
@@ -618,6 +620,7 @@ export default {
width: 25rem;
height: 12.3125rem;
transition: 0.3s;
+ object-fit: cover;
&:hover {
transform: scale(1.05);
}
@@ -656,6 +659,7 @@ export default {
width: 8.25rem;
height: auto;
margin-right: 1.75rem;
+ object-fit: cover;
}
.texts {
width: 24.5rem;
@@ -700,6 +704,7 @@ export default {
.pic {
transition: 0.3s;
height: auto;
+ object-fit: cover;
&:hover {
transform: scale(1.05);
}
@@ -760,6 +765,7 @@ export default {
width: 10.7428rem;
height: auto;
margin-right: 1.6rem;
+ object-fit: cover;
}
h6 {
margin-bottom: 0.2714rem;
@@ -783,4 +789,995 @@ export default {
}
}
}
+
+@media (max-width: 1200px) {
+ .newsTab {
+ overflow-x: scroll;
+ display: -webkit-box;
+ }
+ .block {
+ padding: 50px 0;
+ .inner {
+ .more {
+ width: 100%;
+ margin: 20px auto 0;
+ }
+ .news-banner {
+ flex-direction: column;
+ img {
+ width: 100%;
+ }
+ .right {
+ margin-top: 10px;
+ width: 100%;
+ .inds {
+ left: 50%;
+ margin-left: -43px;
+ }
+ }
+ }
+ .card {
+ flex-direction: column;
+ .wow {
+ width: 95%;
+ margin: 20px auto;
+ }
+ }
+ .b-title {
+ font-size: 20px;
+ }
+ .intro {
+ font-size: 15px;
+ margin-bottom: 50px;
+ }
+ .shop-shows {
+ flex-direction: column;
+ .left {
+ width: 95%;
+ margin: 0 auto;
+ }
+ .right {
+ width: 93%;
+ margin: 20px auto;
+ .show-card {
+ flex-direction: column;
+ li {
+ width: 100%;
+ .pic {
+ width: 100%;
+ }
+ }
+ }
+ .card-list {
+ li {
+ .texts {
+ margin-right: 30px;
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+}
+
+@media (min-width: 280px) and (max-width: 1200px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 15rem;
+ .el-carousel__container {
+ height: 15rem;
+ }
+ img {
+ height: 15rem;
+ }
+ }
+ }
+ .banner-item .banner-name {
+ font-size: 1.5rem;
+ }
+ .newsTab {
+ li {
+ padding: 15px 10px;
+ font-size: 15px;
+ margin: 0;
+ }
+ }
+ .block {
+ padding: 20px 0;
+ .inner {
+ width: 90%;
+ .news-banner {
+ img {
+ height: 20rem;
+ }
+ }
+ .b-title {
+ margin-bottom: 20px;
+ }
+ .intro {
+ margin-bottom: 20px;
+ }
+ .shop-shows {
+ .left {
+ img {
+ height: 20rem;
+ }
+ }
+ }
+ .show-card {
+ .text {
+ font-size: 13px;
+ line-height: 20px;
+ white-space: inherit;
+ }
+ }
+ .card-list {
+ padding: 20px 10px;
+ li {
+ width: 100%;
+ img {
+ margin-right: 10px;
+ }
+ .texts {
+ margin-right: 10px;
+ h6 {
+ font-size: 15px;
+ font-weight: bold;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 3;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ margin-bottom: 5px;
+ }
+ }
+ .des {
+ line-height: 15px;
+ }
+ .arrow {
+ margin-right: 0;
+ }
+ }
+ }
+ .shows {
+ flex-direction: column;
+ .left {
+ width: 100%;
+ .pic {
+ height: 20rem;
+ }
+ }
+ .card-list {
+ width: 100%;
+ padding: 20px 0;
+ li {
+ .pic {
+ width: 100px;
+ height: 7.5rem;
+ }
+ .texts {
+ h6 {
+ font-size: 15px;
+ font-weight: bold;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 1;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ }
+ .text {
+ margin: 2px 0;
+ font-size: 12px;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 1;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+}
+@media (max-width: 320px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .newsTab {
+ .scollBox {
+ width: auto;
+ li {
+ padding: 1rem;
+ white-space: nowrap;
+ }
+ }
+ }
+ .block {
+ .inner {
+ .news-banner {
+ img {
+ height: auto;
+ }
+ .right {
+ padding: 1.25rem 1.25rem 5rem;
+ }
+ }
+ .card {
+ li {
+ .pic {
+ height: auto;
+ }
+ }
+ }
+ .shop-shows {
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .right {
+ .show-card {
+ li {
+ margin-top: 1.25rem;
+ .pic {
+ height: auto;
+ }
+ .text {
+ font-size: 1rem;
+ }
+ }
+ }
+ .card-list {
+ li {
+ .pic {
+ width: 6rem;
+ }
+ }
+ }
+ }
+ }
+ .shows {
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ }
+ }
+ }
+ .conference {
+ .inner {
+ .shows {
+ .card-list {
+ li {
+ .pic {
+ height: auto !important;
+ }
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 320px) and (max-width: 375px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .newsTab {
+ .scollBox {
+ width: auto;
+ li {
+ padding: 1rem;
+ white-space: nowrap;
+ }
+ }
+ }
+ .block {
+ .inner {
+ .news-banner {
+ img {
+ height: auto;
+ }
+ .right {
+ padding: 1.25rem 1.25rem 5rem;
+ }
+ }
+ .card {
+ li {
+ .pic {
+ height: auto;
+ }
+ }
+ }
+ .shop-shows {
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .right {
+ .show-card {
+ li {
+ margin-top: 1.25rem;
+ .pic {
+ height: auto;
+ }
+ .text {
+ font-size: 1rem;
+ }
+ }
+ }
+ .card-list {
+ li {
+ .pic {
+ width: 6rem;
+ }
+ }
+ }
+ }
+ }
+ .shows {
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ }
+ }
+ }
+ .conference {
+ .inner {
+ .shows {
+ .card-list {
+ li {
+ .pic {
+ height: auto !important;
+ }
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 375px) and (max-width: 480px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .newsTab {
+ .scollBox {
+ width: auto;
+ li {
+ padding: 1rem;
+ white-space: nowrap;
+ }
+ }
+ }
+ .block {
+ .inner {
+ .news-banner {
+ img {
+ height: auto;
+ }
+ .right {
+ padding: 1.25rem 1.25rem 5rem;
+ }
+ }
+ .card {
+ li {
+ .pic {
+ height: auto;
+ }
+ }
+ }
+ .shop-shows {
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .right {
+ .show-card {
+ li {
+ margin-top: 1.25rem;
+ .pic {
+ height: auto;
+ }
+ .text {
+ font-size: 1rem;
+ }
+ }
+ }
+ .card-list {
+ li {
+ .pic {
+ width: 30%;
+ }
+ }
+ }
+ }
+ }
+ .shows {
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ }
+ }
+ }
+ .conference {
+ .inner {
+ .shows {
+ .card-list {
+ li {
+ .pic {
+ width: 35%;
+ height: auto !important;
+ }
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 480px) and (max-width: 640px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .newsTab {
+ .scollBox {
+ width: auto;
+ li {
+ padding: 1rem;
+ white-space: nowrap;
+ }
+ }
+ }
+ .block {
+ .inner {
+ .news-banner {
+ img {
+ height: auto;
+ }
+ .right {
+ padding: 1.25rem 1.25rem 5rem;
+ }
+ }
+ .card {
+ li {
+ .pic {
+ height: auto;
+ }
+ }
+ }
+ .shop-shows {
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .right {
+ .show-card {
+ li {
+ margin-top: 1.25rem;
+ .pic {
+ height: auto;
+ }
+ .text {
+ font-size: 1rem;
+ }
+ }
+ }
+ .card-list {
+ li {
+ .pic {
+ width: 30%;
+ }
+ }
+ }
+ }
+ }
+ .shows {
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ }
+ }
+ }
+ .conference {
+ .inner {
+ .shows {
+ .card-list {
+ li {
+ .pic {
+ width: 35%;
+ height: auto !important;
+ }
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 640px) and (max-width: 768px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .newsTab {
+ .scollBox {
+ width: auto;
+ li {
+ padding: 1rem;
+ white-space: nowrap;
+ }
+ }
+ }
+ .block {
+ .inner {
+ .news-banner {
+ flex-direction: row;
+ img {
+ width: 50%;
+ height: auto;
+ }
+ .right {
+ margin-top: 0;
+ padding: 1.25rem 1.25rem 5rem;
+ }
+ }
+ .card {
+ flex-direction: row;
+ li {
+ width: 30% !important;
+ margin-right: 0.5rem;
+ margin: 0 0.5rem 0 0 !important;
+ .pic {
+ height: auto;
+ }
+ &:last-child() {
+ margin-right: 0 !important;
+ }
+ }
+ }
+ .shop-shows {
+ flex-direction: row;
+ .left {
+ margin-right: 0.5rem;
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .right {
+ margin-top: 0;
+ .show-card {
+ li {
+ .pic {
+ height: auto;
+ }
+ .text {
+ font-size: 1rem;
+ }
+ &:nth-child(2) {
+ margin-top: 0.5rem;
+ }
+ }
+ }
+ .card-list {
+ li {
+ .pic {
+ width: 30%;
+ }
+ }
+ }
+ }
+ }
+ .shows {
+ flex-direction: row;
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .card-list {
+ padding: 0;
+ }
+ }
+ }
+ }
+ .conference {
+ .inner {
+ .shows {
+ .card-list {
+ li {
+ .pic {
+ width: 35%;
+ height: auto !important;
+ }
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 768px) and (max-width: 980px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .newsTab {
+ .scollBox {
+ width: auto;
+ li {
+ padding: 1rem;
+ white-space: nowrap;
+ }
+ }
+ }
+ .block {
+ .inner {
+ .news-banner {
+ flex-direction: row;
+ img {
+ width: 50%;
+ height: auto;
+ }
+ .right {
+ margin-top: 0;
+ padding: 1.25rem 1.25rem 5rem;
+ }
+ }
+ .card {
+ flex-direction: row;
+ li {
+ width: 30% !important;
+ margin-right: 0.5rem;
+ margin: 0 0.5rem 0 0 !important;
+ .pic {
+ height: auto;
+ }
+ &:last-child() {
+ margin-right: 0 !important;
+ }
+ }
+ }
+ .shop-shows {
+ flex-direction: row;
+ .left {
+ margin-right: 0.5rem;
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .right {
+ margin-top: 0;
+ .show-card {
+ li {
+ .pic {
+ height: auto;
+ }
+ .text {
+ font-size: 1rem;
+ }
+ &:nth-child(2) {
+ margin-top: 0.5rem;
+ }
+ }
+ }
+ .card-list {
+ li {
+ .pic {
+ width: 30%;
+ }
+ }
+ }
+ }
+ }
+ .shows {
+ flex-direction: row;
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .card-list {
+ padding: 0;
+ }
+ }
+ }
+ }
+ .conference {
+ .inner {
+ .shows {
+ .card-list {
+ li {
+ .pic {
+ width: 35%;
+ height: auto !important;
+ }
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 980px) and (max-width: 1200px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 21.6rem;
+ }
+ /deep/ .el-carousel__container {
+ height: 21.6rem;
+ }
+ /deep/ .el-carousel__item {
+ height: 21.6rem;
+ }
+ }
+ .banner-item {
+ img {
+ height: 21.6rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .newsTab {
+ .scollBox {
+ width: auto;
+ li {
+ padding: 1rem;
+ white-space: nowrap;
+ }
+ }
+ }
+ .block {
+ .inner {
+ .news-banner {
+ flex-direction: row;
+ img {
+ width: 50%;
+ height: auto;
+ }
+ .right {
+ margin-top: 0;
+ padding: 1.25rem 1.25rem 5rem;
+ }
+ }
+ .card {
+ flex-direction: row;
+ li {
+ width: 30% !important;
+ margin-right: 0.5rem;
+ margin: 0 0.5rem 0 0 !important;
+ .pic {
+ height: auto;
+ }
+ &:last-child() {
+ margin-right: 0 !important;
+ }
+ }
+ }
+ .shop-shows {
+ flex-direction: row;
+ .left {
+ margin-right: 0.5rem;
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .right {
+ margin-top: 0;
+ .show-card {
+ flex-direction: row;
+ li {
+ .pic {
+ height: auto;
+ }
+ .text {
+ font-size: 1rem;
+ }
+ &:nth-child(2) {
+ margin-top: 0;
+ }
+ }
+ }
+ .card-list {
+ li {
+ .pic {
+ width: 30%;
+ }
+ }
+ }
+ }
+ }
+ .shows {
+ flex-direction: row;
+ .left {
+ .pic {
+ height: auto;
+ }
+ .texts {
+ padding: 1.25rem;
+ }
+ }
+ .card-list {
+ padding: 0;
+ }
+ }
+ }
+ }
+ .conference {
+ .inner {
+ .shows {
+ .card-list {
+ li {
+ .pic {
+ width: 35%;
+ height: auto !important;
+ }
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/pages/newsPress/index.vue b/src/pages/newsPress/index.vue
index 38b7bb4..93f80d8 100644
--- a/src/pages/newsPress/index.vue
+++ b/src/pages/newsPress/index.vue
@@ -190,4 +190,399 @@ export default {
height: 3.3rem;
}
}
+
+@media (max-width: 1200px) {
+ .inner {
+ width: 95%;
+ .list {
+ li {
+ margin-top: 20px;
+ .pic {
+ width: 100%;
+ height: 500px;
+ }
+ .texts {
+ padding: 20px 10px 10px;
+ top: 30px;
+ h6 {
+ font-size: 2rem;
+ }
+ .sub {
+ margin: 10px 0;
+ }
+ .des {
+ margin-bottom: 10px;
+ }
+ }
+ }
+ }
+ }
+}
+@media (max-width: 320px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ /deep/ .el-breadcrumb__item {
+ font-size: 1rem;
+ }
+ .list {
+ li {
+ .pic {
+ height: auto !important;
+ }
+ .texts {
+ top: 1rem;
+ h6 {
+ font-size: 1rem !important;
+ }
+ .sub {
+ font-size: 0.85rem;
+ }
+ .des {
+ font-size: 0.85rem;
+ line-height: 0.85rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 320px) and (max-width: 375px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ /deep/ .el-breadcrumb__item {
+ font-size: 1rem;
+ }
+ .list {
+ li {
+ .pic {
+ height: auto !important;
+ }
+ .texts {
+ top: 4rem;
+ h6 {
+ font-size: 1.5rem !important;
+ }
+ .sub {
+ font-size: 1.2rem;
+ }
+ .des {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 375px) and (max-width: 480px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ /deep/ .el-breadcrumb__item {
+ font-size: 1rem;
+ }
+ .list {
+ li {
+ .pic {
+ height: auto !important;
+ }
+ .texts {
+ top: 4rem;
+ h6 {
+ font-size: 1.5rem !important;
+ }
+ .sub {
+ font-size: 1.2rem;
+ }
+ .des {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 480px) and (max-width: 640px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ /deep/ .el-breadcrumb__item {
+ font-size: 1rem;
+ }
+ .list {
+ li {
+ .pic {
+ width: 47%;
+ height: auto !important;
+ }
+ .texts {
+ top: 2rem;
+ h6 {
+ font-size: 1.5rem !important;
+ }
+ .sub {
+ font-size: 1.2rem;
+ }
+ .des {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 640px) and (max-width: 768px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ .list {
+ li {
+ .pic {
+ width: 47%;
+ height: auto !important;
+ }
+ .texts {
+ top: 4rem;
+ h6 {
+ font-size: 2rem !important;
+ }
+ .sub {
+ font-size: 1.5rem;
+ }
+ .des {
+ font-size: 1.3rem;
+ line-height: 1.3rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 768px) and (max-width: 980px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ .list {
+ li {
+ .pic {
+ width: 47%;
+ height: auto !important;
+ }
+ .texts {
+ top: 6rem;
+ h6 {
+ font-size: 2rem !important;
+ }
+ .sub {
+ font-size: 1.5rem;
+ }
+ .des {
+ font-size: 1.3rem;
+ line-height: 1.3rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 980px) and (max-width: 1200px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ .list {
+ li {
+ .pic {
+ width: 47%;
+ height: auto !important;
+ }
+ .texts {
+ top: 8rem;
+ h6 {
+ font-size: 2rem !important;
+ }
+ .sub {
+ font-size: 1.5rem;
+ }
+ .des {
+ font-size: 1.3rem;
+ line-height: 1.3rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/pages/newsProcurement/index.vue b/src/pages/newsProcurement/index.vue
index 8f17b32..c325f73 100644
--- a/src/pages/newsProcurement/index.vue
+++ b/src/pages/newsProcurement/index.vue
@@ -190,4 +190,464 @@ export default {
height: 3.3rem;
}
}
+
+@media (max-width: 1520px) {
+ .list {
+ li {
+ &:nth-child(even) {
+ .texts {
+ left: 25px;
+ }
+ }
+ }
+ .texts {
+ right: 25px;
+ width: 55%;
+ }
+ }
+}
+
+@media (min-width: 280px) and (max-width: 1200px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 18rem;
+ .el-carousel__container {
+ height: 18rem;
+ }
+ img {
+ height: 18rem;
+ }
+ }
+ }
+ .banner-item .banner-name[data-v-1525064c] {
+ font-size: 1.5rem;
+ }
+
+ .inner {
+ width: 95%;
+ .list {
+ li {
+ margin-top: 20px;
+ .pic {
+ width: 100%;
+ height: 25rem !important;
+ }
+ .texts {
+ padding: 10px 5px 10px !important;
+ top: 30px;
+ height: auto;
+ h6 {
+ font-size: 1.5rem !important;
+ }
+ p {
+ font-size: 1rem;
+ margin: 5px 0 !important;
+ line-height: 1.5rem;
+ }
+ .sub {
+ margin: 10px 0;
+ }
+ .des {
+ margin-bottom: 10px;
+ }
+ }
+ }
+ }
+ }
+}
+
+@media (max-width: 1200px) {
+ .inner {
+ width: 95%;
+ .list {
+ li {
+ margin-top: 20px;
+ .pic {
+ width: 100%;
+ height: 500px;
+ }
+ .texts {
+ padding: 20px 10px 10px;
+ top: 30px;
+ h6 {
+ font-size: 2rem;
+ }
+ .sub {
+ margin: 10px 0;
+ }
+ .des {
+ margin-bottom: 10px;
+ }
+ }
+ }
+ }
+ }
+}
+@media (max-width: 320px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ /deep/ .el-breadcrumb__item {
+ font-size: 1rem;
+ }
+ .list {
+ li {
+ .pic {
+ height: auto !important;
+ }
+ .texts {
+ top: 1rem;
+ h6 {
+ font-size: 1rem !important;
+ }
+ .sub {
+ font-size: 0.85rem;
+ }
+ .des {
+ font-size: 0.85rem;
+ line-height: 0.85rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 320px) and (max-width: 375px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ /deep/ .el-breadcrumb__item {
+ font-size: 1rem;
+ }
+ .list {
+ li {
+ .pic {
+ height: auto !important;
+ }
+ .texts {
+ top: 4rem;
+ h6 {
+ font-size: 1.5rem !important;
+ }
+ .sub {
+ font-size: 1.2rem;
+ }
+ .des {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 375px) and (max-width: 480px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ /deep/ .el-breadcrumb__item {
+ font-size: 1rem;
+ }
+ .list {
+ li {
+ .pic {
+ height: auto !important;
+ }
+ .texts {
+ top: 4rem;
+ h6 {
+ font-size: 1.5rem !important;
+ }
+ .sub {
+ font-size: 1.2rem;
+ }
+ .des {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 480px) and (max-width: 640px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ /deep/ .el-breadcrumb__item {
+ font-size: 1rem;
+ }
+ .list {
+ li {
+ .pic {
+ width: 47%;
+ height: auto !important;
+ }
+ .texts {
+ top: 2rem;
+ h6 {
+ font-size: 1.5rem !important;
+ }
+ .sub {
+ font-size: 1.2rem;
+ }
+ .des {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 640px) and (max-width: 768px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ .list {
+ li {
+ .pic {
+ width: 47%;
+ height: auto !important;
+ }
+ .texts {
+ top: 4rem;
+ h6 {
+ font-size: 2rem !important;
+ }
+ .sub {
+ font-size: 1.5rem;
+ }
+ .des {
+ font-size: 1.3rem;
+ line-height: 1.3rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 768px) and (max-width: 980px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ .list {
+ li {
+ .pic {
+ width: 47%;
+ height: auto !important;
+ }
+ .texts {
+ top: 6rem;
+ h6 {
+ font-size: 2rem !important;
+ }
+ .sub {
+ font-size: 1.5rem;
+ }
+ .des {
+ font-size: 1.3rem;
+ line-height: 1.3rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
+@media (min-width: 980px) and (max-width: 1200px) {
+ .wrap {
+ /deep/ .el-carousel {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__container {
+ height: 12rem !important;
+ }
+ /deep/ .el-carousel__item {
+ height: 12rem !important;
+ }
+ }
+ .banner-item {
+ img {
+ height: 12rem !important;
+ }
+ .banner-name {
+ font-size: 1.5rem;
+ line-height: 1rem;
+ left: 2rem;
+ bottom: 2rem;
+ }
+ }
+ .inner {
+ .list {
+ li {
+ .pic {
+ width: 47%;
+ height: auto !important;
+ }
+ .texts {
+ top: 8rem;
+ h6 {
+ font-size: 2rem !important;
+ }
+ .sub {
+ font-size: 1.5rem;
+ }
+ .des {
+ font-size: 1.3rem;
+ line-height: 1.3rem;
+ }
+ img {
+ width: 2rem;
+ height: 2rem;
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/pages/org/index.vue b/src/pages/org/index.vue
index 93e1b80..0f80412 100644
--- a/src/pages/org/index.vue
+++ b/src/pages/org/index.vue
@@ -104,4 +104,31 @@ export default {
width: 1200px;
margin: 0 auto;
}
+@media (max-width: 1300px) {
+ .org {
+ width: 100%;
+ padding: 15px;
+ .left {
+ width: 60%;
+ }
+ .pic {
+ width: 30%;
+ height: auto;
+ }
+ }
+ .lg-bg {
+ width: 85%;
+ }
+}
+@media (max-width: 980px) {
+ .org {
+ flex-direction: column;
+ .pic {
+ display: none;
+ }
+ .left {
+ width: 100%;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/pages/overview/index.vue b/src/pages/overview/index.vue
index b775492..6947b94 100644
--- a/src/pages/overview/index.vue
+++ b/src/pages/overview/index.vue
@@ -384,7 +384,85 @@ export default {
}
.pic {
width: 50%;
- // height: 700px;
+ // object-fit: cover;
+ }
+}
+
+@media (min-width: 2000px) {
+ .scan {
+ .scan-inner {
+ justify-content: flex-start;
+ }
+ }
+}
+@media (max-width: 1400px) {
+ .history {
+ .texts {
+ flex-direction: column;
+ }
+ .left {
+ width: 100%;
+ }
+ .bg {
+ width: auto;
+ max-width: 100%;
+ height: auto;
+ margin: 20px 0 0 0;
+ }
+ }
+ .scan {
+ .scan-inner {
+ flex-direction: column;
+ }
+ .left {
+ width: 100%;
+ }
+ .pic {
+ width: 100%;
+ margin-top: 2rem;
+ }
+ }
+ .fac {
+ .event {
+ .texts {
+ position: static;
+ margin-top: 20px;
+ }
+ }
+ }
+}
+@media (max-width: 920px) {
+ .core {
+ .texts {
+ top: 20px !important;
+ left: 20px !important;
+ right: 20px !important;
+ width: auto;
+ }
+ }
+ .scan {
+ padding: 20px;
+ }
+ .fac {
+ .l-card {
+ flex-direction: column;
+ li {
+ width: 100%;
+ margin-bottom: 1rem;
+ }
+ }
+ }
+}
+@media (max-width: 750px) {
+ .core {
+ .texts {
+ position: static;
+ padding: 20px;
+ color: #333;
+ }
+ .line {
+ background: #333;
+ }
}
}
diff --git a/src/pages/overviewDevHistory/index.vue b/src/pages/overviewDevHistory/index.vue
index 99df704..915585e 100644
--- a/src/pages/overviewDevHistory/index.vue
+++ b/src/pages/overviewDevHistory/index.vue
@@ -212,4 +212,58 @@ export default {
}
}
}
+
+@media (max-width: 1200px) {
+ .tab-content {
+ width: 90%;
+ span {
+ font-size: 1.35rem;
+ }
+ }
+
+ .block {
+ padding: 1.25rem 0;
+ .inner {
+ width: 90%;
+ h2 {
+ font-size: 1.5rem;
+ }
+ p {
+ font-size: 1rem;
+ margin: 10px 0 1.25rem;
+ }
+ .event {
+ flex-direction: column;
+ .time {
+ width: 100%;
+ li {
+ width: 100%;
+ justify-content: flex-start;
+ }
+ }
+ .right {
+ margin-top: 1.25rem;
+ width: 100%;
+ h6 {
+ font-size: 2rem;
+ }
+ .list {
+ li {
+ padding: 1.25rem;
+ flex-direction: column;
+ align-items: flex-start;
+ .texts {
+ width: 100%;
+ }
+ .pic {
+ width: 100%;
+ height: auto;
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/pages/overviewIntro/index.vue b/src/pages/overviewIntro/index.vue
index 366e32c..d6fca43 100644
--- a/src/pages/overviewIntro/index.vue
+++ b/src/pages/overviewIntro/index.vue
@@ -187,4 +187,36 @@ export default {
right: 90%;
}
}
+
+@media (max-width: 1200px) {
+ .tab-content {
+ width: 90%;
+ margin: auto;
+ padding-top: 1.25rem;
+ .intro {
+ flex-direction: column;
+ .pic {
+ width: 100%;
+ }
+ }
+ .intro-bg {
+ padding-top: 3rem;
+ .texts {
+ h6 {
+ font-size: 1.6rem;
+ }
+ }
+ }
+ .right {
+ width: 100% !important;
+ margin-top: 1.25rem;
+ .text {
+ margin-top: 1.25rem;
+ }
+ }
+ span {
+ font-size: 1.35rem;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/pages/overviewLocation/index.vue b/src/pages/overviewLocation/index.vue
index 9cbf6ba..6cffa3a 100644
--- a/src/pages/overviewLocation/index.vue
+++ b/src/pages/overviewLocation/index.vue
@@ -76,4 +76,12 @@ export default {
color: #020202;
line-height: 1.6rem;
}
+@media (max-width: 1200px) {
+ .tab-content {
+ width: 90%;
+ span {
+ font-size: 1.35rem;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/pages/overviewSetup/index.vue b/src/pages/overviewSetup/index.vue
index 971e9ac..993551f 100644
--- a/src/pages/overviewSetup/index.vue
+++ b/src/pages/overviewSetup/index.vue
@@ -98,10 +98,30 @@ export default {
.pic {
width: 320px;
height: 282px;
+ object-fit: cover;
}
}
.lg-bg {
width: 1200px;
margin: 0 auto;
}
+@media (max-width: 1200px) {
+ .tab-content {
+ padding: 20px 0;
+ .org {
+ width: 95%;
+ padding: 15px;
+ flex-direction: column;
+ .pic {
+ display: none;
+ }
+ .left {
+ width: 100%;
+ }
+ }
+ }
+ .lg-bg {
+ width: 90%;
+ }
+}
\ No newline at end of file
diff --git a/src/pages/overviewTrailer/index.vue b/src/pages/overviewTrailer/index.vue
index 3f17de8..970bec7 100644
--- a/src/pages/overviewTrailer/index.vue
+++ b/src/pages/overviewTrailer/index.vue
@@ -84,4 +84,14 @@ export default {
color: #020202;
line-height: 1.6rem;
}
+
+@media (max-width: 1200px) {
+ .tab-content {
+ width: 95%;
+ margin: 0 auto;
+ .video {
+ max-height: 18rem;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/pages/publication/index.vue b/src/pages/publication/index.vue
index 2d08050..152a1f3 100644
--- a/src/pages/publication/index.vue
+++ b/src/pages/publication/index.vue
@@ -117,6 +117,7 @@ export default {
.banner-img {
width: 100%;
height: 24rem;
+ object-fit: cover;
}
.texts {
position: absolute;
@@ -157,4 +158,25 @@ export default {
padding: 20px 0;
margin: 0 auto;
}
+@media (max-width: 1200px) {
+ .single-banner {
+ .texts {
+ top: 10rem;
+ left: 6rem;
+ }
+ }
+ .tabs {
+ // flex-direction: column;
+ width: 100%;
+ overflow-x: scroll;
+ li {
+ padding: 1.25rem 0;
+ margin: 0 1.25rem;
+ }
+ }
+ .tab-content {
+ width: 90%;
+ margin: 0 auto;
+ }
+}
\ No newline at end of file
diff --git a/src/pages/publication/monograph.vue b/src/pages/publication/monograph.vue
index 451768c..c704856 100644
--- a/src/pages/publication/monograph.vue
+++ b/src/pages/publication/monograph.vue
@@ -3,8 +3,7 @@