知与行后台管理端

style.css 936B

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.11rem;
  19. color: #333;
  20. line-height: 1.5;
  21. display: flex;
  22. align-items: center;
  23. position: relative;
  24. margin-bottom: 0.08rem;
  25. }
  26. .cardItem {
  27. font-size: 0.11rem;
  28. font-weight: 400;
  29. color: #666;
  30. display: flex;
  31. align-items: center;
  32. line-height: 1.5;
  33. font-size: 0.11rem;
  34. margin-bottom: 0.08rem;
  35. }
  36. .ediText {
  37. font-size: 0.11rem;
  38. color: #ff925c;
  39. position: absolute;
  40. right: 0;
  41. }
  42. .title {
  43. display: inline-block;
  44. width: 0.54rem;
  45. justify-content: space-between;
  46. text-align: justify;
  47. text-align-last: justify;
  48. }
  49. .address {
  50. width: 400px;
  51. height: 24px;
  52. text-overflow: ellipsis;
  53. white-space: nowrap;
  54. overflow: hidden;
  55. }