tabs-view.wxss 694 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .segment-control.data-v-18969924 {}
  2. .segment.data-v-18969924 {
  3. background-color: white;
  4. height: 80rpx;
  5. display: flex;
  6. flex-direction: row;
  7. font-size: 30rpx;
  8. color: darkgray;
  9. border-bottom: #eeeeee solid 1px;
  10. z-index: 1000;
  11. }
  12. .segment-item.data-v-18969924 {
  13. height: 80rpx;
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. justify-content: center;
  18. }
  19. .title-container.data-v-18969924 {
  20. width: 100%;
  21. height: 76rpx;
  22. display: flex;
  23. justify-content: center;
  24. align-items: center;
  25. text-align: center;
  26. }
  27. .title.data-v-18969924 {
  28. width: 100%;
  29. font-size: 30rpx;
  30. text-align: center;
  31. }
  32. .line.data-v-18969924 {
  33. height: 2px;
  34. width: 70%;
  35. background-color: #007AFF;
  36. }