app-customer-sel.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .data-v-7743905c .popup-wrap .tui-popup-class {
  21. border-top-left-radius: 20rpx;
  22. border-top-right-radius: 20rpx;
  23. }
  24. .map-wrap .map-top-tit-wrap.data-v-7743905c {
  25. padding: 34rpx 0;
  26. text-align: center;
  27. font-size: 34rpx;
  28. }
  29. .map-wrap .map-search.data-v-7743905c {
  30. padding: 0 30rpx;
  31. margin-bottom: 20rpx;
  32. }
  33. .map-wrap .map-box .current-site-icon.data-v-7743905c {
  34. width: 63rpx;
  35. height: 90rpx;
  36. position: absolute;
  37. top: 50%;
  38. left: 50%;
  39. -webkit-transform: translate(-50%, -50%);
  40. transform: translate(-50%, -50%);
  41. }
  42. .map-wrap .customer-list.data-v-7743905c {
  43. min-height: 500rpx;
  44. max-height: 820rpx;
  45. box-sizing: border-box;
  46. }
  47. .map-wrap .customer-list .customer-item.data-v-7743905c {
  48. display: -webkit-box;
  49. display: -webkit-flex;
  50. display: flex;
  51. width: 100%;
  52. -webkit-box-align: center;
  53. -webkit-align-items: center;
  54. align-items: center;
  55. line-height: 40rpx;
  56. padding: 18rpx 30rpx;
  57. text-align: left;
  58. border-bottom: 1rpx solid #eee;
  59. position: relative;
  60. }
  61. .map-wrap .customer-list .customer-item .item-avatar.data-v-7743905c {
  62. -webkit-flex-shrink: 0;
  63. flex-shrink: 0;
  64. width: 66rpx;
  65. height: 66rpx;
  66. border-radius: 50%;
  67. overflow: hidden;
  68. }
  69. .map-wrap .customer-list .customer-item .item-avatar image.data-v-7743905c {
  70. width: 100%;
  71. height: 100%;
  72. }
  73. .map-wrap .customer-list .customer-item .item-name.data-v-7743905c {
  74. -webkit-flex-shrink: 0;
  75. flex-shrink: 0;
  76. margin: 0 20rpx;
  77. width: 200rpx;
  78. }
  79. .map-wrap .customer-list .customer-item .item-level.data-v-7743905c {
  80. margin: 0 20rpx;
  81. -webkit-box-flex: 1;
  82. -webkit-flex: 1;
  83. flex: 1;
  84. }
  85. .map-wrap .customer-list .customer-item .item-tag.data-v-7743905c {
  86. display: -webkit-box;
  87. display: -webkit-flex;
  88. display: flex;
  89. -webkit-box-align: center;
  90. -webkit-align-items: center;
  91. align-items: center;
  92. -webkit-box-pack: center;
  93. -webkit-justify-content: center;
  94. justify-content: center;
  95. width: 78rpx;
  96. height: 34rpx;
  97. -webkit-flex-shrink: 0;
  98. flex-shrink: 0;
  99. background-color: #3385ff;
  100. border-radius: 17rpx 17rpx 17rpx 0;
  101. font-size: 20rpx;
  102. color: #fff;
  103. }
  104. .map-wrap .add-customer-bar.data-v-7743905c {
  105. width: 100%;
  106. height: 100rpx;
  107. display: -webkit-box;
  108. display: -webkit-flex;
  109. display: flex;
  110. -webkit-box-pack: center;
  111. -webkit-justify-content: center;
  112. justify-content: center;
  113. -webkit-box-align: center;
  114. -webkit-align-items: center;
  115. align-items: center;
  116. color: #3385ff;
  117. font-size: 26rpx;
  118. box-shadow: 0rpx -1rpx 6rpx 0rpx rgba(4, 0, 0, 0.06);
  119. }