main.css 971 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .text-input {
  2. width: 100%;
  3. /* height: 100rpx; */
  4. padding: 0;
  5. display: block;
  6. }
  7. .news {
  8. width: 100%;
  9. font-size: 14px;
  10. padding: 0 10px;
  11. display: inline-block;
  12. margin: 10rpx;
  13. line-height: 48rpx;
  14. position:relative;
  15. top: 0;
  16. background-color: #fff;
  17. border-radius: 16px;
  18. flex: 1;
  19. max-height: 200rpx;
  20. min-height: 60rpx;
  21. }
  22. .send_btn {
  23. width: 80rpx;
  24. height: 60rpx;
  25. line-height: 60rpx;
  26. font-size: 17px;
  27. color: #000;
  28. padding: 0;
  29. display: inline-block;
  30. float: right;
  31. margin: 8rpx 16rpx auto auto;
  32. background-color: #fff;
  33. }
  34. .f-row{
  35. /* height:100rpx; */
  36. display:flex;
  37. align-items:center;
  38. background-color: #f2f2f2;
  39. }
  40. .send-btn-style{
  41. font-size: 10px;
  42. background-color: #2196F3;
  43. color: #fff;
  44. margin-right: 10px;
  45. }
  46. .hover{
  47. background-color:#075ca1
  48. }
  49. .icon-mic{
  50. width: 22px;
  51. height: 22px;
  52. padding: 5px 10px;
  53. position: relative;
  54. top: 2px;
  55. }
  56. .f-row-x{
  57. padding-bottom: 30px;
  58. display:flex;
  59. align-items:center;
  60. background-color: #f2f2f2;
  61. }