调整个人中心图标样式

This commit is contained in:
TOP糯米 2023-02-26 23:05:19 +08:00
parent 9450e29444
commit 73017b8019
1 changed files with 15 additions and 0 deletions

View File

@ -149,6 +149,9 @@ export default {
.more { .more {
top: 28rpx; top: 28rpx;
} }
.icon {
font-size: 28rpx;
}
.icon.icon-dingwei { .icon.icon-dingwei {
font-size: 35rpx; font-size: 35rpx;
} }
@ -158,6 +161,18 @@ export default {
.icon.icon-qiye { .icon.icon-qiye {
font-size: 28rpx; font-size: 28rpx;
} }
.icon.icon-tousu {
font-size: 35rpx;
}
.icon.icon-kefufill {
font-size: 35rpx;
}
.icon.icon-shezhixitongshezhigongnengshezhishuxing {
font-size: 35rpx;
}
.icon.icon-gongren {
font-size: 35rpx;
}
} }
} }
</style> </style>