每日运势小程序
This commit is contained in:
48
DailyFortuneGuide/pages/history/index.ttss
Normal file
48
DailyFortuneGuide/pages/history/index.ttss
Normal file
@@ -0,0 +1,48 @@
|
||||
.page {
|
||||
min-height: 100vh;
|
||||
padding: 24rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.content {
|
||||
min-height: 100vh;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.empty {
|
||||
margin-top: 200rpx;
|
||||
text-align: center;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.history-card {
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
border-radius: 22rpx;
|
||||
padding: 28rpx;
|
||||
margin-bottom: 24rpx;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
||||
.card-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 12rpx;
|
||||
}
|
||||
|
||||
.card-date {
|
||||
font-size: 26rpx;
|
||||
color: #ffead1;
|
||||
}
|
||||
|
||||
.card-city {
|
||||
font-size: 24rpx;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.card-summary {
|
||||
font-size: 26rpx;
|
||||
color: rgba(255, 255, 255, 0.72);
|
||||
line-height: 40rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user