|
|
@@ -177,6 +177,7 @@
|
|
|
height: 100%;
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
+ position: relative;
|
|
|
.RItems {
|
|
|
width: fit-content;
|
|
|
height: 100%;
|
|
|
@@ -185,7 +186,7 @@
|
|
|
gap: 10px;
|
|
|
|
|
|
.item {
|
|
|
- width: 500px;
|
|
|
+ width: 595px;
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
|
|
|
@@ -194,7 +195,7 @@
|
|
|
height: 100%;
|
|
|
transition: all 0.3s ease-in-out;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-position: center center;
|
|
|
+ background-position: left;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
.zwq1 {
|
|
|
@@ -206,7 +207,7 @@
|
|
|
}
|
|
|
.dotRight {
|
|
|
width: 160px;
|
|
|
- top: 5%;
|
|
|
+ top: -5%;
|
|
|
.card_arrowR {
|
|
|
.line {
|
|
|
border-top: 1px dashed rgba(93, 96, 96, 1);
|
|
|
@@ -215,9 +216,137 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .zwq2 {
|
|
|
+ transform: translate(21%, 46%);
|
|
|
+ width: 420px;
|
|
|
+ .main {
|
|
|
+ width: 178px;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ .dotLeft {
|
|
|
+ width: 120px;
|
|
|
+ top: -3%;
|
|
|
+ .name {
|
|
|
+ text-align: left;
|
|
|
+ padding-left: 20px;
|
|
|
+ }
|
|
|
+ .card_arrowL {
|
|
|
+ .line {
|
|
|
+ border-top: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ border-bottom: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .zwq3 {
|
|
|
+ transform: translate(-8%, -12%);
|
|
|
+ width: 420px;
|
|
|
+ .main {
|
|
|
+ width: 178px;
|
|
|
+ white-space: normal;
|
|
|
+ }
|
|
|
+ .dotLeft {
|
|
|
+ width: 120px;
|
|
|
+ top: -3%;
|
|
|
+ .name {
|
|
|
+ text-align: left;
|
|
|
+ padding-left: 20px;
|
|
|
+ }
|
|
|
+ .card_arrowL {
|
|
|
+ .line {
|
|
|
+ border-top: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ border-bottom: 1px dashed rgba(93, 96, 96, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .point4 {
|
|
|
+ transform: translate(-103%, 121%);
|
|
|
+ .pPoint {
|
|
|
+ width: 350px;
|
|
|
+ position: relative;
|
|
|
+ left: -51%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .point5 {
|
|
|
+ transform: translate(17%, 130%);
|
|
|
+ .pPoint {
|
|
|
+ width: 158px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .point6 {
|
|
|
+ .pPoint {
|
|
|
+ width: 364px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.item:nth-child(1) {
|
|
|
- width: 310px;
|
|
|
+ width: 290px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .lInfo {
|
|
|
+ pointer-events: none;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 1%;
|
|
|
+ white-space: normal;
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-top: 30px;
|
|
|
+ width: 250px;
|
|
|
+ height: 60%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: 20px;
|
|
|
+ overflow: auto;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
+ .item {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ font-size: 13px;
|
|
|
+ font-weight: 500;
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+
|
|
|
+ .lTitle {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ font-size: 17px;
|
|
|
+ line-height: 24px;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+ position: relative;
|
|
|
+ z-index: 1;
|
|
|
+ &::after {
|
|
|
+ content: '';
|
|
|
+ width: 46px;
|
|
|
+ height: 4px;
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-223%, 65%);
|
|
|
+ background-color: rgb(197, 185, 144);
|
|
|
+ box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .lText {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 24px;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #504e40;
|
|
|
+ height: 80%;
|
|
|
+ margin-top: 5px;
|
|
|
+ overflow: auto;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|