|
@@ -6,8 +6,6 @@
|
|
|
flex-shrink: 0;
|
|
|
margin-left: calc(-1 * var(--detailDataPaddingLeft));
|
|
|
padding: 0 30px;
|
|
|
- background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
|
|
|
-
|
|
|
&.headerTopRight {
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
@@ -26,7 +24,7 @@
|
|
|
left: 30px;
|
|
|
bottom: 20px;
|
|
|
border-radius: 16px;
|
|
|
- background-color: rgba(12, 51, 107, 0.61);
|
|
|
+ background-color: rgba(0, 0, 0, 0.3);
|
|
|
padding: 6px 11px;
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
@@ -38,7 +36,7 @@
|
|
|
font-weight: 500;
|
|
|
font-size: 14px;
|
|
|
line-height: 20px;
|
|
|
- color: rgba(255, 255, 255, 0.7);
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
|
|
|
&>img {
|
|
@@ -166,13 +164,13 @@
|
|
|
margin-top: 3px;
|
|
|
font-weight: 500;
|
|
|
font-size: 12px;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #333333;
|
|
|
line-height: 17px;
|
|
|
}
|
|
|
|
|
|
&:active {
|
|
|
>span {
|
|
|
- color: #34D6FF
|
|
|
+ color: #0EA7FF
|
|
|
}
|
|
|
|
|
|
;
|
|
@@ -220,7 +218,7 @@
|
|
|
|
|
|
&.isSection {
|
|
|
>span {
|
|
|
- color: #34D6FF
|
|
|
+ color: #0EA7FF
|
|
|
}
|
|
|
|
|
|
;
|
|
@@ -246,7 +244,7 @@
|
|
|
}
|
|
|
|
|
|
>span {
|
|
|
- color: #34D6FF
|
|
|
+ color: #0EA7FF
|
|
|
}
|
|
|
|
|
|
;
|
|
@@ -264,7 +262,7 @@
|
|
|
}
|
|
|
|
|
|
>span {
|
|
|
- color: #34D6FF
|
|
|
+ color: #0EA7FF
|
|
|
}
|
|
|
|
|
|
;
|
|
@@ -282,7 +280,7 @@
|
|
|
}
|
|
|
|
|
|
>span {
|
|
|
- color: #34D6FF
|
|
|
+ color: #0EA7FF
|
|
|
}
|
|
|
|
|
|
;
|
|
@@ -302,7 +300,7 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- background: #0EA7FF;
|
|
|
+ background: #FFC121;
|
|
|
border-radius: 120px 120px 120px 1px;
|
|
|
border: 1px solid #FFFFFF;
|
|
|
|
|
@@ -315,7 +313,7 @@
|
|
|
margin-left: 1px;
|
|
|
font-weight: 600;
|
|
|
font-size: 12px;
|
|
|
- color: #673207;
|
|
|
+ color: #333333;
|
|
|
line-height: 16px;
|
|
|
}
|
|
|
}
|
|
@@ -362,8 +360,8 @@
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
- width: 43px;
|
|
|
- height: 43px;
|
|
|
+ width: 38px;
|
|
|
+ height: 36px;
|
|
|
}
|
|
|
}
|
|
|
|