switchTab.wxss 299 B

12345678910111213141516171819
  1. /* 顶部切换标题 */
  2. .switch-view{
  3. display: flex;
  4. background: #FFF;
  5. }
  6. .switch-view view{
  7. margin: 0 auto;
  8. color: #999;
  9. height: 80rpx;
  10. line-height: 80rpx;
  11. font-size: 36rpx;
  12. }
  13. .curTitle{
  14. color: #cc6031 !important;
  15. border-bottom: 2px solid #cc6031;
  16. font-weight: 600;
  17. }
  18. /* end */