/* pages/statistics/statistics.wxss */ page { background: #f4f4f4; } .calendar { background-color: white; /*背景色为白色*/ padding-top: 10rpx; /*上内边距为10px*/ color: #38acff; border-radius: 15px; /*添加边框圆角*/ border: 2rpx solid #38acff; -webkit-box-shadow: 0 0 10rpx #38acff; -moz-box-shadow: 0 0 10rpx #38acff; box-shadow: 0 0 10rpx #38acff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; margin: 0 auto; z-index:9999; } .date { width: 90%; margin: 20rpx auto; background:#fff; padding:10rpx; box-sizing: border-box; border-radius: 10rpx; } .date text { font-size: 26rpx; } .search { text-align: center; } .search text { font-size: 26rpx; color: #fff; background: #18d5b9; padding: 8rpx 20rpx; border-radius: 10rpx; } .list { margin: 20rpx auto; width: 90%; } .income,.bike { border: 1rpx solid #efefef; font-size: 28rpx; border-radius: 10rpx; padding: 20rpx; margin-top: 15rpx; background: #fff; } .bike>view{ display:flex; justify-content: space-between; align-items: center; } .income .title text { font-size: 28rpx; margin-bottom: 20rpx; } /* .income view{ font-size:26rpx; margin-bottom:10rpx; } */ .flex { display: flex; } .flex text { width: 50%; font-size: 26rpx; margin-bottom: 10rpx; color:#808080; }