|
|
@ -255,8 +255,8 @@ export default { |
|
|
|
position: absolute; |
|
|
|
top: 50px; |
|
|
|
font-size: 18px; |
|
|
|
font-family: Hiragino Sans GB, Hiragino Sans GB; |
|
|
|
font-weight: normal; |
|
|
|
font-family: 'Hiragino Sans GB', 'Hiragino Sans GB'; |
|
|
|
font-weight: 600; |
|
|
|
color: #3de8ff; |
|
|
|
text-shadow: 0px 1px 2px rgba(23, 147, 227, 0.58); |
|
|
|
} |
|
|
@ -269,7 +269,7 @@ export default { |
|
|
|
// left: 50px; |
|
|
|
margin: auto; |
|
|
|
font-size: 12px; |
|
|
|
font-family: Hiragino Sans GB, Hiragino Sans GB; |
|
|
|
font-family: 'Hiragino Sans GB', 'Hiragino Sans GB'; |
|
|
|
font-weight: normal; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
@ -305,7 +305,10 @@ export default { |
|
|
|
font-size: 16px; |
|
|
|
font-family: PangMenZhengDao-3, PangMenZhengDao-3; |
|
|
|
font-weight: 400; |
|
|
|
color: #ffcd4d; |
|
|
|
color: #FFCD4D; |
|
|
|
text-align: left; |
|
|
|
font-style: normal; |
|
|
|
text-transform: none; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -519,7 +522,7 @@ export default { |
|
|
|
width: 220px; |
|
|
|
text-align: right; |
|
|
|
font-size: 12px; |
|
|
|
font-family: Hiragino Sans GB, Hiragino Sans GB; |
|
|
|
font-family: 'Hiragino Sans GB', 'Hiragino Sans GB'; |
|
|
|
color: #fff; |
|
|
|
line-height: 40px; |
|
|
|
letter-spacing: 7px; |
|
|
@ -528,7 +531,7 @@ export default { |
|
|
|
.value { |
|
|
|
flex: 1; |
|
|
|
width: 0; |
|
|
|
font-family: Hiragino Sans GB, Hiragino Sans GB; |
|
|
|
font-family: 'Hiragino Sans GB', 'Hiragino Sans GB'; |
|
|
|
line-height: 40px; |
|
|
|
text-align: center; |
|
|
|
|
|
|
|