|
@@ -0,0 +1,320 @@
|
|
|
|
|
+.Sinicize {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ overflow-x: auto;
|
|
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
|
|
+ &::-webkit-scrollbar {
|
|
|
|
|
+ height: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ :global {
|
|
|
|
|
+ .SinicizeScroll {
|
|
|
|
|
+ width: fit-content;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.Sinicize1 {
|
|
|
|
|
+ width: 840px;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ background: url('../../../assets/img/A6_sinicize_bg.png') no-repeat center center;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ :global {
|
|
|
|
|
+ .back {
|
|
|
|
|
+ width: 60px;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 3%;
|
|
|
|
|
+ left: 4%;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ & > img {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ object-fit: contain;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .title {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 13%;
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ transform: translateX(-140%);
|
|
|
|
|
+ height: 100px;
|
|
|
|
|
+ width: 275px;
|
|
|
|
|
+ & > img {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ object-fit: contain;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .text {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 36%;
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ transform: translateX(-133%);
|
|
|
|
|
+ height: 60px;
|
|
|
|
|
+ width: 287px;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ gap: 10px;
|
|
|
|
|
+ color: rgba(93, 96, 96, 1);
|
|
|
|
|
+ font-weight: lighter;
|
|
|
|
|
+ .line1 {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 25px;
|
|
|
|
|
+ & > img {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ object-fit: contain;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .t2 {
|
|
|
|
|
+ width: 87%;
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ letter-spacing: 0.5px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .zhufo,
|
|
|
|
|
+ .pusha {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 50%;
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
|
|
+ opacity: 0.6;
|
|
|
|
|
+ & > img {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ object-fit: contain;
|
|
|
|
|
+ }
|
|
|
|
|
+ &.active {
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .zhufo {
|
|
|
|
|
+ height: 335px;
|
|
|
|
|
+ width: 280px;
|
|
|
|
|
+ transform: translate(-31%, -50%);
|
|
|
|
|
+ .name {
|
|
|
|
|
+ font-size: 10px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ color: rgba(170, 105, 77, 1);
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .pusha {
|
|
|
|
|
+ height: 305px;
|
|
|
|
|
+ width: 100px;
|
|
|
|
|
+ transform: translate(195%, -50%);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .sinicizeBtn1,
|
|
|
|
|
+ .sinicizeBtn2 {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ right: 4%;
|
|
|
|
|
+ bottom: 15%;
|
|
|
|
|
+ height: 60px;
|
|
|
|
|
+ width: 60px;
|
|
|
|
|
+ background: url('../../../assets/img/btn_tab.png') no-repeat center center;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ color: rgba(255, 233, 182, 1);
|
|
|
|
|
+
|
|
|
|
|
+ &.active {
|
|
|
|
|
+ color: rgba(93, 30, 32, 1);
|
|
|
|
|
+ background: url('../../../assets/img/btn_tabAc.png') no-repeat center center;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .sinicizeBtn1 {
|
|
|
|
|
+ bottom: 35%;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.label {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ width: fit-content;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ font-size: 9px;
|
|
|
|
|
+ :global {
|
|
|
|
|
+ .btn {
|
|
|
|
|
+ width: 40px;
|
|
|
|
|
+ height: 15px;
|
|
|
|
|
+ background: url('../../../assets/img/A6_sinicize_btn1.png') no-repeat center center;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ line-height: 17px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .arrowL,
|
|
|
|
|
+ .arrowR {
|
|
|
|
|
+ width: 10px;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ height: 0;
|
|
|
|
|
+ border-bottom: 1px dashed rgba(124, 75, 54, 1);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .arrowL {
|
|
|
|
|
+ &::after {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ left: -6px;
|
|
|
|
|
+ top: 50%;
|
|
|
|
|
+ transform: translateY(-1px);
|
|
|
|
|
+ // 箭头三角形(向左)
|
|
|
|
|
+ border-right: 4px solid rgb(124, 75, 54);
|
|
|
|
|
+ border-top: 3px solid transparent;
|
|
|
|
|
+ border-bottom: 3px solid transparent;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .arrowR {
|
|
|
|
|
+ &::after {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ right: -5px;
|
|
|
|
|
+ top: 50%;
|
|
|
|
|
+ transform: translateY(-1px);
|
|
|
|
|
+ border-left: 4px solid rgb(124, 75, 54);
|
|
|
|
|
+ border-top: 3px solid transparent;
|
|
|
|
|
+ border-bottom: 3px solid transparent;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.Sinicize2 {
|
|
|
|
|
+ width: fit-content;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+
|
|
|
|
|
+ :global {
|
|
|
|
|
+ .scroll {
|
|
|
|
|
+ width: fit-content;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ .yearItem {
|
|
|
|
|
+ width: fit-content;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ .year {
|
|
|
|
|
+ width: 100px;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ color: rgba(255, 233, 182, 1);
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+
|
|
|
|
|
+ .txt {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ padding: 50px 40%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ background-image: linear-gradient(
|
|
|
|
|
+ to bottom,
|
|
|
|
|
+ rgba(122, 63, 11, 1) 0%,
|
|
|
|
|
+ rgba(182, 143, 86, 0) 100%
|
|
|
|
|
+ );
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .detailShow,
|
|
|
|
|
+ .detailHide {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ background: url('../../../assets/img/A6_sinicize_bg2.png') no-repeat center center;
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ transition: all 0.7s ease-in-out;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ .left {
|
|
|
|
|
+ width: 38%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ padding: 44px 22px;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ gap: 20px;
|
|
|
|
|
+ .desc {
|
|
|
|
|
+ color: rgba(93, 96, 96, 1);
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ max-height: 60%;
|
|
|
|
|
+ height: fit-content;
|
|
|
|
|
+ }
|
|
|
|
|
+ .txtItem {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: fit-content;
|
|
|
|
|
+ max-height: 60%;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ gap: 5px;
|
|
|
|
|
+ .title {
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
|
|
+ }
|
|
|
|
|
+ .txt {
|
|
|
|
|
+ color: rgba(93, 96, 96, 1);
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .right {
|
|
|
|
|
+ width: 60%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ padding: 30px 25px;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ gap: 10px;
|
|
|
|
|
+ .title {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 20px;
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ }
|
|
|
|
|
+ .pic {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 70%;
|
|
|
|
|
+ & > img {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ object-fit: contain;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .icon {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .detailShow {
|
|
|
|
|
+ width: 700px;
|
|
|
|
|
+ .left,
|
|
|
|
|
+ .right {
|
|
|
|
|
+ transition: all 0.3s ease-in-out 0.5s;
|
|
|
|
|
+ opacity: 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .detailHide {
|
|
|
|
|
+ width: 0;
|
|
|
|
|
+ .left,
|
|
|
|
|
+ .right {
|
|
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
|
|
+ opacity: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|