|
|
@@ -12,7 +12,9 @@
|
|
|
.left,
|
|
|
.right {
|
|
|
opacity: 1;
|
|
|
- transition: all 1s ease-in-out, opacity 0.3s ease-in-out;
|
|
|
+ transition:
|
|
|
+ all 1s ease-in-out,
|
|
|
+ opacity 0.3s ease-in-out;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -527,3 +529,576 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+.BqEN {
|
|
|
+ width: auto;
|
|
|
+ height: 100%;
|
|
|
+ background: url('../../../../../assets/img/A6_sinicize_bg2_4.jpg') repeat-x center bottom;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ &:global(.detailShow) {
|
|
|
+ :global {
|
|
|
+ .left,
|
|
|
+ .right {
|
|
|
+ opacity: 1;
|
|
|
+ transition:
|
|
|
+ all 1s ease-in-out,
|
|
|
+ opacity 0.3s ease-in-out;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:global(.detailHide) {
|
|
|
+ :global {
|
|
|
+ .left,
|
|
|
+ .right {
|
|
|
+ width: 0;
|
|
|
+ opacity: 0;
|
|
|
+ transition: all 0.6s ease-in-out;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ :global {
|
|
|
+ .point {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ width: 225px;
|
|
|
+ height: 60px;
|
|
|
+ & > img {
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ width: auto;
|
|
|
+ height: 100%;
|
|
|
+ object-fit: contain;
|
|
|
+ }
|
|
|
+ .pPoint {
|
|
|
+ padding: 6px 0;
|
|
|
+ padding-left: 55px;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+
|
|
|
+ .pointTime,
|
|
|
+ .pointTitle {
|
|
|
+ padding-left: 10px;
|
|
|
+ width: fit-content;
|
|
|
+ height: 50%;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 500;
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .left {
|
|
|
+ width: 190px;
|
|
|
+ height: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ position: relative;
|
|
|
+ white-space: normal;
|
|
|
+ .lTop {
|
|
|
+ text-align: justify;
|
|
|
+ padding: 20px;
|
|
|
+ padding-right: 0;
|
|
|
+ padding-bottom: 0;
|
|
|
+ width: 93%;
|
|
|
+ height: 220px;
|
|
|
+ font-size: 11px;
|
|
|
+ line-height: 17px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(93, 96, 96, 1);
|
|
|
+ word-spacing: -1px;
|
|
|
+ hyphens: auto;
|
|
|
+ // overflow: auto;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
+ mask-image: linear-gradient(
|
|
|
+ to bottom,
|
|
|
+ rgba(0, 0, 0, 1) 0%,
|
|
|
+ rgba(0, 0, 0, 1) 80%,
|
|
|
+ /* 保留顶部70%不透明 */ rgba(0, 0, 0, 0) 100% /* 底部30%完全透明 */
|
|
|
+ );
|
|
|
+ -webkit-mask-image: linear-gradient(
|
|
|
+ to bottom,
|
|
|
+ rgba(0, 0, 0, 1) 0%,
|
|
|
+ rgba(0, 0, 0, 1) 80%,
|
|
|
+ rgba(0, 0, 0, 0) 100%
|
|
|
+ );
|
|
|
+ & > span {
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(169, 135, 99, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .lContent {
|
|
|
+ width: 100%;
|
|
|
+ height: calc(100% - 100px);
|
|
|
+ display: flex;
|
|
|
+ gap: 5px;
|
|
|
+ position: relative;
|
|
|
+ .lImgBox {
|
|
|
+ width: 550px;
|
|
|
+ height: 100%;
|
|
|
+ .pic {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ transition: all 0.6s ease-in-out;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: top right;
|
|
|
+ background-size: contain;
|
|
|
+ }
|
|
|
+ .imgFromTxt {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 5px;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 15px;
|
|
|
+ font-size: 11px;
|
|
|
+ color: rgba(151, 151, 151, 1);
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ & > img {
|
|
|
+ height: 100%;
|
|
|
+ object-fit: contain;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .lInfo {
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-top: 30px;
|
|
|
+ width: 90%;
|
|
|
+ height: 48%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: 20px;
|
|
|
+ overflow: auto;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
+ .item {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ font-size: 13px;
|
|
|
+ font-weight: 500;
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+
|
|
|
+ .lTitle {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ font-size: 19px;
|
|
|
+ line-height: 24px;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+ position: relative;
|
|
|
+ z-index: 1;
|
|
|
+ &::after {
|
|
|
+ content: '';
|
|
|
+ width: 46px;
|
|
|
+ height: 7px;
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-480%, 65%);
|
|
|
+ background-color: rgb(197, 185, 144);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .lText {
|
|
|
+ font-size: 15px;
|
|
|
+ line-height: 22px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgb(93, 96, 96);
|
|
|
+ height: fit-content;
|
|
|
+ text-align: justify;
|
|
|
+ margin-top: 5px;
|
|
|
+ max-height: 90px;
|
|
|
+ overflow: auto;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
+ & > span {
|
|
|
+ color: rgb(169, 135, 99);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .right {
|
|
|
+ width: fit-content;
|
|
|
+ height: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .RItems {
|
|
|
+ width: fit-content;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ gap: 10px;
|
|
|
+ .item {
|
|
|
+ width: 450px;
|
|
|
+ height: 100%;
|
|
|
+ position: relative;
|
|
|
+ .pic {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ transition: all 0.6s ease-in-out;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: right;
|
|
|
+ background-size: contain;
|
|
|
+ }
|
|
|
+ .imgFromTxt {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 5px;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 15px;
|
|
|
+ font-size: 11px;
|
|
|
+ color: rgba(151, 151, 151, 1);
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .bq1 {
|
|
|
+ transform: translate(-113%, 3%);
|
|
|
+ .main {
|
|
|
+ width: 225px;
|
|
|
+ text-align: right;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ .dotRight {
|
|
|
+ width: 100px;
|
|
|
+ top: 7%;
|
|
|
+ .card_arrowR {
|
|
|
+ .line {
|
|
|
+ border-top: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ border-bottom: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .point8 {
|
|
|
+ transform: translate(-131%, 55%);
|
|
|
+ .pPoint {
|
|
|
+ width: 268px;
|
|
|
+ position: relative;
|
|
|
+ top: -10px;
|
|
|
+ left: -50px;
|
|
|
+ text-align: right;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Fbq2 {
|
|
|
+ transform: translateX(117px);
|
|
|
+ }
|
|
|
+ .bq2 {
|
|
|
+ transform: translate(-77%, 40%);
|
|
|
+ .main {
|
|
|
+ width: 242px;
|
|
|
+ text-align: right;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ .dotRight {
|
|
|
+ width: 100px;
|
|
|
+ top: 7%;
|
|
|
+ .card_arrowR {
|
|
|
+ .line {
|
|
|
+ border-top: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ border-bottom: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .point9 {
|
|
|
+ transform: translate(-81%, 114%);
|
|
|
+ .pPoint {
|
|
|
+ width: 320px;
|
|
|
+ position: relative;
|
|
|
+ left: -110px;
|
|
|
+ top: -10px;
|
|
|
+ text-align: right;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Fbq3 {
|
|
|
+ transform: translateX(79px);
|
|
|
+ }
|
|
|
+ .bq3 {
|
|
|
+ transform: translate(-66%, -82%);
|
|
|
+ .main {
|
|
|
+ width: 174px;
|
|
|
+ text-align: right;
|
|
|
+ white-space: normal;
|
|
|
+ .location::after {
|
|
|
+ content: '';
|
|
|
+ width: 6px;
|
|
|
+ height: 1px;
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
+ top: 14%;
|
|
|
+ border-bottom: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .dotRight {
|
|
|
+ width: 110px;
|
|
|
+ height: 152px;
|
|
|
+ border-left: 1px dashed rgb(93, 96, 96);
|
|
|
+ padding-top: 128px;
|
|
|
+ top: 15%;
|
|
|
+ left: 1px;
|
|
|
+ .name {
|
|
|
+ padding-right: 17px;
|
|
|
+ }
|
|
|
+ .card_arrowR {
|
|
|
+ .line {
|
|
|
+ border-top: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ border-bottom: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .point10 {
|
|
|
+ transform: translate(-76%, -309%);
|
|
|
+ .pPoint {
|
|
|
+ width: 257px;
|
|
|
+ position: relative;
|
|
|
+ left: -38px;
|
|
|
+ top: -10px;
|
|
|
+ text-align: right;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Fbq4 {
|
|
|
+ transform: translateX(-43px);
|
|
|
+ }
|
|
|
+ .bq4 {
|
|
|
+ transform: translate(-15%, 19%);
|
|
|
+ .main {
|
|
|
+ width: 174px;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ .dotLeft {
|
|
|
+ width: 145px;
|
|
|
+ top: 2%;
|
|
|
+ .name {
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .name {
|
|
|
+ padding-left: 36px;
|
|
|
+ }
|
|
|
+ .card_arrowL {
|
|
|
+ .line {
|
|
|
+ border-top: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ border-bottom: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .point11 {
|
|
|
+ transform: translate(15%, 105%);
|
|
|
+ .pPoint {
|
|
|
+ width: 329px;
|
|
|
+ white-space: normal;
|
|
|
+ position: relative;
|
|
|
+ top: -10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Fbq5 {
|
|
|
+ transform: translateX(-58px);
|
|
|
+ }
|
|
|
+ .bq5 {
|
|
|
+ transform: translate(-18%, -49%);
|
|
|
+ .main {
|
|
|
+ width: 94px;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ .dotLeft {
|
|
|
+ width: 157px;
|
|
|
+ top: 2%;
|
|
|
+ .name {
|
|
|
+ text-align: left;
|
|
|
+ padding-left: 48px;
|
|
|
+ }
|
|
|
+ .card_arrowL {
|
|
|
+ .line {
|
|
|
+ border-top: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ border-bottom: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .point12 {
|
|
|
+ transform: translate(-5%, -147%);
|
|
|
+ .pPoint {
|
|
|
+ width: 270px;
|
|
|
+ position: relative;
|
|
|
+ top: -10px;
|
|
|
+ white-space: normal;
|
|
|
+ padding-left: 54px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .item:nth-child(1) {
|
|
|
+ width: 330px;
|
|
|
+ }
|
|
|
+ .item:nth-child(2) {
|
|
|
+ width: 560px;
|
|
|
+ .pic {
|
|
|
+ height: calc(100% - 10px);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .item:nth-child(3) {
|
|
|
+ .pic {
|
|
|
+ height: calc(100% - 10px);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .item:nth-child(4) {
|
|
|
+ width: 450px;
|
|
|
+ padding-right: 120px;
|
|
|
+ }
|
|
|
+ .item:nth-child(5) {
|
|
|
+ width: 520px;
|
|
|
+ padding-right: 170px;
|
|
|
+ .pic {
|
|
|
+ height: calc(100% - 10px);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .itme2Txt {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 74.8%;
|
|
|
+ pointer-events: none;
|
|
|
+ white-space: normal;
|
|
|
+ text-align: justify;
|
|
|
+ padding-top: 30px;
|
|
|
+ padding-left: 14px;
|
|
|
+ width: 250px;
|
|
|
+ height: auto;
|
|
|
+ hyphens: auto;
|
|
|
+ font-size: 11px;
|
|
|
+ line-height: 17px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(93, 96, 96, 1);
|
|
|
+ & > span {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 16px;
|
|
|
+ color: rgba(169, 135, 99, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .lInfo1,
|
|
|
+ .lInfo2 {
|
|
|
+ pointer-events: none;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 1%;
|
|
|
+ white-space: normal;
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-top: 30px;
|
|
|
+ width: 250px;
|
|
|
+ height: 60%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: 20px;
|
|
|
+ overflow: auto;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
+ .item {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ font-size: 13px;
|
|
|
+ font-weight: 500;
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+
|
|
|
+ .lTitle {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ font-size: 17px;
|
|
|
+ line-height: 22px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+ position: relative;
|
|
|
+ z-index: 1;
|
|
|
+ &::after {
|
|
|
+ content: '';
|
|
|
+ width: 32px;
|
|
|
+ height: 7px;
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-327%, 65%);
|
|
|
+ background-color: rgb(197, 185, 144);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .lText {
|
|
|
+ font-size: 11px;
|
|
|
+ line-height: 17px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgb(93, 96, 96);
|
|
|
+ text-align: justify;
|
|
|
+ height: 85%;
|
|
|
+ margin-top: 5px;
|
|
|
+ hyphens: auto;
|
|
|
+ overflow: auto;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
+ & > span {
|
|
|
+ color: rgb(169, 135, 99);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .lInfo1 {
|
|
|
+ top: 20%;
|
|
|
+ right: 75%;
|
|
|
+ .item {
|
|
|
+ .lTitle::after {
|
|
|
+ width: 55%;
|
|
|
+ transform: translate(-89%, 65%);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .lInfo2 {
|
|
|
+ right: 21%;
|
|
|
+ width: 193px;
|
|
|
+ .item {
|
|
|
+ .lTitle::after {
|
|
|
+ width: 94%;
|
|
|
+ transform: translate(-52%, 65%);
|
|
|
+ }
|
|
|
+ .lText {
|
|
|
+ width: 94%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|