| 123456789101112131415161718192021222324 |
- .tui-tab-item-title {
- font-size: 30rpx;
- height: 80rpx;
- line-height: 80rpx;
- flex-wrap: nowrap;
- white-space: nowrap;
- }
- .tui-tab-item-title-active {
- border-bottom: 1px solid #5E81F9;
- color: #5E81F9;
- font-size: 32rpx;
- font-weight: bold;
- border-bottom-width: 6rpx;
- text-align: center;
- }
- .item {
- background: #FFFFFF;
- padding: 32rpx;
- margin: 32rpx;
- font-size: 28rpx;
- box-shadow: 7px 9px 34px rgba(0, 0, 0, 0.1);
- border-radius: 16rpx;
- }
|