Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

265 lignes
4.1 KiB

  1. /* 新增客户跟进 */
  2. page {
  3. background: #f9f9f9;
  4. }
  5. .follow_up {
  6. }
  7. /* 最新状态 */
  8. .follow_up_list {
  9. padding: 0rpx 30rpx 0rpx 30rpx;
  10. box-sizing: border-box;
  11. background: #fff;
  12. overflow: hidden;
  13. margin-bottom: 0rpx;
  14. }
  15. .follow_up_list_title {
  16. display: flex;
  17. align-items: center;
  18. }
  19. .follow_up_list_title image {
  20. width: 19rpx;
  21. height: 18rpx;
  22. display: block;
  23. margin-right: 10rpx;
  24. }
  25. .follow_up_list_title label {
  26. height: 42rpx;
  27. font-size: 30rpx;
  28. font-weight: 600;
  29. color: rgba(51, 51, 51, 1);
  30. line-height: 42rpx;
  31. letter-spacing: 1rpx;
  32. }
  33. .follow_up_list_label {
  34. margin-top: 30rpx;
  35. }
  36. .follow_up_list_label view {
  37. padding: 0rpx 25rpx;
  38. height: 50rpx;
  39. border-radius: 8rpx;
  40. border: 2rpx solid rgba(206, 206, 206, 1);
  41. float: left;
  42. color: rgba(97, 110, 135, 1);
  43. font-size: 26rpx;
  44. line-height: 50rpx;
  45. margin-left: 20rpx;
  46. margin-bottom: 22rpx;
  47. }
  48. .active {
  49. background: rgba(42, 111, 255, 1);
  50. border: 2rpx solid rgba(42, 111, 255, 1) !important;
  51. color: #fff !important;
  52. }
  53. /* 意向级别 */
  54. .assess-star {
  55. padding: 10rpx 0rpx 0rpx 20rpx;
  56. box-sizing: border-box;
  57. display: flex;
  58. align-items: center;
  59. }
  60. .star-wrap {
  61. display: flex;
  62. align-items: center;
  63. }
  64. .star-item {
  65. display: inline-block;
  66. height: 38rpx;
  67. width: 36rpx;
  68. margin-right: 0rpx;
  69. }
  70. .star-item image {
  71. width: 26rpx;
  72. height: 26rpx;
  73. margin-left: 10rpx;
  74. }
  75. .star-desc {
  76. font-size: 26rpx;
  77. font-weight: 400;
  78. color: rgba(97, 110, 135, 1);
  79. text-align: center;
  80. height: 44rpx;
  81. margin-left: 27rpx;
  82. line-height: 44rpx;
  83. }
  84. /* 跟进内容 */
  85. .follow_content {
  86. background: #fff;
  87. padding: 30rpx;
  88. box-sizing: border-box;
  89. position: relative;
  90. }
  91. .follow_content_title {
  92. color: #333;
  93. font-size: 30rpx;
  94. line-height: 42rpx;
  95. }
  96. .follow_content_title em {
  97. color: #a6a6a6;
  98. }
  99. .follow_content_textarea {
  100. padding: 30rpx 20rpx;
  101. box-sizing: border-box;
  102. font-size: 30rpx;
  103. width: 100%;
  104. height: 200rpx;
  105. }
  106. .follow_content .voice{
  107. width: 100rpx;
  108. margin-left: calc(50% - 50rpx);
  109. z-index: 10000;
  110. }
  111. .place {
  112. color: #a6a6a6;
  113. line-height: 42px;
  114. font-size: 30rpx;
  115. }
  116. .follow_btn {
  117. width: 688rpx;
  118. height: 90rpx;
  119. background: rgba(221, 221, 223, 1);
  120. border-radius: 8rpx;
  121. line-height: 90rpx;
  122. margin: 50rpx auto;
  123. color: #fff;
  124. text-align: center;
  125. font-size: 34rpx;
  126. }
  127. .follow_btn_active {
  128. background: rgba(42, 111, 255, 1);
  129. }
  130. /* 提醒 */
  131. .tixing{
  132. width: 100rpx;
  133. height: 50rpx;
  134. text-align: center;
  135. line-height: 50rpx;
  136. float: right;
  137. }
  138. .tixing image{
  139. width: 26rpx;
  140. height: 30rpx;
  141. display: inline-block;
  142. }
  143. .mask{
  144. width: 100%;
  145. height: 100%;
  146. position: fixed;
  147. top: 0;
  148. left: 0;
  149. z-index: 999;
  150. background:rgba(0,0,0,0.61);
  151. }
  152. .time-box{
  153. position: fixed;
  154. width: 100%;
  155. bottom: 0;
  156. left: 0;
  157. z-index: 9999;
  158. background: #fff;
  159. box-sizing: content-box
  160. }
  161. .time-title{
  162. float:left;
  163. width:20%;
  164. text-align:center;
  165. color:rgba(51, 51, 51, 1);
  166. }
  167. .time-title-box{
  168. border-top: 1rpx solid rgba(51, 51, 51, 1);
  169. height: 70rpx;
  170. font-size: 31rpx;
  171. line-height: 70rpx;
  172. color: rgba(51, 51, 51, 1);
  173. }
  174. .picker-text{
  175. text-align:center;
  176. width: calc(750rpx / 5);
  177. background: #fff;
  178. }
  179. .time-text{
  180. text-align: center;
  181. color: rgba(51, 51, 51, 1);
  182. height: 90rpx;
  183. font-size: 33rpx;
  184. line-height: 90rpx;
  185. }
  186. .time-sure{
  187. float: right;
  188. /* margin-right: 20rpx; */
  189. font-size: 33rpx;
  190. width: 120rpx;
  191. height: 100%;
  192. }
  193. .tixing1 {
  194. width: 26rpx;
  195. height: 32rpx;
  196. display: inline-block;
  197. margin-right: 10rpx;
  198. }
  199. .tixingBox{
  200. width:750rpx;
  201. height:109rpx;
  202. background:rgba(255,255,255,1);
  203. color:rgba(17, 94, 255, 1);
  204. display: flex;
  205. align-items: center;
  206. line-height: 109rpx;
  207. padding: 0 30rpx;
  208. box-sizing: border-box;
  209. margin-top: 21rpx;
  210. }
  211. .tixing{
  212. width: 160rpx;
  213. height: 60rpx;
  214. background: rgba(42,111,255,1);
  215. border-radius: 35rpx;
  216. padding: 0 22rpx;
  217. box-sizing: border-box;
  218. display: flex;
  219. justify-content: space-around;
  220. line-height: 60rpx;
  221. font-size: 28rpx;
  222. font-family: PingFangSC-Medium,PingFang SC;
  223. font-weight: 500;
  224. color: rgba(255,255,255,1);
  225. margin-left: 368rpx;
  226. }
  227. .tixing image{
  228. width: 30rpx;
  229. height: 30rpx;
  230. margin-top: 15rpx;
  231. margin-right: 0;
  232. }
  233. .active1{
  234. background:#DEDEDE;
  235. }