@@ -3,8 +3,9 @@
width: 100%;
height: 480rpx;
display: flex;
- justify-content: center;
+ justify-content: left;
align-items: center;
+ flex-direction: row;
background-color: #FAFCFF;
}
@@ -12,12 +13,14 @@
/* width: 240rpx; */
width: 50%;
height: 100%;
- margin-right: 60rpx;
+ position: relative;
+ /* margin-right: 60rpx; */
.dashboard .content .count {
- height: auto;
+ /* height: auto; */
+ height: 100%;
flex-direction: column;
align-items: flex-start;
@@ -156,6 +159,7 @@
width: 180rpx;
border-radius: 90rpx;
+ margin-left:72rpx;
box-shadow: 10rpx 20rpx 20rpx 0rpx rgba(236, 238, 245, 1), -10rpx -20rpx 20rpx 0rpx rgba(255, 255, 255, 1), 8rpx 4rpx 30rpx 0rpx rgba(247, 249, 252, 1);
overflow: hidden;
position: relative;
@@ -218,17 +222,24 @@
justify-content: left;
.textFlag image{
- width: 60rpx;
- height: 60rpx;
+ width: 40rpx;
+ height: 40rpx;
display: block;
margin-left: 1rpx;
- margin-bottom: 16rpx;
+ bottom: 0rpx;
+ margin-top: 10rpx;
+ /* margin-bottom: 16rpx; */
flex-shrink: 0;
.textFlag .textcurrentMonth{
margin-top: 10rpx;
margin-left: 15rpx;
+ font-size: 28rpx;
+ font-family: PingFangSC-Regular, PingFang SC;
+ font-weight: 400;
+ color: #686B78;
+ line-height: 40rpx;
.imgbackground{
width: 288rpx;