integralDet.wxss 464 B

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