|
@@ -3,12 +3,13 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
z-index: 3;
|
|
z-index: 3;
|
|
|
- top: 50%;
|
|
|
|
|
- left: 50%;
|
|
|
|
|
- transform: translate(-50%, -50%);
|
|
|
|
|
- background: url(../../../../../assets/img/A6_policy_detail_bg.png) no-repeat center center;
|
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
|
+ top: 0%;
|
|
|
|
|
+ left: 0%;
|
|
|
|
|
+ background-color: #804b2a;
|
|
|
|
|
+ // background: url(../../../../../assets/img/A6_policy_detail_bg.jpg) no-repeat center center;
|
|
|
|
|
+ // background-size: 100% 100%;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
+
|
|
|
:global {
|
|
:global {
|
|
|
.back {
|
|
.back {
|
|
|
width: 80px;
|
|
width: 80px;
|
|
@@ -19,15 +20,21 @@
|
|
|
left: 4%;
|
|
left: 4%;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
- & > img {
|
|
|
|
|
|
|
+ &>img {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: fill;
|
|
object-fit: fill;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.containner {
|
|
.containner {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
|
|
|
|
+ height: 102%;
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
|
|
+ // overflow-y: hidden;
|
|
|
|
|
+ // overflow-y: hidden;
|
|
|
&::-webkit-scrollbar {
|
|
&::-webkit-scrollbar {
|
|
|
width: 0;
|
|
width: 0;
|
|
|
height: 0;
|
|
height: 0;
|
|
@@ -40,11 +47,13 @@
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.tabItem {
|
|
.tabItem {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: auto;
|
|
width: auto;
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|
+
|
|
|
.history1 {
|
|
.history1 {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
@@ -52,6 +61,7 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
background-color: rgba(128, 75, 42, 1);
|
|
background-color: rgba(128, 75, 42, 1);
|
|
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
|
|
|
|
|
+
|
|
|
.txt {
|
|
.txt {
|
|
|
width: 25px;
|
|
width: 25px;
|
|
|
line-height: 25px;
|
|
line-height: 25px;
|
|
@@ -63,16 +73,19 @@
|
|
|
padding-top: 80px;
|
|
padding-top: 80px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.bottom {
|
|
.bottom {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 54%;
|
|
height: 54%;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: fill;
|
|
object-fit: fill;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.historyDetail {
|
|
.historyDetail {
|
|
|
width: auto;
|
|
width: auto;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -94,24 +107,28 @@
|
|
|
color: rgba(69, 68, 55, 1);
|
|
color: rgba(69, 68, 55, 1);
|
|
|
white-space: normal;
|
|
white-space: normal;
|
|
|
transition: width 0.6s ease-in-out, padding 0.86s ease-in-out, opacity 0.3s ease-in-out;
|
|
transition: width 0.6s ease-in-out, padding 0.86s ease-in-out, opacity 0.3s ease-in-out;
|
|
|
|
|
+
|
|
|
&::-webkit-scrollbar {
|
|
&::-webkit-scrollbar {
|
|
|
width: 0;
|
|
width: 0;
|
|
|
height: 0;
|
|
height: 0;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.part1 {
|
|
.part1 {
|
|
|
- background: url(../../../../../assets/img/A6_policy_part_bg1.png) no-repeat center
|
|
|
|
|
- center;
|
|
|
|
|
|
|
+ background: url(../../../../../assets/img/A6_policy_part_bg1.png) no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
|
|
+
|
|
|
.part1txt {
|
|
.part1txt {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 80%;
|
|
height: 80%;
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
|
|
+
|
|
|
&::-webkit-scrollbar {
|
|
&::-webkit-scrollbar {
|
|
|
width: 0;
|
|
width: 0;
|
|
|
height: 0;
|
|
height: 0;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.from {
|
|
.from {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: fit-content;
|
|
height: fit-content;
|
|
@@ -120,14 +137,17 @@
|
|
|
color: rgba(124, 75, 54, 1);
|
|
color: rgba(124, 75, 54, 1);
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
|
|
|
+
|
|
|
&::-webkit-scrollbar {
|
|
&::-webkit-scrollbar {
|
|
|
width: 0;
|
|
width: 0;
|
|
|
height: 0;
|
|
height: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.fromtxt {
|
|
.fromtxt {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: fit-content;
|
|
height: fit-content;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.author {
|
|
.author {
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -135,6 +155,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.part2 {
|
|
.part2 {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
position: relative;
|
|
position: relative;
|
|
@@ -143,16 +164,19 @@
|
|
|
gap: 10px;
|
|
gap: 10px;
|
|
|
background: url(../../../../../assets/img/A6_policy_part_bg.png) no-repeat center center;
|
|
background: url(../../../../../assets/img/A6_policy_part_bg.png) no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
|
|
+
|
|
|
.imgBox {
|
|
.imgBox {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 76%;
|
|
height: 76%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
height: 78%;
|
|
height: 78%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.from {
|
|
.from {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
height: 20%;
|
|
height: 20%;
|
|
@@ -161,6 +185,7 @@
|
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
|
color: rgba(124, 75, 54, 0.7);
|
|
color: rgba(124, 75, 54, 0.7);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.name,
|
|
.name,
|
|
|
.time {
|
|
.time {
|
|
|
writing-mode: vertical-lr;
|
|
writing-mode: vertical-lr;
|
|
@@ -173,6 +198,7 @@
|
|
|
font-size: 22px;
|
|
font-size: 22px;
|
|
|
height: 50%;
|
|
height: 50%;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.changeBar {
|
|
.changeBar {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
@@ -185,6 +211,7 @@
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
gap: 10px;
|
|
gap: 10px;
|
|
|
|
|
+
|
|
|
.yuan,
|
|
.yuan,
|
|
|
.ta {
|
|
.ta {
|
|
|
opacity: 0.6;
|
|
opacity: 0.6;
|
|
@@ -195,7 +222,8 @@
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
@@ -205,10 +233,12 @@
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.cActive {
|
|
.cActive {
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.time {
|
|
.time {
|
|
|
right: 0;
|
|
right: 0;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
@@ -217,6 +247,7 @@
|
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.desc {
|
|
.desc {
|
|
|
letter-spacing: 0px;
|
|
letter-spacing: 0px;
|
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
@@ -224,6 +255,7 @@
|
|
|
height: 20%;
|
|
height: 20%;
|
|
|
white-space: normal;
|
|
white-space: normal;
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
|
|
+
|
|
|
&::-webkit-scrollbar {
|
|
&::-webkit-scrollbar {
|
|
|
width: 0;
|
|
width: 0;
|
|
|
height: 0;
|
|
height: 0;
|
|
@@ -244,6 +276,7 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
gap: 20px;
|
|
gap: 20px;
|
|
|
|
|
+
|
|
|
.dot {
|
|
.dot {
|
|
|
align-self: flex-start;
|
|
align-self: flex-start;
|
|
|
width: 60px;
|
|
width: 60px;
|
|
@@ -253,6 +286,7 @@
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
margin: 0 20px;
|
|
margin: 0 20px;
|
|
|
|
|
+
|
|
|
.txt {
|
|
.txt {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 15px;
|
|
height: 15px;
|
|
@@ -262,11 +296,13 @@
|
|
|
letter-spacing: 1px;
|
|
letter-spacing: 1px;
|
|
|
color: rgba(69, 68, 55, 1);
|
|
color: rgba(69, 68, 55, 1);
|
|
|
}
|
|
}
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.lineContainner {
|
|
.lineContainner {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
@@ -276,15 +312,13 @@
|
|
|
height: 2px;
|
|
height: 2px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- background: linear-gradient(
|
|
|
|
|
- 90deg,
|
|
|
|
|
- rgba(93, 96, 96, 0.2) 0%,
|
|
|
|
|
- rgba(93, 96, 96, 1) 50%,
|
|
|
|
|
- rgba(93, 96, 96, 0.2) 100%
|
|
|
|
|
- );
|
|
|
|
|
|
|
+ background: linear-gradient(90deg,
|
|
|
|
|
+ rgba(93, 96, 96, 0.2) 0%,
|
|
|
|
|
+ rgba(93, 96, 96, 1) 50%,
|
|
|
|
|
+ rgba(93, 96, 96, 0.2) 100%);
|
|
|
background-size: 5px 2px;
|
|
background-size: 5px 2px;
|
|
|
background-repeat: repeat-x;
|
|
background-repeat: repeat-x;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|