45 lines
757 B
Plaintext
45 lines
757 B
Plaintext
/* packageE/ranking_2/reward_log/reward_log.wxss */
|
|
@import "../common.wxss";
|
|
|
|
.select-date {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
position: relative;
|
|
z-index: 11;
|
|
padding: 15rpx 42rpx;
|
|
background-color: white;
|
|
border-bottom: 1px solid #f2f2f2;
|
|
}
|
|
|
|
.income-list {
|
|
padding: 0 20rpx 0;
|
|
}
|
|
|
|
.calendar {
|
|
padding: 80rpx 10rpx 10rpx;
|
|
min-height: 230rpx;
|
|
}
|
|
|
|
.calendar-year {
|
|
padding: 28rpx 0;
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.calendar-month-item {
|
|
display: inline-block;
|
|
padding: 12rpx;
|
|
margin-bottom: 10rpx;
|
|
width: 104rpx;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
border-radius: 4rpx;
|
|
}
|
|
|
|
.calendar-month-item-active {
|
|
color: white;
|
|
background-color: #f14e4e;
|
|
}
|