myFollow.wxss 402 B

12345678910111213141516171819202122232425262728
  1. .nav{
  2. display: flex;
  3. flex-direction: row;
  4. height: 40px;
  5. }
  6. .select{
  7. width: 50%;
  8. height: 35px;
  9. line-height: 35px;
  10. text-align: center;
  11. font-size: 14px;
  12. border-bottom: 5px solid #e6e6e6;
  13. }
  14. .normal{
  15. width: 50%;
  16. height: 35px;
  17. line-height: 35px;
  18. text-align: center;
  19. font-size: 14px;
  20. }
  21. .line{
  22. height: 40px;
  23. line-height: 35px;
  24. font-size: 18px;
  25. }