index.less 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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. // font-weight: 400;
  98. // color: #3864ef;
  99. // font-size: 26rpx;
  100. }
  101. .txt {
  102. color: red;
  103. font-weight: 400;
  104. font-size: 20px;
  105. }
  106. }
  107. .val {
  108. position: relative;
  109. font-size: 26px;
  110. margin-bottom: 5px;
  111. .num {
  112. font-weight: bolder;
  113. color: #1E90FF;
  114. }
  115. .mask {
  116. position: absolute;
  117. top: 0;
  118. right: 0;
  119. bottom: 0;
  120. left: 0;
  121. width: 100%;
  122. height: 100%;
  123. background: #facd91;
  124. z-index: 99;
  125. }
  126. }
  127. }
  128. }
  129. }
  130. .selectTitle {
  131. font-weight: bolder;
  132. margin-bottom: 10px;
  133. font-size: 28px;
  134. display: flex;
  135. flex-direction: row;
  136. }
  137. .additem {
  138. display: flex;
  139. flex-direction: row;
  140. align-items: center;
  141. justify-content: space-between;
  142. font-size: 22px;
  143. color: #4395ff;
  144. margin-bottom: 15px;
  145. .txt {
  146. width: 16%;
  147. display: flex;
  148. // flex: 1;
  149. }
  150. .mobile {
  151. width: 30%;
  152. }
  153. .bt {
  154. padding: 4px 10px;
  155. background: #4395ff;
  156. color: #FFFFFF;
  157. border-radius: 6px;
  158. margin-left: 15px;
  159. }
  160. .bts {
  161. padding: 4px 10px;
  162. color: #4395ff;
  163. margin-left: 15px;
  164. }
  165. }
  166. .selproject {
  167. margin-left: 32px;
  168. display: flex;
  169. flex-direction: row;
  170. align-items: center;
  171. flex-wrap: wrap;
  172. margin-bottom: 20px;
  173. .selptxt {
  174. background: #f50;
  175. padding: 6px 16px;
  176. margin: 6px;
  177. border-radius: 8px;
  178. color: #fff;
  179. }
  180. }
  181. .at-input,
  182. .at-input-number {
  183. padding: 4rpx 0;
  184. margin-left: 0rpx;
  185. }
  186. .at-input-number__btn {
  187. display: none;
  188. }
  189. .at-input-number input {
  190. background-color: #fff;
  191. height: 44.8rpx;
  192. }
  193. .link {
  194. color: #1E90FF;
  195. text-decoration: underline;
  196. }
  197. .valueContent {
  198. margin: 20px 0;
  199. padding: 20rpx;
  200. background: white;
  201. border-radius: 20px;
  202. .item {
  203. padding-bottom: 16px;
  204. &.flex {
  205. display: flex;
  206. align-items: center;
  207. }
  208. &-title {
  209. display: flex;
  210. flex-flow: row nowrap;
  211. align-items: center;
  212. justify-content: space-between;
  213. color: #b7acac;
  214. font-size: 27px;
  215. padding-bottom: 10px;
  216. position: relative;
  217. .titleTips {
  218. color: #ff0000;
  219. font-size: 18px;
  220. padding-left: 10px;
  221. }
  222. .edit {
  223. position: absolute;
  224. right: -30px;
  225. padding: 30px;
  226. }
  227. .switchItem {
  228. width: 40px;
  229. height: 40px;
  230. margin-left: 20px;
  231. }
  232. .tbuttom {
  233. // position: absolute;
  234. // right: 0;
  235. // color: #3864ef;
  236. background: #70B603;
  237. color: #FFFFFF;
  238. padding: 10px 20px;
  239. font-size: 26px;
  240. border-radius: 8px;
  241. font-weight: 400;
  242. }
  243. }
  244. &-value {
  245. color: #000000;
  246. font-size: 30px;
  247. }
  248. .cassistant {
  249. font-size: 25px;
  250. color: red;
  251. display: flex;
  252. flex-direction: row;
  253. flex-wrap: wrap;
  254. margin-top: 10px;
  255. .citems {
  256. margin-right: 20px;
  257. margin-bottom: 20px;
  258. display: flex;
  259. flex-direction: row;
  260. position: relative;
  261. padding-right: 40px;
  262. .cclose {
  263. position: absolute;
  264. right: 0;
  265. top: -20px;
  266. }
  267. }
  268. .addbuttom {
  269. font-size: 22px;
  270. padding: 0 10px;
  271. margin-left: 20px;
  272. }
  273. }
  274. .timeContent {
  275. background: rgba(0, 51, 255, .09);
  276. border-radius: 30px;
  277. padding: 30px;
  278. margin-top: 45px;
  279. .time {
  280. display: flex;
  281. flex-flow: row nowrap;
  282. justify-content: space-between;
  283. align-items: center;
  284. .num {
  285. font-size: 30px;
  286. }
  287. .journal {
  288. font-size: 28px;
  289. color: #007aff;
  290. }
  291. }
  292. .timeAxis {
  293. display: flex;
  294. flex-flow: column nowrap;
  295. padding-top: 30px;
  296. .startTime {
  297. display: flex;
  298. align-items: center;
  299. color: #b7acac;
  300. font-size: 25px;
  301. }
  302. .axis {
  303. width: 1px;
  304. height: 40px;
  305. border-left: 1px #b7acac solid;
  306. margin-left: 11px;
  307. }
  308. .endTime {
  309. display: flex;
  310. align-items: center;
  311. color: #b7acac;
  312. font-size: 25px;
  313. }
  314. .circle {
  315. margin-right: 15px;
  316. width: 20px;
  317. height: 20px;
  318. border-radius: 30px;
  319. border: 1px #b7acac solid;
  320. }
  321. }
  322. }
  323. }
  324. .shareContent {
  325. display: flex;
  326. flex-flow: column nowrap;
  327. justify-content: center;
  328. align-items: center;
  329. width: 100%;
  330. .share {
  331. overflow: visible;
  332. width: 100px;
  333. height: 100px;
  334. padding: 0;
  335. border-radius: 161px;
  336. background: #0000;
  337. .shareIcon {
  338. width: 100px;
  339. height: 100px;
  340. }
  341. }
  342. .shareTitle {
  343. padding-top: 15px;
  344. font-size: 19px;
  345. color: #767272;
  346. }
  347. }
  348. }
  349. .at-input::after {
  350. display: none;
  351. }