优化素质测评功能体验

This commit is contained in:
2025-12-04 19:50:47 +08:00
parent 592ea8dd24
commit f20efdaa0a
4 changed files with 68 additions and 7 deletions

View File

@@ -302,20 +302,21 @@
padding: 40rpx 30rpx 0;
margin-top: 40rpx;
.target-tabbar {
margin-bottom: 50rpx;
margin-bottom: 30rpx;
display: flex;
flex-wrap: wrap;
.item {
position: relative;
width: 155rpx;
width: 150rpx;
height: 64rpx;
line-height: 64rpx;
text-align: center;
border-radius: 34rpx;
border: solid 2rpx #eeeeee;
font-size: 28rpx;
font-size: 26rpx;
color: #999999;
margin-right: 20rpx;
margin-bottom: 20rpx;
&.on {
color: #1989fa;
border-color: #1989fa;