|
@@ -742,11 +742,11 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.boxIpc {
|
|
.boxIpc {
|
|
|
- width: 900px;
|
|
|
|
|
|
|
+ width: 904px;
|
|
|
height: 75px;
|
|
height: 75px;
|
|
|
background: linear-gradient(90deg, #37b074 0%, #52c174 100%);
|
|
background: linear-gradient(90deg, #37b074 0%, #52c174 100%);
|
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
|
- margin-left: 36px;
|
|
|
|
|
|
|
+ margin-left: 33px;
|
|
|
|
|
|
|
|
.ipc-top {
|
|
.ipc-top {
|
|
|
padding: 16px 16px 2px 16px;
|
|
padding: 16px 16px 2px 16px;
|
|
@@ -754,14 +754,14 @@ export default {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
.ipc-text {
|
|
.ipc-text {
|
|
|
- font-size: 14px;
|
|
|
|
|
|
|
+ font-size: @menuFont2;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
|
}
|
|
}
|
|
|
.ipc-text2 {
|
|
.ipc-text2 {
|
|
|
- font-size: 14px;
|
|
|
|
|
|
|
+ font-size: @menuFont2;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|