/* 新增客户跟进 */ page { background: #f9f9f9; } .follow_up { } /* 最新状态 */ .follow_up_list { padding: 0rpx 30rpx 0rpx 30rpx; box-sizing: border-box; background: #fff; overflow: hidden; margin-bottom: 0rpx; } .follow_up_list_title { display: flex; align-items: center; } .follow_up_list_title image { width: 19rpx; height: 18rpx; display: block; margin-right: 10rpx; } .follow_up_list_title label { height: 42rpx; font-size: 30rpx; font-weight: 600; color: rgba(51, 51, 51, 1); line-height: 42rpx; letter-spacing: 1rpx; } .follow_up_list_label { margin-top: 30rpx; } .follow_up_list_label view { padding: 0rpx 25rpx; height: 50rpx; border-radius: 8rpx; border: 2rpx solid rgba(206, 206, 206, 1); float: left; color: rgba(97, 110, 135, 1); font-size: 26rpx; line-height: 50rpx; margin-left: 20rpx; margin-bottom: 22rpx; } .active { background: rgba(42, 111, 255, 1); border: 2rpx solid rgba(42, 111, 255, 1) !important; color: #fff !important; } /* 意向级别 */ .assess-star { padding: 10rpx 0rpx 0rpx 20rpx; box-sizing: border-box; display: flex; align-items: center; } .star-wrap { display: flex; align-items: center; } .star-item { display: inline-block; height: 38rpx; width: 36rpx; margin-right: 0rpx; } .star-item image { width: 26rpx; height: 26rpx; margin-left: 10rpx; } .star-desc { font-size: 26rpx; font-weight: 400; color: rgba(97, 110, 135, 1); text-align: center; height: 44rpx; margin-left: 27rpx; line-height: 44rpx; } /* 跟进内容 */ .follow_content { background: #fff; padding: 30rpx; box-sizing: border-box; position: relative; } .follow_content_title { color: #333; font-size: 30rpx; line-height: 42rpx; } .follow_content_title em { color: #a6a6a6; } .follow_content_textarea { padding: 30rpx 20rpx; box-sizing: border-box; font-size: 30rpx; width: 100%; height: 200rpx; } .follow_content .voice{ width: 100rpx; margin-left: calc(50% - 50rpx); z-index: 10000; } .place { color: #a6a6a6; line-height: 42px; font-size: 30rpx; } .follow_btn { width: 688rpx; height: 90rpx; background: rgba(221, 221, 223, 1); border-radius: 8rpx; line-height: 90rpx; margin: 50rpx auto; color: #fff; text-align: center; font-size: 34rpx; } .follow_btn_active { background: rgba(42, 111, 255, 1); } /* 提醒 */ .tixing{ width: 100rpx; height: 50rpx; text-align: center; line-height: 50rpx; float: right; } .tixing image{ width: 26rpx; height: 30rpx; display: inline-block; } .mask{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; background:rgba(0,0,0,0.61); } .time-box{ position: fixed; width: 100%; bottom: 0; left: 0; z-index: 9999; background: #fff; box-sizing: content-box } .time-title{ float:left; width:20%; text-align:center; color:rgba(51, 51, 51, 1); } .time-title-box{ border-top: 1rpx solid rgba(51, 51, 51, 1); height: 70rpx; font-size: 31rpx; line-height: 70rpx; color: rgba(51, 51, 51, 1); } .picker-text{ text-align:center; width: calc(750rpx / 5); background: #fff; } .time-text{ text-align: center; color: rgba(51, 51, 51, 1); height: 90rpx; font-size: 33rpx; line-height: 90rpx; } .time-sure{ float: right; /* margin-right: 20rpx; */ font-size: 33rpx; width: 120rpx; height: 100%; } .tixing1 { width: 26rpx; height: 32rpx; display: inline-block; margin-right: 10rpx; } .tixingBox{ width:750rpx; height:109rpx; background:rgba(255,255,255,1); color:rgba(17, 94, 255, 1); display: flex; align-items: center; line-height: 109rpx; padding: 0 30rpx; box-sizing: border-box; margin-top: 21rpx; } .tixing{ width: 160rpx; height: 60rpx; background: rgba(42,111,255,1); border-radius: 35rpx; padding: 0 22rpx; box-sizing: border-box; display: flex; justify-content: space-around; line-height: 60rpx; font-size: 28rpx; font-family: PingFangSC-Medium,PingFang SC; font-weight: 500; color: rgba(255,255,255,1); margin-left: 368rpx; } .tixing image{ width: 30rpx; height: 30rpx; margin-top: 15rpx; margin-right: 0; } .active1{ background:#DEDEDE; }