Files
lunar-mini/mini/pages/home/home.wxss
T
gouki ce7d5ecdc7
Publish Mini Program Dev Version / publish (push) Successful in 59s
fix: tabBar 超过5个上限,移除设置 tab 改为首页入口
2026-08-07 00:33:59 +00:00

39 lines
604 B
Plaintext

.container {
padding: 20rpx;
padding-bottom: 40rpx;
}
.date-card {
background: linear-gradient(135deg, #C41E3A 0%, #8B1A2B 100%);
color: #FFFFFF;
border: none;
}
.date-card .text-muted {
color: rgba(255,255,255,0.7);
}
.quick-entry {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 24rpx;
background: #FFFFFF;
border-radius: 16rpx;
border: 1rpx solid #E8D5C4;
}
.quick-icon {
width: 64rpx;
height: 64rpx;
margin-bottom: 8rpx;
}
.settings-entry {
width: 44rpx;
height: 44rpx;
margin-left: 16rpx;
opacity: 0.6;
}