t-th.wxss 456 B

1234567891011121314151617181920212223
  1. .t-th {
  2. -webkit-box-flex: 1;
  3. -webkit-flex: 1;
  4. flex: 1;
  5. display: -webkit-box;
  6. display: -webkit-flex;
  7. display: flex;
  8. -webkit-flex-shrink: 0;
  9. flex-shrink: 0;
  10. margin: 0 10rpx;
  11. -webkit-box-align: center;
  12. -webkit-align-items: center;
  13. align-items: center;
  14. font-size: 24rpx;
  15. font-weight: bold;
  16. text-align: center;
  17. color: #999;
  18. white-space: nowrap;
  19. /* border-left: 1px #d0dee5 solid;
  20. border-top: 1px #d0dee5 solid; */
  21. }