style.less 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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.106rem;
  19. color: #333;
  20. display: flex;
  21. align-items: center;
  22. position: relative;
  23. margin-bottom: 0.08rem;
  24. }
  25. .recommderTag{
  26. position: absolute;
  27. color: #fff;
  28. line-height: 0.28rem;
  29. width: 0.54rem;
  30. background-color: rgba(0,0,0,0.4);
  31. text-align: center;
  32. border-radius: 12px 0 12px 0;
  33. font-size: 0.09rem;
  34. }
  35. .cardItem{
  36. font-size: 0.106rem;
  37. font-weight: 400;
  38. color: #666;
  39. display: flex;
  40. align-items: center;
  41. margin-bottom: 0.08rem;
  42. .title{
  43. display: inline-block;
  44. width: 0.58rem;
  45. min-width: 0.58rem;
  46. justify-content: space-between;
  47. text-align: justify;
  48. text-align-last:justify
  49. }
  50. }
  51. .cardText{
  52. font-size: 0.106rem;
  53. font-weight: 400;
  54. color: #666;
  55. display: flex;
  56. align-items: center;
  57. margin-bottom: 0.08rem;
  58. .title{
  59. display: inline-block;
  60. width: 0.58rem;
  61. min-width: 0.58rem;
  62. justify-content: space-between;
  63. text-align: justify;
  64. text-align-last:justify
  65. }
  66. }
  67. .ediText {
  68. font-size: 0.106rem;
  69. color: #ff925c;
  70. position: absolute;
  71. right: 0;
  72. }
  73. .address {
  74. width: 400px;
  75. height: 24px;
  76. text-overflow: ellipsis;
  77. white-space: nowrap;
  78. overflow: hidden;
  79. }
  80. .cover{
  81. width: 100%;
  82. padding-bottom: 56.25%;
  83. background-size: 100% 100% !important;
  84. border-radius: 12px 12px 0 0;
  85. // height: '14vw';
  86. }