chat-input.wxss 992 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @import "voice.wxss";
  2. @import "extra.wxss";
  3. input{
  4. padding-top: 10rpx;
  5. padding-bottom:10rpx;
  6. width: 100%;
  7. }
  8. .extra-btn-style{
  9. width: 50rpx;
  10. height: 50rpx;
  11. padding:25rpx 15rpx;
  12. display: flex;
  13. flex-shrink:0;
  14. }
  15. .input-text-voice-super{
  16. display: flex;
  17. flex-direction: row;
  18. background-color: white;
  19. width: 100%;
  20. align-items: center;
  21. height:100rpx;
  22. }
  23. .input-flex-column{
  24. width:100%;
  25. display: flex;
  26. flex-direction:column;
  27. position: fixed;
  28. left: 0;
  29. bottom: 0;
  30. }
  31. .list-divide-line {
  32. width: 100%;
  33. height: 1rpx;
  34. background-color: #dddddd;
  35. }
  36. .chat-input-style{
  37. border-radius:10rpx;
  38. border:1rpx solid gainsboro;
  39. margin-top:14rpx;
  40. margin-bottom: 13rpx;
  41. padding:10rpx;
  42. min-height: 51rpx;
  43. background-color: #EFEFEF;
  44. }
  45. .chat-input-send-button-style{
  46. width: 100rpx;
  47. padding: 15rpx 0;
  48. font-size: 30rpx;
  49. text-align: center;
  50. margin: 0 10rpx;
  51. border-radius: 10rpx;
  52. }