commons.less 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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. .submit{
  92. background-color: rgba(0, 132, 255, 1);
  93. color: #fff;
  94. position: fixed;
  95. bottom: 10rpx;
  96. left: 10rpx;
  97. right: 10rpx;
  98. }
  99. li{
  100. list-style: none;
  101. }
  102. ul{
  103. margin: 0;
  104. padding: 0;
  105. }
  106. .mt-24{
  107. margin-top: 24rpx;
  108. }
  109. i{
  110. font-style: inherit!important;
  111. }
  112. .bg-f9{
  113. background-color: #f9f9f9;
  114. min-height: 100vh;
  115. }
  116. .uni-forms-item{
  117. background-color: #fff;
  118. margin-bottom: 6rpx!important;
  119. padding: 6rpx 24rpx 26rpx!important;
  120. }
  121. .is-input-border{
  122. border:none!important;
  123. }
  124. .submit{
  125. background-color: rgba(0, 132, 255, 1);
  126. color: #fff;
  127. position: fixed;
  128. bottom: 10rpx;
  129. left: 10rpx;
  130. right: 10rpx;
  131. }
  132. .common-list-box{
  133. background-color: #fff;
  134. padding: 24rpx;
  135. margin-top: 6rpx;
  136. display: flex;
  137. justify-content: space-between;
  138. .text{
  139. .text-list{
  140. line-height: 60rpx;
  141. .label{
  142. color: #999999;
  143. }
  144. .value{
  145. color: #000;
  146. margin-left: 20rpx;
  147. }
  148. }
  149. }
  150. .common-stat-box{
  151. border:6rpx solid red;
  152. height: 80rpx;
  153. width: 80rpx;
  154. text-align: center;
  155. line-height: 80rpx;
  156. border-radius: 50%;
  157. position: relative;
  158. font-size: 20rpx;
  159. transform:rotate(-25deg);
  160. }
  161. .common-stat-box::before{
  162. display: block;
  163. position: absolute;
  164. width: 68rpx;
  165. height: 68rpx;
  166. left: 6rpx;
  167. top: 6rpx;
  168. border:2rpx solid red;
  169. border-radius: 50%;
  170. content: ' ';
  171. }
  172. .more{
  173. display: flex;
  174. align-items: center;
  175. }
  176. .success{
  177. .common-stat-box{
  178. border-color: #39C55A;
  179. color: #39C55A;
  180. }
  181. .common-stat-box::before{
  182. border-color: #39C55A;
  183. }
  184. }
  185. .error{
  186. .common-stat-box{
  187. border-color: #F94539;
  188. color: #F94539;
  189. }
  190. .common-stat-box::before{
  191. border-color: #F94539;
  192. }
  193. }
  194. .warning{
  195. .common-stat-box{
  196. border-color: #FF9315;
  197. color: #FF9315;
  198. }
  199. .common-stat-box::before{
  200. border-color: #FF9315;
  201. }
  202. }
  203. }
  204. .common-add-list-btn{
  205. margin-top: 10rpx;
  206. text-align: center;
  207. color: #056de8;
  208. height: 40rpx;
  209. line-height: 40rpx;
  210. background-color: #fff;
  211. font-size: 24rpx;
  212. }
  213. .commons-dtl-box{
  214. background: #fff;
  215. margin: 10rpx 0;
  216. padding: 10rpx 20rpx;
  217. font-size: 26rpx;
  218. view{
  219. span{
  220. display: inline-block;
  221. margin-right: 40rpx;
  222. color: #666;
  223. }
  224. }
  225. }