|
@@ -681,7 +681,7 @@ const onSearch = (data) => {
|
|
|
height: 45px;
|
|
|
line-height: 45px;
|
|
|
font-family: PingFangSC-Regular;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
padding-right: 24px;
|
|
|
color: #fff;
|
|
|
border: none !important;
|
|
@@ -703,7 +703,7 @@ const onSearch = (data) => {
|
|
|
justify-content: space-between;
|
|
|
margin: 0 0 10px 0;
|
|
|
.left {
|
|
|
- font-size: 24px;
|
|
|
+ font-size: $global-font-size-26;
|
|
|
font-family:
|
|
|
PingFangSC-Semibold,
|
|
|
PingFang SC;
|
|
@@ -713,13 +713,13 @@ const onSearch = (data) => {
|
|
|
}
|
|
|
.right {
|
|
|
text-align: right;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: $global-font-size-16;
|
|
|
font-family:
|
|
|
PingFangSC-Regular,
|
|
|
PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #2280ff;
|
|
|
- line-height: 14px;
|
|
|
+ line-height: $global-font-size-16;
|
|
|
display: block;
|
|
|
margin-top: 13px;
|
|
|
margin-right: 34px;
|
|
@@ -742,13 +742,13 @@ const onSearch = (data) => {
|
|
|
height: 20px;
|
|
|
}
|
|
|
.title {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
font-family:
|
|
|
PingFangSC-Regular,
|
|
|
PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #111;
|
|
|
- line-height: 22px;
|
|
|
+ line-height: $global-font-size-24;
|
|
|
}
|
|
|
}
|
|
|
.list:hover {
|
|
@@ -780,13 +780,13 @@ const onSearch = (data) => {
|
|
|
.name {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
font-family:
|
|
|
PingFangSC-Medium,
|
|
|
PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: #111;
|
|
|
- line-height: 16px;
|
|
|
+ line-height: $global-font-size-18;
|
|
|
display: block;
|
|
|
margin: 5px 0 12px 0;
|
|
|
}
|
|
@@ -795,7 +795,7 @@ const onSearch = (data) => {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.brief {
|
|
|
- font-size: 14px;
|
|
|
+ font-size: $global-font-size-16;
|
|
|
font-family:
|
|
|
PingFangSC-Regular,
|
|
|
PingFang SC;
|
|
@@ -808,24 +808,24 @@ const onSearch = (data) => {
|
|
|
.info {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $global-font-size-14;
|
|
|
font-family:
|
|
|
PingFangSC-Regular,
|
|
|
PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #666;
|
|
|
- line-height: 12px;
|
|
|
+ line-height: $global-font-size-14;
|
|
|
margin-bottom: 15px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.key {
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $global-font-size-14;
|
|
|
font-family:
|
|
|
PingFangSC-Regular,
|
|
|
PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #999990;
|
|
|
- line-height: 20px;
|
|
|
+ line-height: $global-font-size-14;
|
|
|
height: 22px;
|
|
|
border-radius: 2px;
|
|
|
border: 1px solid #dbdbdb;
|
|
@@ -852,7 +852,7 @@ const onSearch = (data) => {
|
|
|
background-image: linear-gradient(90deg, #2171f6 0, #619bf5 100%);
|
|
|
line-height: 50px;
|
|
|
color: #ffffff;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
|
|
|
.title {
|
|
|
text-align: center;
|
|
@@ -871,7 +871,7 @@ const onSearch = (data) => {
|
|
|
justify-content: center;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
color: #666;
|
|
|
background: #fff;
|
|
|
|
|
@@ -913,7 +913,7 @@ const onSearch = (data) => {
|
|
|
.name {
|
|
|
margin: 0 10px 0 0;
|
|
|
word-break: break-all;
|
|
|
- font-size: 18px;
|
|
|
+ font-size: $global-font-size-20;
|
|
|
font-family:
|
|
|
PingFangSC-Regular,
|
|
|
PingFang SC;
|
|
@@ -935,7 +935,7 @@ const onSearch = (data) => {
|
|
|
.right_3 {
|
|
|
display: flex;
|
|
|
margin: 10px 0;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: $global-font-size-16;
|
|
|
font-family:
|
|
|
PingFangSC-Regular,
|
|
|
PingFang SC;
|
|
@@ -978,17 +978,17 @@ const onSearch = (data) => {
|
|
|
|
|
|
.left {
|
|
|
font-family: PingFangSC-Regular;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $global-font-size-14;
|
|
|
color: #2374ff;
|
|
|
- line-height: 12px;
|
|
|
+ line-height: $global-font-size-14;
|
|
|
|
|
|
.year {
|
|
|
margin-bottom: 2px;
|
|
|
}
|
|
|
|
|
|
.date {
|
|
|
- font-size: 22px;
|
|
|
- line-height: 22px;
|
|
|
+ font-size: $global-font-size-24;
|
|
|
+ line-height: $global-font-size-24;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
}
|
|
@@ -996,15 +996,15 @@ const onSearch = (data) => {
|
|
|
.right {
|
|
|
.name {
|
|
|
font-family: PingFangSC-Medium;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
color: #121834;
|
|
|
- line-height: 16px;
|
|
|
+ line-height: $global-font-size-18;
|
|
|
font-weight: 700;
|
|
|
margin-bottom: 8px;
|
|
|
}
|
|
|
|
|
|
.content {
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $global-font-size-14;
|
|
|
color: #525a68;
|
|
|
line-height: 19px;
|
|
|
font-weight: 400;
|
|
@@ -1036,7 +1036,7 @@ const onSearch = (data) => {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
height: 34px;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: $global-font-size-16;
|
|
|
.i {
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
@@ -1053,7 +1053,7 @@ const onSearch = (data) => {
|
|
|
}
|
|
|
}
|
|
|
.right {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: $global-font-size-18;
|
|
|
.right_1 {
|
|
|
padding: 10px 30px;
|
|
|
span {
|