chat32.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /* 32寸 大屏样式 */
  2. #app{
  3. bottom:0
  4. }
  5. .placeholder {
  6. height: 40vh;
  7. }
  8. /* --- 标题 --- */
  9. /* .head {
  10. height: 5vh;
  11. background-color: #f5f5f5;
  12. text-align: center;
  13. line-height: 5vh;
  14. } */
  15. .pageView {
  16. /* display: flex;
  17. background-color: #f5f5f5; */
  18. /* rgb(0,0,0,0.8) -- 黑色 */
  19. /* #f5f5f5; -- 灰色 */
  20. }
  21. .body {
  22. /* display: flex;
  23. flex-direction: column; */
  24. height: 55vh;
  25. width: 70%;
  26. /* background-color: #f5f5f5; */
  27. }
  28. /* --- 主内容区 --- */
  29. .pageView{
  30. padding-top: 30px;
  31. }
  32. /* .list-wrap {
  33. flex-grow: 1;
  34. position: relative;
  35. } */
  36. /* .list-wrap .scrollview {
  37. position: absolute;
  38. height: 100%;
  39. } */
  40. /* .list-wrap .scrollview .scrollview-item {
  41. display: flex;
  42. flex-direction: column;
  43. } */
  44. /* .list-wrap .scrollview .scrollview-item .item {
  45. display: flex;
  46. margin: 0 24rpx 50rpx;
  47. } */
  48. /* .list-wrap .scrollview .scrollview-item .item .avtar {
  49. display: flex;
  50. width: 78rpx;
  51. height: 78rpx;
  52. border-radius: 50rpx;
  53. overflow: hidden;
  54. } */
  55. /* .list-wrap .scrollview .scrollview-item .item .content {
  56. position: relative;
  57. max-width: 1050rpx;
  58. background-color: #fff;
  59. margin: 40rpx 24rpx 0;
  60. border-radius: 5px;
  61. font-size: 32rpx;
  62. line-height: 42rpx;
  63. padding: 24rpx;
  64. word-wrap: break-word;
  65. } */
  66. /* .list-wrap .scrollview .scrollview-item .other {
  67. justify-content: flex-end;
  68. } */
  69. /* 底部发送框 */
  70. /* .chat-bottom {
  71. height: 300rpx;
  72. margin: 50rpx;
  73. position: relative;
  74. } */
  75. /* .chat-bottom .send-msg {
  76. display: flex;
  77. }
  78. .chat-bottom .send-msg .uni-textarea {
  79. flex: 1;
  80. } */
  81. /* .chat-bottom .send-msg .send-btn {
  82. align-items: center;
  83. justify-content: center;
  84. width: 320rpx;
  85. height: 320rpx;
  86. border-radius: 50rpx;
  87. font-size: 35rpx;
  88. font-weight: 500;
  89. color: #fff;
  90. line-height: 320rpx;
  91. z-index: 1;
  92. }
  93. .chat-bottom .send-msg .uni-textarea textarea {
  94. width: 100%;
  95. height: 270rpx;
  96. border-radius: 40rpx;
  97. line-height: 1.5;
  98. padding: 25rpx;
  99. right: 50rpx;
  100. background-color: #fff;
  101. } */
  102. /* .chat-bottom .send-msg .uni-textarea textarea ::-webkit-scrollbar {
  103. display: none;
  104. } */
  105. /* --- 左右两边占位调节、图片占位 --- */
  106. /* .sidebar-left {
  107. width: 5%;
  108. } */
  109. .sidebar-right {
  110. width: 25%;
  111. height: 55vh;
  112. position: relative;
  113. }
  114. .sidebar-right image {
  115. position: absolute;
  116. height: 35%;
  117. right: -10%;
  118. top: 60%;
  119. }
  120. /* 去除导航条 */
  121. /* .scrollview ::-webkit-scrollbar {
  122. display: none;
  123. } */
  124. /* 聊天框数据加载 图标距离头像的间距 */
  125. /* .loadingPoint{
  126. margin-right: 30px;
  127. } */