|
|
@@ -274,7 +274,7 @@
|
|
|
height: 100%;
|
|
|
font-size: 20px;
|
|
|
font-weight: 500;
|
|
|
- color: rgba(255, 233, 182, 1);
|
|
|
+ color: rgba(255, 233, 182, 0.6);
|
|
|
text-align: center;
|
|
|
background-size: 100% 100%;
|
|
|
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
|
|
|
@@ -296,22 +296,22 @@
|
|
|
.front {
|
|
|
width: 100%;
|
|
|
height: 50%;
|
|
|
- padding: 0 6px;
|
|
|
- font-size: 16px;
|
|
|
+ padding: 0 10px;
|
|
|
+ font-size: 15px;
|
|
|
line-height: 24px;
|
|
|
font-weight: 400;
|
|
|
overflow: auto;
|
|
|
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%完全透明 */
|
|
|
+ rgba(0, 0, 0, 1) 70%,
|
|
|
+ /* 保留顶部70%不透明 */ rgba(255, 255, 255, 0.3) 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%
|
|
|
+ rgba(0, 0, 0, 1) 70%,
|
|
|
+ rgba(255, 255, 255, 0.3) 100%
|
|
|
);
|
|
|
&::-webkit-scrollbar {
|
|
|
width: 0;
|
|
|
@@ -324,14 +324,20 @@
|
|
|
.year-zongjie {
|
|
|
background: url(../../../assets/img/sinicize_jy.png) no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
- width: 150px;
|
|
|
+ width: 210px;
|
|
|
+ white-space: normal;
|
|
|
.yearContainner {
|
|
|
.txt {
|
|
|
+ padding: 20px 40%;
|
|
|
+ padding-top: 30px;
|
|
|
letter-spacing: 10px;
|
|
|
- height: 30%;
|
|
|
+ height: 35%;
|
|
|
+ line-height: 45px;
|
|
|
}
|
|
|
.front {
|
|
|
height: 65%;
|
|
|
+ text-align: justify;
|
|
|
+ padding: 0 20px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -390,7 +396,7 @@
|
|
|
line-height: 24px;
|
|
|
letter-spacing: 2px;
|
|
|
font-weight: 400;
|
|
|
- color: rgba(124, 75, 54, 1);
|
|
|
+ color: rgba(93, 96, 96, 1);
|
|
|
}
|
|
|
.lContent {
|
|
|
width: 100%;
|
|
|
@@ -406,6 +412,7 @@
|
|
|
height: 100%;
|
|
|
transition: all 0.3s ease-in-out;
|
|
|
background-repeat: no-repeat;
|
|
|
+ background-position: top right;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
& > img {
|