知与行后台管理端

style.less 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .SubmitButton {
  2. background: rgba(239,39,58,1);
  3. border-radius: 7px;
  4. border: 0px;
  5. }
  6. .text {
  7. color: rgba(239,39,58,1);
  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. color: #333;
  23. display: flex;
  24. align-items: center;
  25. position: relative;
  26. line-height: 1.5;
  27. font-size: 0.11rem;
  28. margin-bottom: 0.08rem;
  29. }
  30. .cardItem{
  31. color: #666;
  32. display: flex;
  33. align-items: center;
  34. line-height: 1.5;
  35. font-size: 0.11rem;
  36. margin-bottom: 0.08rem;
  37. }
  38. .ediText {
  39. font-size: 0.11rem;
  40. color: #ff925c;
  41. line-height: 24px;
  42. position: absolute;
  43. right: 0;
  44. }
  45. .title{
  46. display: inline-block;
  47. width: 0.54rem;
  48. justify-content: space-between;
  49. text-align: justify;
  50. text-align-last:justify
  51. }
  52. .address {
  53. width: 400px;
  54. height: 24px;
  55. text-overflow: ellipsis;
  56. white-space: nowrap;
  57. overflow: hidden;
  58. }
  59. .pitchButton {
  60. border-color: rgba(255,126,72,1);
  61. background-color: rgba(255,126,72,1);
  62. color: rgba(255,255,255,1);
  63. }
  64. .noButton {
  65. border-color: rgba(255,126,72,1);
  66. color: rgba(255,126,72,1);
  67. }
  68. .displayS {
  69. display: none;
  70. }
  71. // 客户详情样式
  72. .cardBox{
  73. display: flex;
  74. .leftBox{
  75. width:342px;
  76. min-width:342px;
  77. height:511px;
  78. background:rgba(255,255,255,1);
  79. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  80. border-radius:8px;
  81. display: inline-block;
  82. margin-right: 30px;
  83. padding: 30px;
  84. overflow: hidden;
  85. }
  86. .rightBox{
  87. width:-webkit-fill-available;
  88. height:511px;
  89. min-width: 800px;
  90. background:rgba(255,255,255,1);
  91. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  92. border-radius:8px;
  93. display: inline-block;
  94. padding: 30px;
  95. overflow: hidden;
  96. position: relative;
  97. }
  98. .tit{
  99. font-size:24px;
  100. font-weight:600;
  101. color:#222;
  102. margin: 10px 0 0 0;
  103. }
  104. .touxiang{
  105. width: 120px;
  106. width: 120px;
  107. border-radius: 6px;
  108. margin: 30px 0 20px 0;
  109. }
  110. .infoItem{
  111. color:#666;
  112. font-size: 19px;
  113. margin: 0 0 10px 0;
  114. }
  115. .rightItem{
  116. color:#666;
  117. font-size: 19px;
  118. margin: 0 0 15px 0;
  119. }
  120. .right{
  121. position: absolute;
  122. top:108px;
  123. left:170px;
  124. }
  125. .rightInfo{
  126. position: absolute;
  127. top:50px;
  128. left:50%;
  129. }
  130. }
  131. .recordBox{
  132. width:100%;
  133. background:rgba(255,255,255,1);
  134. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  135. border-radius:8px;
  136. margin-top: 30px;
  137. padding: 30px;
  138. .tableName{
  139. font-size:24px;
  140. font-weight:600;
  141. color:#222;
  142. }
  143. }