index.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. page{background-color: #f5f5f8;}
  2. .content{overflow: hidden;}
  3. .content >>> .select-wrap{margin-top: 0;}
  4. .content >>> .select-wrap .select-item{height: auto;line-height: inherit;color: #303133;}
  5. .form-item{padding-left: 24rpx;padding-right: 24rpx;}
  6. .form-item-con{flex: 1;}
  7. .statistics{padding: 24rpx;}
  8. .statistics .title{display: flex;align-items: center;margin-bottom: 24rpx;}
  9. .statistics .title .title-left{font-size: 36rpx;font-weight: bold;margin-right: 10rpx;}
  10. .statistics .title .title-right{color: #999;font-size: 24rpx;}
  11. .statistics-block{margin-bottom: 24rpx;padding: 24rpx 24rpx 40rpx;background-color: #f7f7f7;border-radius: 0 24rpx 0 24rpx;text-align: center;}
  12. .statistics-block-til{font-size: 26rpx;font-weight: bold;margin-bottom: 24rpx;}
  13. .statistics-item-wrap{display: flex;}
  14. .statistics-item-wrap + .statistics-item-wrap{margin-top: 14rpx;}
  15. .statistics-item{flex: 1;position: relative;}
  16. .statistics-item + .statistics-item::before{content: '';width: 1px;height: 50%;background-color: #ddd;position: absolute;left: 0;top: 25%;}
  17. .statistics-item-til{font-size: 24rpx;color: #999;margin-bottom: 10rpx;}
  18. .statistics-item-con{color: #f3590b;font-weight: bold;}