index.rpx.css 737 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .left-box{
  2. width: 200rpx;
  3. height: 100%;
  4. background-color: #FAFAFA;
  5. }
  6. .right-box{
  7. width: 550rpx;
  8. height: 100%;
  9. background-color: #FFFFFF;
  10. }
  11. .tab{
  12. width: 200rpx;
  13. height: 92rpx;
  14. padding: 24rpx 100rpx 24rpx 44rpx;
  15. }
  16. .checked-tab{
  17. background-color: white;
  18. }
  19. .checked-text {
  20. overflow-wrap: break-word;
  21. color: rgba(51, 51, 51, 1);
  22. font-size: 28rpx;
  23. font-family: PingFangSC-Semibold;
  24. font-weight: 600;
  25. text-align: left;
  26. white-space: nowrap;
  27. line-height: 44rpx;
  28. }
  29. .unselected-text {
  30. overflow-wrap: break-word;
  31. color: rgba(153, 153, 153, 1);
  32. font-size: 28rpx;
  33. font-weight: NaN;
  34. text-align: left;
  35. white-space: nowrap;
  36. line-height: 44rpx;
  37. }