my.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100 {
  35. width: 100%;
  36. }
  37. .bwin-popup {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .search-wrap {
  76. padding: 20rpx;
  77. }
  78. .filter-wrap {
  79. position: relative;
  80. }
  81. .customer-list-wrap {
  82. width: 100%;
  83. }
  84. .customer-list-wrap .customer-item {
  85. display: flex;
  86. flex-direction: column;
  87. align-items: flex-start;
  88. font-size: 24rpx;
  89. color: #606266;
  90. border-bottom: 1rpx solid #e4e7ed;
  91. padding: 24rpx 32rpx;
  92. }
  93. .customer-list-wrap .customer-item .info {
  94. display: flex;
  95. align-items: flex-start;
  96. justify-content: space-between;
  97. width: 100%;
  98. margin-bottom: 10rpx;
  99. }
  100. .customer-list-wrap .customer-item .info .customer {
  101. display: flex;
  102. flex-direction: column;
  103. align-items: flex-start;
  104. width: 80%;
  105. }
  106. .customer-list-wrap .customer-item .info .customer .relname {
  107. color: #303133;
  108. font-size: 32rpx;
  109. font-weight: bold;
  110. margin-bottom: 10rpx;
  111. }
  112. .customer-list-wrap .customer-item .info .customer .n-key {
  113. display: inline-block;
  114. }
  115. .customer-list-wrap .customer-item .info .customer .n-key .n {
  116. background: #f00;
  117. color: #fff;
  118. width: 40rpx;
  119. height: 40rpx;
  120. line-height: 38rpx;
  121. text-align: center;
  122. border-radius: 50%;
  123. display: inline-block;
  124. margin-right: 10rpx;
  125. }
  126. .customer-list-wrap .customer-item .info .customer .item {
  127. margin-bottom: 10rpx;
  128. }
  129. .customer-list-wrap .customer-item .info .data-wrap {
  130. text-align: right;
  131. }
  132. .customer-list-wrap .customer-item .info .data-wrap .date {
  133. font-size: 20rpx;
  134. }
  135. .customer-list-wrap .customer-item .more-wrap {
  136. background: #fdf6ec;
  137. color: #666;
  138. padding: 10rpx;
  139. border-radius: 10rpx;
  140. font-size: 26rpx;
  141. }
  142. .customer-list-wrap .customer-item .tool-wrap {
  143. display: flex;
  144. align-items: center;
  145. justify-content: space-between;
  146. width: 100%;
  147. }
  148. .float-search {
  149. opacity: 0.9;
  150. position: fixed;
  151. right: 20rpx;
  152. bottom: 40rpx;
  153. padding: 20rpx;
  154. border-radius: 50%;
  155. background-color: #2080f0;
  156. }
  157. .float-search2 {
  158. opacity: 0.9;
  159. position: fixed;
  160. right: 20rpx;
  161. bottom: 150rpx;
  162. padding: 20rpx;
  163. border-radius: 50%;
  164. background-color: #2080f0;
  165. }