日任务中心-修改积分页面样式问题

This commit is contained in:
chenruiye
2025-05-29 15:01:53 +08:00
parent f476a43d75
commit ce7f1a33ba
2 changed files with 9 additions and 2 deletions

View File

@@ -89,7 +89,6 @@ body {
font-size: 0.4266666667rem;
color: #313131;
line-height: 0.5866666667rem;
text-align: left;
font-style: normal;
text-transform: none;
}
@@ -103,6 +102,11 @@ body {
text-transform: none;
margin-top: 0.2133333333rem;
}
.data_list .data_box .right {
display: flex;
align-items: center;
justify-content: center;
}
.data_list .data_box .right .operateBean {
font-family: PingFang SC, PingFang SC;
font-weight: 600;

View File

@@ -102,7 +102,7 @@ body {
font-size: px2rem(32);
color: #313131;
line-height: px2rem(44);
text-align: left;
// text-align: left;
font-style: normal;
text-transform: none;
}
@@ -121,6 +121,9 @@ body {
}
.right {
display: flex;
align-items: center;
justify-content: center;
.operateBean {
font-family: PingFang SC, PingFang SC;
font-weight: 600;