|
@@ -161,7 +161,7 @@
|
|
|
.detail-left,
|
|
|
.detail-right {
|
|
|
position: absolute;
|
|
|
- top: calc(50% + px2rem(52px * 2));
|
|
|
+ top: calc(50% + px2rem(10px * 2));
|
|
|
transform: translateY(calc(-50% - px2rem(52px / 2 * 2)));
|
|
|
height: max-content;
|
|
|
z-index: 1;
|
|
@@ -205,7 +205,7 @@
|
|
|
}
|
|
|
}
|
|
|
.info-title {
|
|
|
- margin-top: px2rem(20px * 2);
|
|
|
+ margin-top: px2rem(10px * 2);
|
|
|
background: url('../../assets/card-bg/kuang_biaoti@2x.png') no-repeat;
|
|
|
background-position: center;
|
|
|
background-size: 100% 100%;
|
|
@@ -217,7 +217,7 @@
|
|
|
color: #FFFD4A;
|
|
|
}
|
|
|
.info-container {
|
|
|
- padding-top: px2rem(30px * 2);
|
|
|
+ padding-top: px2rem(20px * 2);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: start;
|
|
@@ -227,13 +227,13 @@
|
|
|
.logtext {
|
|
|
flex-grow: 22 !important;
|
|
|
align-items: flex-start !important;
|
|
|
- margin-top: px2rem(23px * 2);
|
|
|
+ margin-top: px2rem(13px * 2);
|
|
|
;
|
|
|
}
|
|
|
.info-item {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- padding-bottom: px2rem(20px);
|
|
|
+ padding-bottom: px2rem(10px);
|
|
|
&:last-child {
|
|
|
padding-bottom: 0;
|
|
|
}
|