修改部分组件样式

This commit is contained in:
2024-10-16 14:15:08 +08:00
parent a5c0ab54cc
commit ce6f0ef230
3 changed files with 17 additions and 6 deletions

View File

@@ -84,7 +84,7 @@
.bg {
background: #E6F0FF;
padding: 4rpx 10rpx;
padding: 7rpx 10rpx;
}
.border-r-16 {
@@ -124,7 +124,7 @@
}
.item {
padding: 8rpx 0;
padding: 9rpx 0;
transition: all .2s ease-in-out;
position: relative;
background-color: transparent;
@@ -138,6 +138,7 @@
border-radius: 8rpx;
// background-color: $my-main-color;
color: #fff;
font-weight: bold;
}
}
</style>