index.wxss 524 B

12345678910111213141516171819202122232425262728293031
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .tabs .one {
  5. padding: 2vw;
  6. }
  7. .tabs .one .scrollView {
  8. display: flex;
  9. white-space: nowrap;
  10. text-align: center;
  11. }
  12. .tabs .one .list {
  13. display: inline-block;
  14. padding: 2vw;
  15. margin: 0 1.5vw;
  16. text-align: center;
  17. border-radius: 5px;
  18. }
  19. .tabs .one .list .active_1 {
  20. color: #000000;
  21. border-bottom: 4px solid #007AFF;
  22. border-radius: 5px;
  23. }
  24. .tabs .one .list .active_2 {
  25. color: #999999;
  26. }
  27. .tabs .one .list text {
  28. font-weight: bold;
  29. font-size: 14px;
  30. }