style.wxss 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .SubmitButton {
  2. background: #ef273a;
  3. border-radius: 7px;
  4. border: 0px;
  5. }
  6. .text {
  7. color: #ef273a;
  8. }
  9. .SelectFrom {
  10. width: 180px;
  11. background: #ffffff;
  12. border-radius: 7px;
  13. border: 1px solid #dbdbdb;
  14. }
  15. .addButton {
  16. background: #50be00;
  17. border-radius: 4px;
  18. border: 0px;
  19. margin: 10px 0px;
  20. }
  21. .cardText {
  22. font-size: 0.106rem;
  23. color: #333;
  24. line-height: 24px;
  25. display: flex;
  26. align-items: center;
  27. position: relative;
  28. }
  29. .cardItem {
  30. font-size: 0.106rem;
  31. font-weight: 400;
  32. color: #666;
  33. line-height: 24px;
  34. display: flex;
  35. align-items: center;
  36. }
  37. .ediText {
  38. font-size: 0.106rem;
  39. color: #ff925c;
  40. line-height: 24px;
  41. position: absolute;
  42. right: 0;
  43. }
  44. .title {
  45. display: inline-block;
  46. width: 0.54rem;
  47. justify-content: space-between;
  48. text-align: justify;
  49. text-align-last: justify;
  50. }
  51. .address {
  52. width: 400px;
  53. height: 24px;
  54. text-overflow: ellipsis;
  55. white-space: nowrap;
  56. overflow: hidden;
  57. }
  58. .pitchButton {
  59. border-color: #ff7e48;
  60. background-color: #ff7e48;
  61. color: #ffffff;
  62. }
  63. .noButton {
  64. border-color: #ff7e48;
  65. color: #ff7e48;
  66. }
  67. .displayS {
  68. display: none;
  69. }