style.less 951B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .SubmitButton {
  2. background: rgba(239,39,58,1);
  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. background: #50be00;
  14. border-radius: 4px;
  15. border: 0px;
  16. margin: 10px 0px;
  17. }
  18. .cardText {
  19. color: #333;
  20. display: flex;
  21. align-items: center;
  22. position: relative;
  23. line-height: 1.5;
  24. font-size: 0.106rem;
  25. margin-bottom: 0.08rem;
  26. }
  27. .cardItem{
  28. font-size: 0.106rem;
  29. font-weight: 400;
  30. color: #666;
  31. line-height: 24px;
  32. display: flex;
  33. align-items: center;
  34. }
  35. .ediText {
  36. font-size: 0.106rem;
  37. color: #ff925c;
  38. line-height: 24px;
  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. }