/* pages/ispBusiness/ispBusiness.wxss */ .header { position: fixed; top: 132rpx; left: 0; right: 0; padding: 0 30rpx; height: 68rpx; background: #eff0f2; display: flex; align-items: center; justify-content: space-between; } .header .item { height: 68rpx; line-height: 68rpx; font-weight: 450; font-size: 28rpx; color: #999; } .list { margin-top: 200rpx; background: #fff; box-shadow: 6rpx 6rpx 35rpx rgba(178, 221, 250, .2); } .busItem { padding: 0 30rpx; height: 98rpx; display: flex; align-items: center; justify-content: space-between; } .busItem .name { flex: 1; width: 0; height: 98rpx; line-height: 98rpx; font-size: 28rpx; font-weight: 450; color: #424a61; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .busItem .status { margin-left: 30rpx; max-width: 400rpx; height: 98rpx; line-height: 98rpx; font-size: 28rpx; font-weight: 450; color: #424a61; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }