| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- .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;
- }
- }
|