index.wxss 292 B

123456789101112131415161718
  1. .bill-details .nav {
  2. background-color: #fff;
  3. height: 90rpx;
  4. width: 100%;
  5. line-height: 90rpx;
  6. }
  7. .bill-details .nav .item {
  8. flex: 1;
  9. text-align: center;
  10. font-size: 30rpx;
  11. color: #282828;
  12. }
  13. .bill-details .nav .item.on {
  14. color: #e93323;
  15. border-bottom: 3rpx solid #e93323;
  16. }