首页样式提交

feasure
lld 2026-02-12 01:26:41 +08:00
parent af58a8dd29
commit b5d2c3c768
1 changed files with 2 additions and 1 deletions

View File

@ -157,13 +157,14 @@ page {
}
.list-item {
padding: 12rpx 24rpx;
padding: 14rpx 30rpx;
/* 移除border-bottom改为margin-top并且把列表项背景设为半透明白色 */
margin-bottom: 20rpx;
background-color: rgba(255, 255, 255, 0.85);
border-radius: 12rpx;
/* 新增:点击态样式,双端统一 */
transition: all 0.2s ease;
box-shadow: 8rpx 5rpx 10rpx #999
}
.list-item:active {
background-color: rgba(255, 255, 255, 0.95);