/* pages/preview-list/preview-list.wxss */ .table { border: 0px solid darkgray; } .tr { display: flex; width: 100%; justify-content: center; height: 3rem; align-items: center; } .td { width: 70%; justify-content: center; text-align: left; } .td1 { width: 30%; justify-content: center; text-align: center; } .bg-w { background: snow; } .bg-g { background: #E6F3F9; } .th { width: 70%; justify-content: center; background: #3366FF; color: #fff; display: flex; height: 3rem; align-items: center; font-size: 20rpx; text-align: center; } .th1 { width: 30%; justify-content: center; background: #3366FF; color: #fff; display: flex; height: 3rem; font-size: 20rpx; align-items: center; text-align: center; } .noText{ text-align: center; padding-top: 50rpx; }