.switchLineSelect { height: 0rpx; overflow: hidden; } .placeholder_wrap { height: 120px; } .follow_tabber { z-index: 7; position: fixed; bottom: 0; left: 0; height: 100px; background-color: #cce6ff; padding: 0px 25rpx; display: flex; flex-direction: column; justify-content: space-evenly; width: 700rpx; .keyboard_wrap { overflow-x: auto; white-space: nowrap; .emtry_wrap{ color: #aaa; } .keyboard-item { display: inline-block; line-height: 36px; height: 36px; width: 44px; background-color: #ffffff; border-radius: 4px; text-align: center; margin-right: 12px; } .active { background: #108cff; color: #fff; } } .call_btn_wrap { width: 100%; display: flex; align-items: center; justify-content: space-between; .call_btn { width: 320rpx; margin: 0; .u-button__text { margin-left: 10rpx; } } .hangUP_btn { margin: 0; width: 220rpx; } .minimize_btn{ margin: 0; width: 120rpx; } } } .danger { color: #ffa4a4; } .form_debtStatus_wrap { width: 220rpx; display: flex; align-items: center; justify-content: flex-end; .name_text { margin-right: 10rpx; } } .form_template_wrap { width: 180rpx; display: flex; align-items: center; justify-content: flex-end; .name_text { margin-right: 10rpx; } } .form_isContact_wrap { display: flex; align-items: center; .name_text { margin-right: 10rpx; } } .form_isCall_wrap { display: flex; align-items: center; .name_text { margin-left: 10rpx; } } .form_name_wrap { display: flex; align-items: center; .name_text { margin-right: 10rpx; } } .follow_form_wrap { background-color: #fff; margin: 20rpx 0; .form_wrap { ::v-deep .u-form-item__body { padding: 20rpx 40rpx; } .uni-input-placeholder { font-size: 14px; color: rgb(192, 196, 204); } } } .left_btn{ display: flex; align-items: center; .image_icon{ width: 30rpx; height: 30rpx; margin-right: 50rpx; } .close_btn{ font-size: 28rpx; color: #ff2a2a; } }