|
|
|
|
@ -18,7 +18,7 @@ page {
@@ -18,7 +18,7 @@ page {
|
|
|
|
|
.user { |
|
|
|
|
margin: 23rpx $page-margin 40rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
align-items: flex-end; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
.content { |
|
|
|
|
margin-right: 10rpx; |
|
|
|
|
@ -33,11 +33,6 @@ page {
@@ -33,11 +33,6 @@ page {
|
|
|
|
|
.high { |
|
|
|
|
color: #0eb66d; |
|
|
|
|
} |
|
|
|
|
.icon { |
|
|
|
|
margin-left: 16rpx; |
|
|
|
|
width: 64rpx; |
|
|
|
|
height: 60rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.slogan { |
|
|
|
|
margin-top: 14rpx; |
|
|
|
|
@ -45,31 +40,110 @@ page {
@@ -45,31 +40,110 @@ page {
|
|
|
|
|
height: 42rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.day { |
|
|
|
|
padding: 36rpx 0 20rpx; |
|
|
|
|
width: 220rpx; |
|
|
|
|
height: 194rpx; |
|
|
|
|
text-align: center; |
|
|
|
|
.d-title { |
|
|
|
|
font-size: 16rpx; |
|
|
|
|
color: #ffffff; |
|
|
|
|
line-height: 1; |
|
|
|
|
.badge { |
|
|
|
|
width: 132rpx; |
|
|
|
|
height: 132rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.alert { |
|
|
|
|
margin: 40rpx $page-margin; |
|
|
|
|
.empty { |
|
|
|
|
height: 200rpx; |
|
|
|
|
background: #f5f7f6; |
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx; |
|
|
|
|
border: 2rpx dashed #0eb66d; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
.icon { |
|
|
|
|
width: 92rpx; |
|
|
|
|
height: 92rpx; |
|
|
|
|
} |
|
|
|
|
.d-content { |
|
|
|
|
margin-top: 76rpx; |
|
|
|
|
font-size: 26rpx; |
|
|
|
|
color: rgba(34, 34, 34, 0.7); |
|
|
|
|
.content { |
|
|
|
|
font-size: 36rpx; |
|
|
|
|
color: rgba(14, 182, 109, 1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.a-container { |
|
|
|
|
padding: 10rpx 20rpx 0 28rpx; |
|
|
|
|
background: linear-gradient(98deg, #01d177 0%, #0eb66d 67.56%, #0eb66d 100%); |
|
|
|
|
border-radius: 24rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
gap: 18rpx; |
|
|
|
|
.aside { |
|
|
|
|
padding-top: 20rpx; |
|
|
|
|
width: 176rpx; |
|
|
|
|
height: 188rpx; |
|
|
|
|
align-self: flex-end; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
line-height: 1; |
|
|
|
|
gap: 10rpx; |
|
|
|
|
.num { |
|
|
|
|
font-size: 36rpx; |
|
|
|
|
color: #0eb66d; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: rgba(34, 34, 34, 0.7); |
|
|
|
|
.a-num { |
|
|
|
|
font-size: 42rpx; |
|
|
|
|
color: rgba(14, 182, 109, 1); |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.wrap { |
|
|
|
|
.title { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
gap: 16rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: rgba(255, 255, 255, 0.97); |
|
|
|
|
.icon { |
|
|
|
|
width: 36rpx; |
|
|
|
|
height: 36rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.content { |
|
|
|
|
margin-top: 16rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: start; |
|
|
|
|
gap: 10rpx; |
|
|
|
|
.year { |
|
|
|
|
margin-top: 10rpx; |
|
|
|
|
padding-right: 10rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: rgba(255, 255, 255, 0.6); |
|
|
|
|
line-height: 28rpx; |
|
|
|
|
border-right: 1px dashed rgba(255, 255, 255, 0.47); |
|
|
|
|
} |
|
|
|
|
.yd { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: start; |
|
|
|
|
gap: 10rpx; |
|
|
|
|
line-height: 72rpx; |
|
|
|
|
.yd-num { |
|
|
|
|
font-size: 64rpx; |
|
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
.sub { |
|
|
|
|
margin-top: 10rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.week { |
|
|
|
|
margin-top: 28rpx; |
|
|
|
|
margin-left: 10rpx; |
|
|
|
|
width: 96rpx; |
|
|
|
|
height: 36rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
color: rgba(255, 255, 255, 0.6); |
|
|
|
|
background: rgba(255, 255, 255, 0.24); |
|
|
|
|
border-radius: 88rpx 88rpx 88rpx 88rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@ -371,12 +445,12 @@ page {
@@ -371,12 +445,12 @@ page {
|
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
gap: 6rpx; |
|
|
|
|
font-size: 22rpx; |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
color: #999999; |
|
|
|
|
font-weight: normal; |
|
|
|
|
.action-icon { |
|
|
|
|
width: 32rpx; |
|
|
|
|
height: 32rpx; |
|
|
|
|
width: 38rpx; |
|
|
|
|
height: 38rpx; |
|
|
|
|
} |
|
|
|
|
&.active { |
|
|
|
|
color: #0eb66d; |
|
|
|
|
@ -507,6 +581,18 @@ page {
@@ -507,6 +581,18 @@ page {
|
|
|
|
|
.num { |
|
|
|
|
color: rgba(89, 86, 233, 1); |
|
|
|
|
} |
|
|
|
|
.empty { |
|
|
|
|
border-color: rgba(89, 86, 233, 1); |
|
|
|
|
.content { |
|
|
|
|
color: rgba(89, 86, 233, 1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.a-container { |
|
|
|
|
background: linear-gradient(274deg, #884ef9 0%, #d0b7f3 100%); |
|
|
|
|
.a-num { |
|
|
|
|
color: rgba(89, 86, 233, 1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.title { |
|
|
|
|
&::before { |
|
|
|
|
background: rgba(89, 86, 233, 1); |
|
|
|
|
|