commons.css 1.6 KB

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