commons.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. }
  60. .commons-before-40 {
  61. width: 40rpx;
  62. height: 40rpx;
  63. border-radius: 50%;
  64. display: block;
  65. position: relative;
  66. margin-right: 16rpx;
  67. }
  68. .commons-before-40::before {
  69. position: absolute;
  70. display: block;
  71. top: 10rpx;
  72. left: 10rpx;
  73. width: 20rpx;
  74. height: 20rpx;
  75. border-radius: 50%;
  76. content: " ";
  77. }
  78. .bg-cl-yl{
  79. background-color: rgba(255,175,83,0.2);
  80. }
  81. .bf-bg-cl-yl::before{
  82. background-color: rgba(255,175,83,1);
  83. }
  84. .bg-cl-pp{
  85. background-color: rgba(187,153,246,0.2);
  86. }
  87. .bf-bg-cl-pp::before{
  88. background-color: rgba(187,153,246,1);
  89. }
  90. li{
  91. list-style: none;
  92. }
  93. ul{
  94. margin: 0;
  95. padding: 0;
  96. }
  97. .mt-24{
  98. margin-top: 24rpx;
  99. }
  100. i{
  101. font-style: inherit!important;
  102. }