index.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. .switchLineSelect {
  2. height: 0rpx;
  3. overflow: hidden;
  4. }
  5. .placeholder_wrap {
  6. height: 120px;
  7. }
  8. .follow_tabber {
  9. z-index: 7;
  10. position: fixed;
  11. bottom: 0;
  12. left: 0;
  13. height: 100px;
  14. background-color: #cce6ff;
  15. padding: 0px 25rpx;
  16. display: flex;
  17. flex-direction: column;
  18. justify-content: space-evenly;
  19. width: 700rpx;
  20. .keyboard_wrap {
  21. overflow-x: auto;
  22. white-space: nowrap;
  23. .emtry_wrap{
  24. color: #aaa;
  25. }
  26. .keyboard-item {
  27. display: inline-block;
  28. line-height: 36px;
  29. height: 36px;
  30. width: 44px;
  31. background-color: #ffffff;
  32. border-radius: 4px;
  33. text-align: center;
  34. margin-right: 12px;
  35. }
  36. .active {
  37. background: #108cff;
  38. color: #fff;
  39. }
  40. }
  41. .call_btn_wrap {
  42. width: 100%;
  43. display: flex;
  44. align-items: center;
  45. justify-content: space-between;
  46. .call_btn {
  47. width: 320rpx;
  48. margin: 0;
  49. .u-button__text {
  50. margin-left: 10rpx;
  51. }
  52. }
  53. .hangUP_btn {
  54. margin: 0;
  55. width: 220rpx;
  56. }
  57. .minimize_btn{
  58. margin: 0;
  59. width: 120rpx;
  60. }
  61. }
  62. }
  63. .danger {
  64. color: #ffa4a4;
  65. }
  66. .form_debtStatus_wrap {
  67. width: 220rpx;
  68. display: flex;
  69. align-items: center;
  70. justify-content: flex-end;
  71. .name_text {
  72. margin-right: 10rpx;
  73. }
  74. }
  75. .form_template_wrap {
  76. width: 180rpx;
  77. display: flex;
  78. align-items: center;
  79. justify-content: flex-end;
  80. .name_text {
  81. margin-right: 10rpx;
  82. }
  83. }
  84. .form_isContact_wrap {
  85. display: flex;
  86. align-items: center;
  87. .name_text {
  88. margin-right: 10rpx;
  89. }
  90. }
  91. .form_isCall_wrap {
  92. display: flex;
  93. align-items: center;
  94. .name_text {
  95. margin-left: 10rpx;
  96. }
  97. }
  98. .form_name_wrap {
  99. display: flex;
  100. align-items: center;
  101. .name_text {
  102. margin-right: 10rpx;
  103. }
  104. }
  105. .follow_form_wrap {
  106. background-color: #fff;
  107. margin: 20rpx 0;
  108. .form_wrap {
  109. ::v-deep .u-form-item__body {
  110. padding: 20rpx 40rpx;
  111. }
  112. .uni-input-placeholder {
  113. font-size: 14px;
  114. color: rgb(192, 196, 204);
  115. }
  116. }
  117. }
  118. .left_btn{
  119. display: flex;
  120. align-items: center;
  121. .image_icon{
  122. width: 30rpx;
  123. height: 30rpx;
  124. margin-right: 50rpx;
  125. }
  126. .close_btn{
  127. font-size: 28rpx;
  128. color: #ff2a2a;
  129. }
  130. }