/* packageH/installationSever/installationSeverDividends/installationSeverDividends.wxss */ page { background: #fff; } view, text { box-sizing: border-box; } .tab_box { padding: 0 24rpx; } .list_child { width: 100%; height: 144rpx; display: flex; flex-direction: column; justify-content: center; font-size: 24rpx; } .list_child .childs { display: flex; justify-content: space-between; line-height: 52rpx; } .list_child .childs .order_sn { color: #000; font-size: 28rpx; } .list_child .childs .money { color: #f15353; } .list_child .childs .time, .tab_box .list_child .childs .status { color: #666; }