|
@@ -225,6 +225,7 @@ const toDetail = (data: any) => {
|
|
|
background-color: #ffffff;
|
|
|
|
|
|
.info {
|
|
|
+ font-family: 'PingFangSC-Regular';
|
|
|
.list {
|
|
|
display: flex;
|
|
|
margin: 0 0 10px 0;
|
|
@@ -242,7 +243,7 @@ const toDetail = (data: any) => {
|
|
|
|
|
|
.title {
|
|
|
color: rgb(25, 25, 26);
|
|
|
- font-family: '黑体';
|
|
|
+ // font-family: '黑体';
|
|
|
font-size: 20px;
|
|
|
font-weight: 500;
|
|
|
line-height: 29px;
|
|
@@ -251,7 +252,7 @@ const toDetail = (data: any) => {
|
|
|
|
|
|
.brief {
|
|
|
color: rgb(102, 102, 102);
|
|
|
- font-family: '黑体';
|
|
|
+ // font-family: '黑体';
|
|
|
font-size: 20px;
|
|
|
font-weight: 400;
|
|
|
line-height: 29px;
|
|
@@ -282,7 +283,7 @@ const toDetail = (data: any) => {
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
color: rgb(153, 153, 153);
|
|
|
- font-family: '黑体';
|
|
|
+ // font-family: '黑体';
|
|
|
font-size: 16px;
|
|
|
font-weight: 500;
|
|
|
line-height: 23px;
|