|
|
@@ -2,22 +2,31 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
+
|
|
|
:global {
|
|
|
.mainContent {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- padding: 100px 30px 0 30px;
|
|
|
+ padding: 80px 30px 0 30px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
gap: 10px;
|
|
|
+
|
|
|
.mainTitle {
|
|
|
+ text-indent: 2em;
|
|
|
width: 100%;
|
|
|
height: fit-content;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
font-weight: 500;
|
|
|
- color: rgba(93, 96, 96, 1);
|
|
|
+ color: #7e807d;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 22px;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ height: 90px;
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
|
+
|
|
|
.imgBox {
|
|
|
width: 100%;
|
|
|
height: fit-content;
|
|
|
@@ -25,6 +34,7 @@
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
gap: 10px;
|
|
|
+
|
|
|
.item {
|
|
|
width: 24%;
|
|
|
height: 220px;
|
|
|
@@ -34,6 +44,7 @@
|
|
|
align-items: center;
|
|
|
font-size: 12px;
|
|
|
gap: 6px;
|
|
|
+
|
|
|
.pic {
|
|
|
width: 100%;
|
|
|
height: 165px;
|
|
|
@@ -41,19 +52,24 @@
|
|
|
background: url('../../../../assets/img/A7_shuxing_bg.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
cursor: pointer;
|
|
|
- & > img {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ &>img {
|
|
|
width: 100%;
|
|
|
- height: 95%;
|
|
|
+ height: 80%;
|
|
|
object-fit: contain;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.name {
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 18px;
|
|
|
font-weight: 600;
|
|
|
color: rgba(91, 71, 46, 1);
|
|
|
}
|
|
|
+
|
|
|
.time {
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: rgba(91, 71, 46, 0.8);
|
|
|
}
|
|
|
@@ -64,70 +80,89 @@
|
|
|
.detailContent {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- padding-top: 100px;
|
|
|
+ padding-top: 80px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- gap: 30px;
|
|
|
+ gap: 20px;
|
|
|
+
|
|
|
.detailContainner {
|
|
|
- width: 70%;
|
|
|
- height: 60%;
|
|
|
+ width: 80%;
|
|
|
+ height: calc(100% - 110px);
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
gap: 10px;
|
|
|
+
|
|
|
.left {
|
|
|
- width: 50%;
|
|
|
+ width: 52%;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
gap: 10px;
|
|
|
color: rgba(93, 96, 96, 1);
|
|
|
font-size: 10px;
|
|
|
- & > div {
|
|
|
+
|
|
|
+ &>div {
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
- gap: 3px;
|
|
|
+ align-items: flex-start;
|
|
|
position: relative;
|
|
|
- &::after {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- top: 10px;
|
|
|
- left: 3px;
|
|
|
- width: 13px;
|
|
|
- height: 2px;
|
|
|
- background: rgba(175, 135, 100, 1);
|
|
|
- }
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: justify;
|
|
|
+ margin: 3px 0;
|
|
|
+
|
|
|
}
|
|
|
+
|
|
|
.detailTitle {
|
|
|
+ margin-bottom: 10px;
|
|
|
width: fit-content;
|
|
|
- height: 20px;
|
|
|
- font-size: 18px;
|
|
|
- color: rgba(175, 135, 100, 1);
|
|
|
+ font-size: 22px;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-weight: 700;
|
|
|
+ color: rgb(124, 75, 54);
|
|
|
+
|
|
|
+
|
|
|
&::after {
|
|
|
background: none;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.label {
|
|
|
- align-self: flex-start;
|
|
|
- width: fit-content;
|
|
|
- min-width: 30px;
|
|
|
+ position: relative;
|
|
|
height: fit-content;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
white-space: nowrap;
|
|
|
+ width: 40px;
|
|
|
+
|
|
|
+ &::after {
|
|
|
+ content: '';
|
|
|
+ width: 24px;
|
|
|
+ height: 4px;
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
+ bottom: 0%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-65%, 10%);
|
|
|
+ background-color: rgba(124, 75, 54, 1);
|
|
|
+ box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.right {
|
|
|
- width: 50%;
|
|
|
+ width: 48%;
|
|
|
height: 100%;
|
|
|
- max-height: 180px;
|
|
|
align-self: flex-start;
|
|
|
position: relative;
|
|
|
- & > img {
|
|
|
+
|
|
|
+ &>img {
|
|
|
width: 80%;
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
}
|
|
|
+
|
|
|
.diwen {
|
|
|
position: absolute;
|
|
|
left: 50px;
|
|
|
@@ -138,26 +173,32 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.bottom {
|
|
|
width: 100%;
|
|
|
height: 90px;
|
|
|
- background-color: rgba(177, 150, 123, 0.6);
|
|
|
+ background-image: url('../../../../assets/sgImg/img_rec.png');
|
|
|
+ background-size: 100% 100%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
gap: 30px;
|
|
|
+
|
|
|
.item {
|
|
|
width: 80px;
|
|
|
height: 80px;
|
|
|
- background-color: rgba(177, 150, 123, 1);
|
|
|
+ background-image: url('../../../../assets/sgImg/img_txt.png');
|
|
|
+ background-size: 100% 100%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
cursor: pointer;
|
|
|
+
|
|
|
&.itemAc {
|
|
|
- background-color: rgba(255, 212, 112, 0.7);
|
|
|
+ background-image: url('../../../../assets/sgImg/img_txtac.png');
|
|
|
}
|
|
|
- & > img {
|
|
|
+
|
|
|
+ &>img {
|
|
|
width: 80%;
|
|
|
height: 80%;
|
|
|
object-fit: contain;
|
|
|
@@ -166,4 +207,4 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|