You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

107 lines
2.6 KiB

  1. .lr-custmerformfn-page {
  2. position: relative;
  3. height: 100%;
  4. width: 100%;
  5. padding-bottom: 54px;
  6. }
  7. .lr-custmerformfn-page .lr-custmerformfn-addbtn {
  8. position: absolute;
  9. bottom: 0px;
  10. left: 0px;
  11. width: 100%;
  12. height: 54px;
  13. padding: 5px;
  14. background-color: #eee;
  15. }
  16. .lr-custmerformfn-page .lr-custmerformfn-addbtn button {
  17. margin: 0px;
  18. }
  19. .lr-custmer-list {
  20. padding: 8px;
  21. background-color: #efeff4;
  22. }
  23. .lr-custmer-list:before {
  24. height: 0;
  25. }
  26. .lr-custmer-list .lr-page-item {
  27. margin-bottom: 8px;
  28. border-radius: 4px;
  29. }
  30. .lr-custmer-list .lr-list-item {
  31. border: 0.5px solid #c8c7cc;
  32. border-radius: 4px;
  33. padding-top: 30px;
  34. background-color: #fff;
  35. }
  36. .lr-custmer-list .lr-list-item:after {
  37. height: 0;
  38. }
  39. .lr-custmer-list .lr-list-item .title {
  40. position: absolute;
  41. top: 0;
  42. left: 0;
  43. width:100%;
  44. height:30px;
  45. line-height:30px;
  46. padding-left:5px;
  47. }
  48. .lr-custmer-list .lr-list-item .title > span {
  49. font-size: 14px;
  50. color: #333;
  51. overflow: hidden;
  52. text-overflow: ellipsis;
  53. white-space: nowrap;
  54. }
  55. .lr-custmer-list .lr-list-item .content {
  56. position: relative;
  57. width: 100%;
  58. height: 100%;
  59. font-size: 12px;
  60. display: table;
  61. overflow: hidden;
  62. width: 100%;
  63. table-layout: fixed;
  64. background-color: transparent;
  65. -webkit-touch-callout: none;
  66. padding-bottom: 10px;
  67. }
  68. .lr-custmer-list .lr-list-item .content .one, .lr-custmer-list .lr-list-item .content .two, .lr-custmer-list .lr-list-item .content .three {
  69. line-height: 20px;
  70. display: table-cell;
  71. overflow: hidden;
  72. width: 1%;
  73. -webkit-transition: background-color .1s linear;
  74. transition: background-color .1s linear;
  75. white-space: nowrap;
  76. text-overflow: ellipsis;
  77. height:40px;
  78. }
  79. .lr-custmer-list .lr-tag {
  80. display: inline-block;
  81. width: 5px;
  82. height: 5px;
  83. border-radius: 50%;
  84. margin-right: 5px;
  85. margin-bottom: 2px;
  86. }
  87. .one .lr-tag {
  88. background-color: #488aff;
  89. }
  90. .two .lr-tag {
  91. background-color: #8a6de9;
  92. }
  93. .three .lr-tag {
  94. background-color: #dd524d;
  95. }