1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .commons-title {
- font-weight: bold;
- font-size: 32rpx;
- color: #333;
- line-height: 60rpx;
- }
- .commons-line-box {
- height: 1px;
- background: #dcdcdc;
- }
- .commons-no-data {
- height: 80rpx;
- line-height: 80rpx;
- font-size: 24rpx;
- text-align: center;
- }
- .color-bl {
- color: #007AFF;
- }
- .color-red {
- color: red;
- }
- .text-center {
- text-align: center;
- }
- .commons-title {
- margin: 30rpx 0;
- padding: 0 40rpx;
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .commons-title::before{
- content:"";
- display: block;
- height: 30rpx;
- width: 4rpx;
- position: absolute;
- left: 20rpx;
- top: 18rpx;
- background-color: #007AFF;
- }
- .warehousingDtl,.total{
- padding-bottom: 200rpx;
- }
- .uni-table-td,.uni-table-th{
- position: relative;
- }
- .uni-table-td .pa-bg,.uni-table-th .pa-bg{
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- padding: 16rpx 20rpx;
- align-items: center;
- background-color: #edf8ff;
-
-
-
- }
- .uni-table-td .pa-bg-2,.uni-table-th .pa-bg-2{
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- padding: 16rpx 20rpx;
- align-items: center;
- background-color: #e5e9ff;
- }
- .uni-table-td .pa-bg-3,.uni-table-th .pa-bg-3{
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- padding: 16rpx 20rpx;
- align-items: center;
-
- }
|