moneydetail.wxss 496 B

123456789101112131415161718192021222324252627
  1. page {
  2. background: #FFFFFF;
  3. }
  4. .tui-tab-item-title {
  5. font-size: 30rpx;
  6. height: 80rpx;
  7. line-height: 80rpx;
  8. flex-wrap: nowrap;
  9. white-space: nowrap;
  10. }
  11. .tui-tab-item-title-active {
  12. border-bottom: 1px solid #557EFD;
  13. color: #557EFD;
  14. font-size: 32rpx;
  15. font-weight: bold;
  16. border-bottom-width: 6rpx;
  17. text-align: center;
  18. }
  19. .item {
  20. background: #FFFFFF;
  21. padding: 32rpx;
  22. margin: 32rpx;
  23. font-size: 28rpx;
  24. box-shadow: 7px 9px 34px rgba(0, 0, 0, 0.1);
  25. border-radius: 16rpx;
  26. }