commons.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .commons-title {
  2. font-weight: bold;
  3. font-size: 32rpx;
  4. color: #333;
  5. line-height: 60rpx;
  6. }
  7. .commons-line-box {
  8. height: 1px;
  9. background: #dcdcdc;
  10. }
  11. .commons-no-data {
  12. height: 80rpx;
  13. line-height: 80rpx;
  14. font-size: 24rpx;
  15. text-align: center;
  16. }
  17. .color-bl {
  18. color: #007AFF;
  19. }
  20. .color-red {
  21. color: red;
  22. }
  23. .text-center {
  24. text-align: center;
  25. }
  26. .commons-title {
  27. margin: 30rpx 0;
  28. padding: 0 40rpx;
  29. display: flex;
  30. justify-content: space-between;
  31. position: relative;
  32. }
  33. .commons-title::before{
  34. content:"";
  35. display: block;
  36. height: 30rpx;
  37. width: 4rpx;
  38. position: absolute;
  39. left: 20rpx;
  40. top: 18rpx;
  41. background-color: #007AFF;
  42. }
  43. .warehousingDtl,.total{
  44. padding-bottom: 200rpx;
  45. }
  46. .uni-table-td,.uni-table-th{
  47. position: relative;
  48. }
  49. .uni-table-td .pa-bg,.uni-table-th .pa-bg{
  50. position: absolute;
  51. top: 0;
  52. left: 0;
  53. right: 0;
  54. bottom: 0;
  55. display: flex;
  56. padding: 16rpx 20rpx;
  57. align-items: center;
  58. background-color: #edf8ff;
  59. }
  60. .uni-table-td .pa-bg-2,.uni-table-th .pa-bg-2{
  61. position: absolute;
  62. top: 0;
  63. left: 0;
  64. right: 0;
  65. bottom: 0;
  66. display: flex;
  67. padding: 16rpx 20rpx;
  68. align-items: center;
  69. background-color: #e5e9ff;
  70. }
  71. .uni-table-td .pa-bg-3,.uni-table-th .pa-bg-3{
  72. position: absolute;
  73. top: 0;
  74. left: 0;
  75. right: 0;
  76. bottom: 0;
  77. display: flex;
  78. padding: 16rpx 20rpx;
  79. align-items: center;
  80. }