/* pages/operIsp/operIsp.wxss */ @import "../ispBusiness/ispBusiness"; .header .item { flex: 1; width: 0; } .header .item:nth-child(2) { text-align: center; } .header .item:nth-child(3) { flex: 1.6; text-align: right; } .busItem .item { padding: 0 6rpx; flex: 1; width: 0; font-size: 28rpx; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; box-sizing: border-box; } .busItem .item:nth-child(2) { text-align: center; } .busItem .item:nth-child(3) { flex: 1.6; text-align: right; }