|
@@ -9,6 +9,7 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
|
|
|
+
|
|
|
:global {
|
|
:global {
|
|
|
.modalTxtContainner {
|
|
.modalTxtContainner {
|
|
|
width: 450px;
|
|
width: 450px;
|
|
@@ -22,22 +23,28 @@
|
|
|
height: 70px;
|
|
height: 70px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
-
|
|
|
|
|
|
|
+ justify-content: space-around;
|
|
|
|
|
+ padding-right: 80px;
|
|
|
|
|
+ position: relative;
|
|
|
gap: 10px;
|
|
gap: 10px;
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
|
|
+
|
|
|
.beie {
|
|
.beie {
|
|
|
width: 100px;
|
|
width: 100px;
|
|
|
height: 50px;
|
|
height: 50px;
|
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
|
line-height: 50px;
|
|
line-height: 50px;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- position: relative;
|
|
|
|
|
|
|
+ position: absolute;
|
|
|
align-self: flex-start;
|
|
align-self: flex-start;
|
|
|
- transform: translate(-109px, 35px);
|
|
|
|
|
- & > img {
|
|
|
|
|
|
|
+ top: 35px;
|
|
|
|
|
+ left: -109px;
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
width: 100px;
|
|
width: 100px;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.txt {
|
|
.txt {
|
|
|
width: 70px;
|
|
width: 70px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -48,6 +55,7 @@
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.tab {
|
|
.tab {
|
|
|
width: fit-content;
|
|
width: fit-content;
|
|
|
min-width: 70px;
|
|
min-width: 70px;
|
|
@@ -57,10 +65,12 @@
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
height: 45px;
|
|
height: 45px;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.tabNub {
|
|
.tabNub {
|
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
|
line-height: 45px;
|
|
line-height: 45px;
|
|
@@ -70,17 +80,21 @@
|
|
|
transform: translate(-50%, -53%);
|
|
transform: translate(-50%, -53%);
|
|
|
color: rgba(94, 52, 34, 1);
|
|
color: rgba(94, 52, 34, 1);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.tabNubAc {
|
|
.tabNubAc {
|
|
|
color: rgba(255, 233, 182, 1);
|
|
color: rgba(255, 233, 182, 1);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.txt {
|
|
.txt {
|
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
|
line-height: 15px;
|
|
line-height: 15px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-weight: lighter;
|
|
font-weight: lighter;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
|
+ width: 200%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.tab:nth-child(3) {
|
|
.tab:nth-child(3) {
|
|
|
width: 100px;
|
|
width: 100px;
|
|
|
}
|
|
}
|
|
@@ -94,6 +108,9 @@
|
|
|
line-height: 15px;
|
|
line-height: 15px;
|
|
|
font-weight: lighter;
|
|
font-weight: lighter;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
|
+ text-align: justify;
|
|
|
|
|
+ overflow-y: auto;
|
|
|
|
|
+ color: #777463;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.detailTxt {
|
|
.detailTxt {
|
|
@@ -103,6 +120,7 @@
|
|
|
height: 62%;
|
|
height: 62%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
|
+
|
|
|
.left,
|
|
.left,
|
|
|
.right {
|
|
.right {
|
|
|
width: 49%;
|
|
width: 49%;
|
|
@@ -111,38 +129,48 @@
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
gap: 10px;
|
|
gap: 10px;
|
|
|
padding: 20px;
|
|
padding: 20px;
|
|
|
|
|
+
|
|
|
.title {
|
|
.title {
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: rgba(94, 52, 34, 1);
|
|
color: rgba(94, 52, 34, 1);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.txt {
|
|
.txt {
|
|
|
|
|
+ text-align: justify;
|
|
|
font-size: 9px;
|
|
font-size: 9px;
|
|
|
line-height: 17px;
|
|
line-height: 17px;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
color: rgba(94, 52, 34, 1); // 原始颜色
|
|
color: rgba(94, 52, 34, 1); // 原始颜色
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
padding-bottom: 10px;
|
|
padding-bottom: 10px;
|
|
|
|
|
+
|
|
|
&::-webkit-scrollbar {
|
|
&::-webkit-scrollbar {
|
|
|
width: 2px;
|
|
width: 2px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
&::-webkit-scrollbar-track {
|
|
&::-webkit-scrollbar-track {
|
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
&::-webkit-scrollbar-thumb {
|
|
&::-webkit-scrollbar-thumb {
|
|
|
background-color: rgba(94, 52, 34, 0.226);
|
|
background-color: rgba(94, 52, 34, 0.226);
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
&:has(> a:hover) {
|
|
&:has(> a:hover) {
|
|
|
color: rgba(0, 0, 0, 0.25);
|
|
color: rgba(0, 0, 0, 0.25);
|
|
|
}
|
|
}
|
|
|
- &:has(> a:hover) > a:not(:hover) {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &:has(> a:hover)>a:not(:hover) {
|
|
|
color: rgba(0, 0, 0, 0.25);
|
|
color: rgba(0, 0, 0, 0.25);
|
|
|
}
|
|
}
|
|
|
- & > a {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>a {
|
|
|
color: rgba(94, 52, 34, 1);
|
|
color: rgba(94, 52, 34, 1);
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+
|
|
|
&::after {
|
|
&::after {
|
|
|
content: '';
|
|
content: '';
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -157,10 +185,12 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.left {
|
|
.left {
|
|
|
background: url(../../../../assets/img/detailTxt_l.png) no-repeat center center;
|
|
background: url(../../../../assets/img/detailTxt_l.png) no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.right {
|
|
.right {
|
|
|
background: url(../../../../assets/img/detailTxt_r.png) no-repeat center center;
|
|
background: url(../../../../assets/img/detailTxt_r.png) no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
@@ -174,20 +204,101 @@
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
gap: 10px;
|
|
gap: 10px;
|
|
|
color: rgba(94, 52, 34, 1);
|
|
color: rgba(94, 52, 34, 1);
|
|
|
|
|
+
|
|
|
.title {
|
|
.title {
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.text {
|
|
.text {
|
|
|
width: 300px;
|
|
width: 300px;
|
|
|
line-height: 15px;
|
|
line-height: 15px;
|
|
|
font-size: 9px;
|
|
font-size: 9px;
|
|
|
- & > p {
|
|
|
|
|
- text-indent: 2em;
|
|
|
|
|
|
|
+ text-align: justify;
|
|
|
|
|
+ letter-spacing: 2px;
|
|
|
|
|
+ color: #504e40;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ &>p {
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+// -----------移动端
|
|
|
|
|
+.modalTxtMo {
|
|
|
|
|
+ :global {
|
|
|
|
|
+ .modalTxtContainner {
|
|
|
|
|
+ .topBar {
|
|
|
|
|
+ .beie {
|
|
|
|
|
+ height: 60px;
|
|
|
|
|
+ width: 120px;
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .txt {
|
|
|
|
|
+ margin-left: 6px;
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .tab {
|
|
|
|
|
+ height: 60px;
|
|
|
|
|
+
|
|
|
|
|
+ img {
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .txt {
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .content {
|
|
|
|
|
+ .title {
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .text {
|
|
|
|
|
+ line-height: 18px;
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ .intro{
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ line-height: 18px;
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ .detailTxt{
|
|
|
|
|
+ .title{
|
|
|
|
|
+ font-size: 20px !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ .txt{
|
|
|
|
|
+ font-size: 18px !important;
|
|
|
|
|
+ line-height: 24px !important;
|
|
|
|
|
+ letter-spacing: 2px;
|
|
|
|
|
+ a::after {
|
|
|
|
|
+ bottom:-2px !important;
|
|
|
|
|
+ height: 2px !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+}
|