|
@@ -229,7 +229,7 @@ const handleShowDialog = (row) => {
|
|
}
|
|
}
|
|
.info-content {
|
|
.info-content {
|
|
padding: 0 37px 26px 37px;
|
|
padding: 0 37px 26px 37px;
|
|
- font-size: 32px;
|
|
|
|
|
|
+ font-size: 38px;
|
|
color: #a8ccde;
|
|
color: #a8ccde;
|
|
}
|
|
}
|
|
.info-item {
|
|
.info-item {
|
|
@@ -392,7 +392,7 @@ const handleShowDialog = (row) => {
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
/* 非Webkit内核浏览器需要使用标准前缀 */
|
|
/* 非Webkit内核浏览器需要使用标准前缀 */
|
|
background-clip: text;
|
|
background-clip: text;
|
|
- font-family: 'YouSheBiaoTiHei';
|
|
|
|
|
|
+ font-family: 'BEBAS-1';
|
|
/* 设置线性渐变,从红色渐变到蓝色 */
|
|
/* 设置线性渐变,从红色渐变到蓝色 */
|
|
background-image: linear-gradient(to bottom, #ffffff 50%, #3075d3 100%);
|
|
background-image: linear-gradient(to bottom, #ffffff 50%, #3075d3 100%);
|
|
font-size: 48px;
|
|
font-size: 48px;
|