inputbar.css 889 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .room_bar {
  2. width: 100%;
  3. height: auto;
  4. border-top: 1px solid rgba(0 0 0 0.5);
  5. position: fixed;
  6. bottom: 0;
  7. right: 0;
  8. z-index: 999;
  9. background-color: #FFFFFF;
  10. transform: translateZ(1000px);
  11. }
  12. .other_func {
  13. width: 100%;
  14. /* height: 60rpx; */
  15. display: flex;
  16. }
  17. .other_func_X{
  18. /* height: 128rpx; */
  19. }
  20. .other_func image {
  21. width: 54px;
  22. height: 54px;
  23. display: block;
  24. margin-bottom: 5px;
  25. }
  26. .open_emoji,
  27. .send_image,
  28. .open_camera,
  29. .v-record {
  30. margin-left: 48rpx;
  31. text-align: center;
  32. color: #b7b7b7;
  33. font-size: 13px;
  34. }
  35. .v-record .icon-record {
  36. width: 18rpx;
  37. height: 40rpx;
  38. }
  39. .v-record{
  40. margin-left: 48rpx;
  41. }
  42. .fun_list {
  43. margin-top: 30px;
  44. width: 100%;
  45. height: 145px;
  46. background-color: #dddddd;
  47. padding-top: 10px;
  48. padding-left: 3%;
  49. display: none;
  50. }
  51. .showFunModal {
  52. width: 100%;
  53. height: 145px;
  54. padding-top: 10px;
  55. display: block;
  56. background-color: #f2f2f2;
  57. }