.rePackage { .refresh { padding: 24rpx 24rpx 0 24rpx; justify-content: flex-end; background: #fff; .icon-a-juxing12 { font-size: 36rpx; color: #404547; &.curr { animation: spin 1s infinite linear; } } .t1 { font-size: 22rpx; color: #404547; margin-left: 8rpx; } } .uni-list-cell { padding: 0 24rpx; height: 73rpx; background: #fff; .uni-list-cell-left { font-size: 28rpx; color: #6e767a; } .uni-input { font-size: 28rpx; color: #404547; } .iconfont { font-size: 28rpx; color: #6e767a; padding-left: 5rpx; } } .uni-table { padding: 0 24rpx 120rpx 24rpx; background: #fff; .uni-th { height: 62rpx; background: #fff; border-top: 1px solid #cad9e0; border-bottom: 1px solid #cad9e0; text { flex: 0 0 25%; font-size: 22rpx; color: #404547; border-right: 1px solid #cad9e0; &:last-child { border-right: none; } } } .uni-tr { height: 100%; background: #fff; border-bottom: 1px solid #cad9e0; text { flex: 0 0 25%; font-size: 22rpx; color: #6e767a; border-right: 1px solid #cad9e0; padding: 8rpx 0; &:last-child { border-right: none; } &.color { color: #0079fe; } } } } .btn { font-size: 24rpx; color: #0079fe; } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }