index.less 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. .customerProfile {
  2. min-height: calc(100vh - 30px);
  3. background: #F5F5F5;
  4. padding-bottom: 30px;
  5. .titleContent {
  6. position: relative;
  7. // background: white;
  8. // padding: 20px 20px;
  9. // border-bottom: 1px #dadada solid;
  10. .content {
  11. .name {
  12. font-size: 32px;
  13. color: #1E90FF;
  14. font-weight: bolder;
  15. padding-bottom: 10px;
  16. display: flex;
  17. flex-direction: row;
  18. flex-wrap: wrap;
  19. align-items: flex-start;
  20. justify-content: space-between;
  21. background: white;
  22. padding: 20px;
  23. margin-bottom: 20px;
  24. .bod {
  25. // border-bottom: 2px solid #1E90FF;
  26. // padding-bottom: 10px;
  27. }
  28. .share {
  29. margin: 0;
  30. padding: 0;
  31. font-size: 26px;
  32. line-height: 24px;
  33. color: #1E90FF;
  34. padding: 10px 30px;
  35. border: 1px solid #1E90FF;
  36. border-radius: 30px;
  37. }
  38. }
  39. .button {
  40. display: flex;
  41. flex-direction: row-reverse;
  42. padding: 20px 20px 0;
  43. background: white;
  44. .but {
  45. background: #1E90FF;
  46. padding: 10px 15px;
  47. color: #FFFFFF;
  48. font-size: 26px;
  49. border-radius: 8px;
  50. margin-left: 20px;
  51. }
  52. }
  53. .row {
  54. background: white;
  55. display: flex;
  56. flex-direction: row;
  57. align-items: center;
  58. justify-content: space-between;
  59. padding: 20px 20px;
  60. .code {
  61. font-size: 26px;
  62. color: #767272;
  63. }
  64. .time {
  65. font-size: 26px;
  66. color: #767272;
  67. }
  68. }
  69. .first {
  70. background: #facd91;
  71. padding: 20px 20px;
  72. }
  73. .two {
  74. background: #81d3f8;
  75. padding: 20px 20px;
  76. }
  77. .title {
  78. font-weight: bolder;
  79. margin: 20px 0 10px 0;
  80. }
  81. .tit {
  82. display: flex;
  83. flex-direction: row;
  84. align-items: baseline;
  85. justify-content: space-between;
  86. font-size: 28px;
  87. font-weight: bolder;
  88. margin-top: 15px;
  89. margin-bottom: 5px;
  90. .up {
  91. background: #70B603;
  92. color: #FFFFFF;
  93. padding: 10px 20px;
  94. font-size: 26px;
  95. border-radius: 8px;
  96. font-weight: 400;
  97. }
  98. .txt {
  99. color: red;
  100. font-weight: 400;
  101. font-size: 20px;
  102. }
  103. }
  104. .val {
  105. position: relative;
  106. font-size: 26px;
  107. margin-bottom: 5px;
  108. .num {
  109. font-weight: bolder;
  110. color: #1E90FF;
  111. }
  112. .mask {
  113. position: absolute;
  114. top: 0;
  115. right: 0;
  116. bottom: 0;
  117. left: 0;
  118. width: 100%;
  119. height: 100%;
  120. background: #facd91;
  121. z-index: 99;
  122. }
  123. }
  124. }
  125. }
  126. }
  127. .selectTitle {
  128. font-weight: bolder;
  129. margin-bottom: 10px;
  130. font-size: 28px;
  131. display: flex;
  132. flex-direction: row;
  133. }
  134. .additem {
  135. display: flex;
  136. flex-direction: row;
  137. align-items: center;
  138. justify-content: space-between;
  139. font-size: 22px;
  140. color: #4395ff;
  141. margin-bottom: 15px;
  142. .txt {
  143. width: 16%;
  144. display: flex;
  145. // flex: 1;
  146. }
  147. .mobile {
  148. width: 30%;
  149. }
  150. .bt {
  151. padding: 4px 10px;
  152. background: #4395ff;
  153. color: #FFFFFF;
  154. border-radius: 6px;
  155. margin-left: 15px;
  156. }
  157. .bts {
  158. padding: 4px 10px;
  159. color: #4395ff;
  160. margin-left: 15px;
  161. }
  162. }
  163. .selproject {
  164. margin-left: 32px;
  165. display: flex;
  166. flex-direction: row;
  167. align-items: center;
  168. flex-wrap: wrap;
  169. margin-bottom: 20px;
  170. .selptxt {
  171. background: #f50;
  172. padding: 6px 16px;
  173. margin: 6px;
  174. border-radius: 8px;
  175. color: #fff;
  176. }
  177. }
  178. .at-input {
  179. padding: 4rpx 0;
  180. margin-left: 0rpx;
  181. }