|
@@ -48,7 +48,7 @@
|
|
|
font-weight: lighter;
|
|
font-weight: lighter;
|
|
|
|
|
|
|
|
.t1 {
|
|
.t1 {
|
|
|
- font-size: 16px;
|
|
|
|
|
|
|
+ font-size: 18px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.line1 {
|
|
.line1 {
|
|
@@ -63,7 +63,7 @@
|
|
|
|
|
|
|
|
.t2 {
|
|
.t2 {
|
|
|
width: 90%;
|
|
width: 90%;
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ font-size: 16px;
|
|
|
letter-spacing: 0.5px;
|
|
letter-spacing: 0.5px;
|
|
|
text-align: justify;
|
|
text-align: justify;
|
|
|
}
|
|
}
|
|
@@ -74,43 +74,39 @@
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
|
- height: 60px;
|
|
|
|
|
- width: 62px;
|
|
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ height: 80px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
|
|
|
- .addtxt {
|
|
|
|
|
- width: 2px;
|
|
|
|
|
- line-height: 9px;
|
|
|
|
|
- font-size: 8px;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
&>img {
|
|
&>img {
|
|
|
- height: 60px;
|
|
|
|
|
- width: 60px;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ft {
|
|
.ft {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- transform: translate(-66%, 50%);
|
|
|
|
|
|
|
+ transform: translate(-55%, 28%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.fd {
|
|
.fd {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- transform: translate(189%, 243%);
|
|
|
|
|
|
|
+ transform: translate(145%, 151%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.yx {
|
|
.yx {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- transform: translate(493%, 90%);
|
|
|
|
|
|
|
+ transform: translate(379%, 49%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.gy {
|
|
.gy {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- transform: translate(523%, -139%);
|
|
|
|
|
|
|
+ transform: translate(404%, -121%);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -133,8 +129,8 @@
|
|
|
background-size: 100% 94%;
|
|
background-size: 100% 94%;
|
|
|
|
|
|
|
|
.back {
|
|
.back {
|
|
|
- width: 60px;
|
|
|
|
|
- height: 30px;
|
|
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ height: 40px;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 3%;
|
|
top: 3%;
|
|
|
left: 4%;
|
|
left: 4%;
|
|
@@ -142,7 +138,7 @@
|
|
|
|
|
|
|
|
&>img {
|
|
&>img {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
- object-fit: contain;
|
|
|
|
|
|
|
+ object-fit: fill !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -157,28 +153,35 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.detailTitle {
|
|
.detailTitle {
|
|
|
- transform: translate(86%, -5%);
|
|
|
|
|
- width: 65px;
|
|
|
|
|
- height: 168px;
|
|
|
|
|
|
|
+ transform: translate(30%, 0%);
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ height: auto;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
|
|
|
.name {
|
|
.name {
|
|
|
width: 50%;
|
|
width: 50%;
|
|
|
- height: 240px;
|
|
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
|
+ padding: 23px 10px 46px 10px;
|
|
|
background: url('../../../assets/img/A6_zaoxiang_name_bg.png') no-repeat center center;
|
|
background: url('../../../assets/img/A6_zaoxiang_name_bg.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
color: #ffe8b5;
|
|
color: #ffe8b5;
|
|
|
- font-size: 17px;
|
|
|
|
|
font-weight: lighter;
|
|
font-weight: lighter;
|
|
|
- padding-top: 25px;
|
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.txt {
|
|
.txt {
|
|
|
- width: 20px;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
|
|
+
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 10px;
|
|
|
|
|
+ left: 60px;
|
|
|
|
|
+ padding-top: 14px;
|
|
|
|
|
+ width: 30px;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
@@ -189,8 +192,8 @@
|
|
|
|
|
|
|
|
.icon1,
|
|
.icon1,
|
|
|
.icon2 {
|
|
.icon2 {
|
|
|
- width: 20px;
|
|
|
|
|
- height: 20px;
|
|
|
|
|
|
|
+ width: 30px;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
|
|
|
&>img {
|
|
&>img {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -201,8 +204,10 @@
|
|
|
.text {
|
|
.text {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: fit-content;
|
|
height: fit-content;
|
|
|
- line-height: 14px;
|
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ line-height: 28px;
|
|
|
|
|
+ writing-mode: vertical-lr;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -212,10 +217,11 @@
|
|
|
height: fit-content;
|
|
height: fit-content;
|
|
|
max-height: 60px;
|
|
max-height: 60px;
|
|
|
transform: translate(-98%, -190%);
|
|
transform: translate(-98%, -190%);
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ font-size: 16px;
|
|
|
color: rgba(93, 96, 96, 1);
|
|
color: rgba(93, 96, 96, 1);
|
|
|
- line-height: 22px;
|
|
|
|
|
text-align: justify;
|
|
text-align: justify;
|
|
|
|
|
+ letter-spacing: 2px;
|
|
|
|
|
+ line-height: 24px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.preview {
|
|
.preview {
|
|
@@ -251,12 +257,13 @@
|
|
|
.txt {
|
|
.txt {
|
|
|
margin-left: 20px;
|
|
margin-left: 20px;
|
|
|
width: 25px;
|
|
width: 25px;
|
|
|
- height: 80px;
|
|
|
|
|
- font-size: 10px;
|
|
|
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
|
color: rgba(175, 135, 100, 1);
|
|
color: rgba(175, 135, 100, 1);
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
writing-mode: vertical-rl;
|
|
writing-mode: vertical-rl;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.icon3 {
|
|
.icon3 {
|
|
@@ -297,127 +304,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
//--------移动端
|
|
//--------移动端
|
|
|
-.ZaoxiangMo {
|
|
|
|
|
- :global {
|
|
|
|
|
- .back {
|
|
|
|
|
- width: 80px;
|
|
|
|
|
- height: 40px;
|
|
|
|
|
-
|
|
|
|
|
- img {
|
|
|
|
|
- object-fit: fill !important;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .zaoxiang_text {
|
|
|
|
|
- .t1 {
|
|
|
|
|
- font-size: 18px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .t2 {
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .dot {
|
|
|
|
|
- width: 70px;
|
|
|
|
|
- height: 72px;
|
|
|
|
|
-
|
|
|
|
|
- img {
|
|
|
|
|
- width: 70px;
|
|
|
|
|
- height: 70px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .addtxt {
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- line-height: 16px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .ft {
|
|
|
|
|
- transform: translate(-68%, 34%);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .fd {
|
|
|
|
|
- transform: translate(160%, 170%);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .yx {
|
|
|
|
|
- transform: translate(430%, 65%);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .gy {
|
|
|
|
|
- transform: translate(459%, -131%);
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.detailPageMo {
|
|
|
|
|
- :global {
|
|
|
|
|
-
|
|
|
|
|
- .detailpageContent {
|
|
|
|
|
- .back {
|
|
|
|
|
- width: 80px;
|
|
|
|
|
- height: 40px;
|
|
|
|
|
-
|
|
|
|
|
- img {
|
|
|
|
|
- object-fit: fill !important;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .detailTitle {
|
|
|
|
|
- transform: translate(30%, 0%);
|
|
|
|
|
- width: 80px;
|
|
|
|
|
- height: auto;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- justify-content: center;
|
|
|
|
|
- position: relative;
|
|
|
|
|
-
|
|
|
|
|
- .name {
|
|
|
|
|
- height: auto;
|
|
|
|
|
- font-size: 18px;
|
|
|
|
|
- padding: 23px 10px 46px 10px;
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .txt {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: 10px;
|
|
|
|
|
- left: 60px;
|
|
|
|
|
- padding-top: 14px;
|
|
|
|
|
- width: 30px;
|
|
|
|
|
- height: auto;
|
|
|
|
|
-
|
|
|
|
|
- .icon1,
|
|
|
|
|
- .icon2 {
|
|
|
|
|
- width: 30px;
|
|
|
|
|
- height: 30px;
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .text {
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- line-height: 28px;
|
|
|
|
|
- writing-mode: vertical-lr;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- .txtcontent{
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- letter-spacing: 2px;
|
|
|
|
|
- line-height: 24px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .preview .previewItem{
|
|
|
|
|
- .txt{
|
|
|
|
|
- height: auto;
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- letter-spacing: 2px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|