style.less 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  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.106rem;
  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.106rem;
  36. margin-bottom: 0.08rem;
  37. }
  38. .ediText {
  39. font-size: 0.106rem;
  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. .leftBox{
  72. width:1000px;
  73. min-width:350px;
  74. height:1000px;
  75. background:rgba(255,255,255,1);
  76. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  77. border-radius:8px;
  78. display: inline-block;
  79. margin-right: 30px;
  80. padding: 30px;
  81. overflow: hidden;
  82. }
  83. .rightBox{
  84. width:-webkit-fill-available;
  85. min-width: 300px;
  86. background:rgba(255,255,255,1);
  87. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  88. border-radius:8px;
  89. display: inline-block;
  90. padding: 30px;
  91. overflow: hidden;
  92. position: relative;
  93. }
  94. .rightBoxCentre{
  95. width:865px;
  96. height:345px;
  97. min-width: 60%;
  98. background:rgba(255,255,255,1);
  99. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  100. border-radius:8px;
  101. display: inline-block;
  102. padding: 30px;
  103. overflow: hidden;
  104. position: relative;
  105. }
  106. .leftBoxCentre{
  107. width:100%;
  108. height:345px;
  109. background:rgba(255,255,255,1);
  110. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  111. border-radius:8px;
  112. display: inline-block;
  113. padding: 30px;
  114. overflow: hidden;
  115. position: relative;
  116. }
  117. .tit{
  118. font-size:0.15rem;
  119. font-weight:600;
  120. color:#222;
  121. margin: 10px 0 0 0;
  122. }
  123. .flexBox{
  124. display: flex;
  125. align-items: end;
  126. }
  127. .touxiang{
  128. width: 120px;
  129. width: 120px;
  130. border-radius: 6px;
  131. margin: 30px 0 20px 0;
  132. }
  133. .touxiangphoto{
  134. width: 80px;
  135. height: 80px;
  136. margin: 38px 0 0px 0;
  137. }
  138. .infoItem{
  139. color:#666;
  140. font-size: 0.1rem;
  141. margin: 0 0 30px 0;
  142. }
  143. .rightItem{
  144. color:#666;
  145. font-size: 0.1rem;
  146. margin: 0 0 15px 0;
  147. display: flex;
  148. }
  149. .right{
  150. width: 25%;
  151. min-width: 1.3rem;
  152. margin-left: 0.1rem;
  153. padding-top: 0.3rem;
  154. // position: absolute;
  155. // top:108px;
  156. // left:170px;
  157. }
  158. .rightphone{
  159. position: absolute;
  160. top:108px;
  161. left:170px;
  162. }
  163. .left{
  164. position: absolute;
  165. top:108px;
  166. left:60%;
  167. }
  168. .rightInfo{
  169. width: 28%;
  170. min-width: 1.3rem;
  171. margin-right: 0.1rem;
  172. padding-top: 0.3rem;
  173. // position: absolute;
  174. // top:108px;
  175. // left:80%;
  176. }
  177. .Centered{
  178. width: 28%;
  179. // position: absolute;
  180. // top:108px;
  181. // left:30%;
  182. min-width: 1.3rem;
  183. margin: 0 0 15px 0;
  184. color:#666;
  185. font-size: 0.1rem;
  186. padding-top: 0.3rem;
  187. }
  188. .rightCentered{
  189. // position: absolute;
  190. // top:108px;
  191. // left:55%;
  192. flex: 1;
  193. // width: 25%;
  194. min-width: 1.3rem;
  195. margin: 0 0 15px 0;
  196. padding-top: 0.3rem;
  197. color:#666;
  198. font-size: 0.1rem;
  199. }
  200. // 客户详情样式
  201. .cardBox{
  202. display: flex;
  203. .leftBox{
  204. width:1000px;
  205. min-width:350px;
  206. height:1000px;
  207. background:rgba(255,255,255,1);
  208. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  209. border-radius:8px;
  210. display: inline-block;
  211. margin-right: 30px;
  212. padding: 30px;
  213. overflow: hidden;
  214. }
  215. .rightBox{
  216. width:-webkit-fill-available;
  217. min-width: 300px;
  218. background:rgba(255,255,255,1);
  219. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  220. border-radius:8px;
  221. display: inline-block;
  222. padding: 30px;
  223. overflow: hidden;
  224. position: relative;
  225. }
  226. .rightBoxCentre{
  227. width:865px;
  228. height:345px;
  229. min-width: 60%;
  230. background:rgba(255,255,255,1);
  231. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  232. border-radius:8px;
  233. display: inline-block;
  234. padding: 30px;
  235. overflow: hidden;
  236. position: relative;
  237. }
  238. .leftBoxCentre{
  239. width:100%;
  240. height:345px;
  241. background:rgba(255,255,255,1);
  242. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  243. border-radius:8px;
  244. display: inline-block;
  245. padding: 30px;
  246. overflow: hidden;
  247. position: relative;
  248. }
  249. .tit{
  250. // font-size:0.15rem;
  251. font-weight:600;
  252. color:#222;
  253. margin: 10px 0 0 0;
  254. }
  255. .flexBox{
  256. display: flex;
  257. align-items: end;
  258. }
  259. .touxiang{
  260. width: 120px;
  261. width: 120px;
  262. border-radius: 6px;
  263. margin: 30px 0 20px 0;
  264. }
  265. .touxiangphoto{
  266. width: 80px;
  267. height: 80px;
  268. margin: 38px 0 0px 0;
  269. }
  270. .infoItem{
  271. color:#666;
  272. // font-size: 0.1rem;
  273. margin: 0 0 30px 0;
  274. }
  275. .rightItem{
  276. color:#666;
  277. // font-size: 0.1rem;
  278. margin: 0 0 15px 0;
  279. display: flex;
  280. }
  281. .right{
  282. width: 25%;
  283. min-width: 1.3rem;
  284. margin-left: 0.1rem;
  285. padding-top: 0.3rem;
  286. // position: absolute;
  287. // top:108px;
  288. // left:170px;
  289. }
  290. .rightphone{
  291. position: absolute;
  292. top:108px;
  293. left:170px;
  294. }
  295. .left{
  296. position: absolute;
  297. top:108px;
  298. left:60%;
  299. }
  300. .rightInfo{
  301. width: 25%;
  302. min-width: 1.3rem;
  303. margin-right: 0.1rem;
  304. padding-top: 0.3rem;
  305. // position: absolute;
  306. // top:108px;
  307. // left:80%;
  308. }
  309. .Centered{
  310. width: 25%;
  311. // position: absolute;
  312. // top:108px;
  313. // left:30%;
  314. min-width: 1.3rem;
  315. margin: 0 0 15px 0;
  316. color:#666;
  317. // font-size: 0.1rem;
  318. padding-top: 0.3rem;
  319. }
  320. .rightCentered{
  321. // position: absolute;
  322. // top:108px;
  323. // left:55%;
  324. width: 25%;
  325. min-width: 1.3rem;
  326. margin: 0 0 15px 0;
  327. padding-top: 0.3rem;
  328. color:#666;
  329. // font-size: 0.1rem;
  330. }
  331. }
  332. .recordBox{
  333. width:100%;
  334. background:rgba(255,255,255,1);
  335. box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
  336. border-radius:8px;
  337. margin-top: 30px;
  338. padding: 30px;
  339. .tableName{
  340. font-size:24px;
  341. font-weight:600;
  342. color:#222;
  343. }
  344. }