css显示1/3的宽度 使用css calc()

.tab {
  width: calc(100%/3);
}

refer: https://stackoverflow.com/questions/18781713/css-divide-width-100-to-3-column