commons.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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,
  44. .total {
  45. padding-bottom: 200rpx;
  46. }
  47. .commons-normal {
  48. background: rgba(63, 191, 49, 0.20);
  49. color: #34C724;
  50. }
  51. .commons-error {
  52. background: rgba(245, 74, 69, 0.20);
  53. color: #F54A45;
  54. }
  55. .commons-close {
  56. background: rgba(153, 153, 153, 0.20);
  57. color: #999999;
  58. }
  59. .commons-before-40 {
  60. width: 40rpx;
  61. height: 40rpx;
  62. border-radius: 50%;
  63. display: block;
  64. position: relative;
  65. margin-right: 16rpx;
  66. }
  67. .commons-before-40::before {
  68. position: absolute;
  69. display: block;
  70. top: 10rpx;
  71. left: 10rpx;
  72. width: 20rpx;
  73. height: 20rpx;
  74. border-radius: 50%;
  75. content: " ";
  76. }
  77. .bg-cl-yl{
  78. background-color: rgba(255,175,83,0.2);
  79. }
  80. .bf-bg-cl-yl::before{
  81. background-color: rgba(255,175,83,1);
  82. }
  83. .bg-cl-pp{
  84. background-color: rgba(187,153,246,0.2);
  85. }
  86. .bf-bg-cl-pp::before{
  87. background-color: rgba(187,153,246,1);
  88. }
  89. li{
  90. list-style: none;
  91. }
  92. ul{
  93. margin: 0;
  94. padding: 0;
  95. }