@media screen and (min-width: 769px) { /* 轮播 */ /* .banner-index .banner-pagination .swiper-pagination-bullet { width: 0.35rem; height: 0.05rem; border-radius: 0; } */ /* 5大主要漫游功能 */ .majorfunc { display: inline-block; } .majorfunc-mini { display: none; } .majorfunc .majorfunc-cate { height: 0.55rem; color: #999; transition: all 0.5s; } .majorfunc .majorfunc-cate:hover { color: #333; } .majorfunc .majorfunc-cate.active { color: #333; } .majorfunc .majorfunc-cate-img { width: 0.55rem; height: 0.55rem; border-radius: 50%; border: 1px solid #0195ff; padding: 0.08rem; } .majorfuncImg-gbg { width: 59%; } .majorfunc-img { max-width: 5.7rem; top: 46%; } .majorfuncImg-bg { width: 50%; /* height: 72%; */ top: 45%; background-color: #333; } /* 三大核心技术优势 */ .coretec { display: flex; margin-top: 0.5rem; padding: 0 7%; } .coretec .coretec-left { width: 54.5%; padding: 4% 0; margin-right: -2.5%; z-index: 2; } .coretec .coretec-left .coretec-left-image { border-radius: 0.1rem; max-height: 3.65rem; min-height: 3.6rem; } .coretec .coretec-right { width: 53.7%; padding: 4% 5% 4% 5%; margin-left: -3.7%; border-radius: 0.1rem; overflow: hidden; display: flex; } .coretec .coretec-right-item { margin-left: 10%; padding-left: 10%; cursor: pointer; border: 0.03rem solid #ffffff; border-bottom: 0.03rem solid #ebeef5; } .coretec .coretec-right-item:hover { border: 0.03rem solid #0195ff; border-radius: 0.05rem; } /* 如何快速实现VR行走漫游？ */ .fastimple { display: flex; margin-top: 0.5rem; border-radius: 0.1rem; overflow: hidden; } .fastimple .fastimple-right { width: 60%; background-color: rgb(252, 252, 252); } .fastimple .fastimple-info { width: 40%; min-height: 4.69rem; } .fastimple .fastimple-info .fastimple-info-item { padding: 0 0.05rem 0 0.3rem; background-color: #f5f5f5; cursor: pointer; transition: all 1s; } .fastimple .fastimple-info .fastimple-info-item ~ .fastimple-info-item { border-top: 1px solid #ddd; } .fastimple .fastimple-info .fastimple-info-item .fastimple-info-item-imaged { width: 0.44rem; height: 0.44rem; } .fastimple .fastimple-info .fastimple-info-item .fastimple-info-item-imagea { width: 0.44rem; height: 0.44rem; display: none; } .fastimple .fastimple-info .fastimple-info-item:hover { background-color: #404040; color: #fff; } .fastimple .fastimple-info .fastimple-info-item .fastimple-info-item-title { color: #000; transition: all 1s; } .fastimple .fastimple-info .fastimple-info-item:hover .fastimple-info-item-title { color: #fff !important; transition: all 1s; } .fastimple .fastimple-info .fastimple-info-item:hover .fastimple-info-item-imaged { display: none; } .fastimple .fastimple-info .fastimple-info-item:hover .fastimple-info-item-imagea { display: block; } /* 应用场景 */ .applyscene { margin-top: 0.35rem; display: flex; } .applyscene .applyscene-item { position: relative; height: 2rem; border-radius: 0.1rem; width: calc(20% - 0.12rem); margin-left: 0.15rem; margin-top: 0.15rem; cursor: pointer; overflow: hidden; } .applyscene .applyscene-item:nth-child(5n + 1) { margin-left: 0; } .applyscene .applyscene-item .applyscene-item-info { z-index: 2; } .applyscene .applyscene-item .applyscene-item-mask { position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.6); } .applyscene .applyscene-item:hover .applyscene-item-mask { background-color: rgba(0, 0, 0, 0.3); } .applyscene .applyscene-item:hover .transitionImg { transform: scale(1.1); } .transitionImg { transition: all 0.5s; } /* 案例展示 */ .case { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 0.3rem; } .case-item { margin-top: 0.2rem; cursor: pointer; width: 23.5%; transition: all 0.5s; } .case-item .case-item-image { width: 100%; height: 2.49rem; } .case-item .case-item-mask { position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); display: none; } .case-item .case-item-btn { padding: 0.08rem 0.25rem; color: #fff; background-color: rgba(255, 255, 255, 0.3); border: 1px solid #fff; border-radius: 0.3rem; z-index: 1; font-size: 0.16rem; } .case-item .case-item-qrcode { position: absolute; z-index: 3; left: 0; top: 0; bottom: 0; right: 0; display: none; } .case-item .case-item-img { overflow: hidden; } .case-item:hover { color: #0195ff; box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(0, 0, 0, 0.2); transform: translateY(-0.1rem); } .case-item:hover .case-item-btn { display: none; } .case-item:hover .case-item-mask { display: block; } .case-item:hover .case-item-qrcode { display: block; } .case-item:hover .transitionImg { transform: scale(1.1); } } @media screen and (max-width: 768px) { /* 轮播 */ /* .banner-index .banner-pagination .swiper-pagination-bullet { width: 0.35rem; height: 0.05rem; border-radius: 0; } */ /* 5大主要漫游功能 */ .w50p { width: 50%; } .majorfunc { display: none; padding: 0; } .majorfunc-mini { display: inline-block; } .majorfunc-cate-img { width: 0.32rem; height: 0.32rem; border-radius: 50%; border: 1px solid #0195ff; padding: 0.05rem; } .majorfunc .majorfunc-cate { color: #999; transition: all 0.5s; width: 0.32rem; height: 0.32rem; } .majorfunc .majorfunc-cate:hover { color: #333; } .majorfunc .majorfunc-cate.active { color: #333; } .majorfuncImg-gbg { width: 100%; } .majorfunc-img { width: 68%; top: 45%; } .majorfuncImg-bg { width: 68%; /* height: 72%; */ top: 45%; background-color: #333; } /* 三大核心技术优势 */ .coretec { display: flex; flex-wrap: wrap; margin-top: 0.2rem; padding: 0; } .coretec .coretec-left { width: 100%; } .coretec .coretec-left .coretec-left-image { border-radius: 0.1rem; max-height: 1.98rem; } .coretec .coretec-right { width: 100%; border-radius: 0.1rem; overflow: hidden; display: flex; margin-top: 0.2rem; padding: 0.2rem 0.15rem; } .coretec .coretec-right-item { width: 100%; overflow: hidden; display: flex; margin-top: 0.2rem; padding: 0.2rem 0.15rem; border: 0.01rem solid #ffffff; border-bottom: 0.01rem solid #ebeef5; } .coretec .coretec-right-item:hover { border: 0.01rem solid #0195ff; border-radius: 0.05rem; } /* 如何快速实现VR行走漫游？ */ .fastimple { display: flex; margin-top: 0.2rem; border-radius: 0.1rem; overflow: hidden; flex-wrap: wrap; } .fastimple .fastimple-right { width: 100%; margin-top: 0.2rem; } .fastimple .fastimple-info { width: 100%; } .fastimple .fastimple-info .fastimple-info-item { padding: 0.1rem; background-color: #f5f5f5; cursor: pointer; transition: all 1s; } .fastimple .fastimple-info .fastimple-info-item ~ .fastimple-info-item { border-top: 1px solid #ddd; } .fastimple .fastimple-info .fastimple-info-item .fastimple-info-item-imaged { width: 0.44rem; height: 0.44rem; } .fastimple .fastimple-info .fastimple-info-item .fastimple-info-item-imagea { width: 0.44rem; height: 0.44rem; display: none; } .fastimple .fastimple-info .fastimple-info-item:hover { background-color: #404040; color: #fff; } .fastimple .fastimple-info .fastimple-info-item:hover .fastimple-info-item-title { color: #fff; } .fastimple .fastimple-info .fastimple-info-item:hover .fastimple-info-item-imaged { display: none; } .fastimple .fastimple-info .fastimple-info-item:hover .fastimple-info-item-imagea { display: block; } /* 应用场景 */ .applyscene { margin-top: 0; display: flex; overflow-x: auto; overflow-y: hidden; } .applyscene::-webkit-scrollbar { display: none; } .applyscene .applyscene-item { flex: 0 0 auto; position: relative; height: 2rem; border-radius: 0.1rem; width: 2.68rem; margin-left: 0.15rem; margin-top: 0.15rem; cursor: pointer; overflow: hidden; } .applyscene .applyscene-item ~ .applyscene-item { margin-left: 0.15rem; } .applyscene .applyscene-item .applyscene-item-info { z-index: 2; } .applyscene .applyscene-item .applyscene-item-mask { position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.6); } .applyscene .applyscene-item:hover .applyscene-item-mask { background-color: rgba(0, 0, 0, 0.3); } .applyscene .applyscene-item:hover .transitionImg { transform: scale(1.1); } .transitionImg { transition: all 0.5s; } /* 案例展示 */ .case { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 0; } .case-item { margin-top: 0.15rem; cursor: pointer; width: 48%; transition: all 0.5s; } .case-item .case-item-image { width: 100%; height: 1.7rem; } .case-item .case-item-mask { position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); display: none; } .case-item .case-item-btn { padding: 0.05rem 0.1rem; color: #fff; background-color: rgba(255, 255, 255, 0.3); border: 1px solid #fff; border-radius: 0.1rem; z-index: 1; font-size: 0.14rem; } .case-item .case-item-qrcode { position: absolute; z-index: 3; left: 0; top: 0; bottom: 0; right: 0; display: none; } .case-item .case-item-img { overflow: hidden; } .case-item .case-item-title { font-size: 0.16rem !important; } /* .case-item:hover { color: var(--themeColor); box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(0,0,0,0.2); transform: translateY(-0.1rem); } .case-item:hover .case-item-btn { display: none; } .case-item:hover .case-item-mask { display: block; } .case-item:hover .case-item-qrcode { display: block; } .case-item:hover .transitionImg { transform: scale(1.1); } */ }