知与行后台管理端

style.less 885B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .SubmitButton {
  2. background: #3a91d5;
  3. border-radius: 7px;
  4. border: 0px;
  5. }
  6. .SelectFrom {
  7. width: 180px;
  8. background: #ffffff;
  9. border-radius: 7px;
  10. border: 1px solid #dbdbdb;
  11. }
  12. .addButton {
  13. border-radius: 4px;
  14. border: 0px;
  15. margin: 10px 0px;
  16. }
  17. .cardText {
  18. font-size: 0.18rem;
  19. color: #333;
  20. line-height: 24px;
  21. display: flex;
  22. align-items: center;
  23. position: relative;
  24. }
  25. .cardItem{
  26. font-size: 0.18rem;
  27. font-weight: 400;
  28. color: #666;
  29. line-height: 24px;
  30. display: flex;
  31. align-items: center;
  32. }
  33. .ediText {
  34. font-size: 0.18rem;
  35. color: #ff925c;
  36. line-height: 24px;
  37. position: absolute;
  38. right: 0;
  39. }
  40. .title{
  41. display: inline-block;
  42. width: 84px;
  43. justify-content: space-between;
  44. text-align: justify;
  45. text-align-last:justify
  46. }
  47. .address {
  48. width: 400px;
  49. height: 24px;
  50. text-overflow: ellipsis;
  51. white-space: nowrap;
  52. overflow: hidden;
  53. }