9.18王德鹏/1

This commit is contained in:
2025-09-18 14:22:04 +08:00
parent a8dcee7296
commit 335e21347b
90 changed files with 1618 additions and 1346 deletions

View File

@@ -1,43 +1,49 @@
.detail { display:flex;
.page { display:flex; flex-direction: column; height: 100vh;
}
.filter-tabs { display:flex; gap: 24rpx; padding: 18rpx 24rpx; color:#666;
.seg { display:flex; background:#fff;
}
.filter-tabs .tab.active { color:#2aa7b6; font-weight: 700;
.seg-item { flex:1; padding: 22rpx 0; text-align:center; color:#666;
}
.biz-tabs { position: fixed; left:0; top: 160rpx; bottom: 120rpx; width: 120rpx; display:flex; flex-direction: column; gap: 24rpx; padding: 12rpx;
.seg-item.active { color:#18b566; font-weight: 600;
}
.biz { background:#6aa9ff; color:#fff; border-radius: 16rpx; padding: 20rpx 0; text-align:center; opacity: .85;
.content { display:flex; flex:1; min-height: 0;
}
.biz.active { opacity: 1;
.biz-tabs { width: 120rpx; background:#eef6ff; display:flex; flex-direction: column;
}
.card { margin-left: 140rpx; background:#fff; border-radius: 24rpx; padding: 16rpx;
.biz { flex:0 0 120rpx; display:flex; align-items:center; justify-content:center; color:#4aa3d6;
}
.subtabs { display:flex; align-items:center; gap: 24rpx; padding: 8rpx 6rpx 12rpx;
.biz.active { background:#3ac1c9; color:#fff; border-radius: 0 16rpx 16rpx 0;
}
.sub { color:#57c2cf; padding: 8rpx 12rpx;
.panel { flex:1; display:flex; flex-direction: column; background:#fff; margin: 16rpx; border-radius: 16rpx; padding: 12rpx;
}
.sub.active { border-bottom: 4rpx solid #57c2cf; font-weight:700;
.toolbar { display:flex; align-items: center; gap: 12rpx; padding: 8rpx 6rpx;
}
.plus { margin-left:auto; width: 60rpx; height: 60rpx; border-radius: 30rpx; background:#2ec0d0; color:#fff; font-size: 40rpx; display:flex; align-items:center; justify-content:center;
.search { flex:1;
}
.search { background:#f6f7fb; border-radius: 999rpx; padding: 14rpx 20rpx; margin: 8rpx 0 12rpx;
.search-input { width:100%; background:#f6f6f6; border-radius: 12rpx; padding: 12rpx;
}
.daterange { display:flex; align-items:center; gap: 12rpx; color:#888; padding-bottom: 8rpx;
.period { color:#999; font-size: 24rpx; padding: 0 6rpx;
}
.daterange .sep { color:#ccc;
.total { color:#18b566; font-weight: 700; padding: 6rpx 6rpx 12rpx;
}
.total { color:#2ec0d0; font-weight: 800; padding: 12rpx 0; border-top: 2rpx solid #eaeaea;
.list { flex:1;
}
.list { height: calc(100vh - 420rpx);
.item { display:flex; align-items:center; padding: 20rpx 10rpx; border-bottom: 1rpx solid #f1f1f1;
}
.row { display:flex; justify-content: space-between; align-items:center; padding: 22rpx 10rpx; border-bottom: 1rpx solid #f0f0f0;
.item-left { flex:1;
}
.left .date { color:#999; margin-bottom: 6rpx;
.date { color:#999; font-size: 24rpx;
}
.left .name { color:#333; margin-bottom: 6rpx;
.name { color:#333; margin: 4rpx 0; font-weight: 600;
}
.left .no { color:#bbb;
.no { color:#bbb; font-size: 22rpx;
}
.right { color:#555;
.amount { color:#333; font-weight: 700;
}
.arrow { color:#ccc; font-size: 40rpx; margin-left: 8rpx;
}
.empty { height: 50vh; display:flex; align-items:center; justify-content:center; color:#999;
}
.fab { position: fixed; right: 30rpx; bottom: 120rpx; width: 100rpx; height: 100rpx; background:#18b566; color:#fff; border-radius: 50rpx; text-align:center; line-height: 100rpx; font-size: 48rpx; box-shadow: 0 8rpx 20rpx rgba(0,0,0,0.15);
}