main.wxss 1.4 KB

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