.table { margin: 20rpx 0; border: 1PX #000000 solid; font-size: 20rpx; } .thead, .tr { display: flex; justify-content: space-between; border-bottom: 1PX solid #000000; } .th { display: flex; align-items: center; justify-content: center; border-right: 1PX solid #000000; padding: 20rpx 8rpx; font-weight: bold; } .tb { display: flex; align-items: center; justify-content: center; border-right: 1PX solid #000000; padding: 20rpx 8rpx; } .th:last-child, .tb:last-child { border-right: none; } .tr:last-child { border-bottom: none; }