chat.wxss 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. page {background-color: #EDEDED; height: 100%;}
  2. /* .HGJKHJKHJK{height: 100%;} */
  3. .history {
  4. /* border:1px solid; */
  5. height: 88%;
  6. font-size: 30rpx;
  7. word-break: break-all;
  8. margin: auto;
  9. }
  10. /* 自己 */
  11. .my_right{padding:20rpx;}
  12. .my_right .time{text-align:center;display:block;}
  13. /* 文字 */
  14. .my_right .information{margin-top:30rpx;float:right;}
  15. .my_right .information text{max-width:474rpx;display:block;float:left;margin-right:20rpx;background:#FFF;border-radius:10rpx;overflow:hidden;padding:18rpx 18rpx;}
  16. .my_right .m_tx{width:80rpx;height:80rpx;border-radius:6rpx;overflow:hidden;}
  17. /* 图片*/
  18. .my_right .m_img{margin-top:30rpx;float:right;}
  19. .my_right .m_img .m_picture{width:260rpx;float:left;margin-right:24rpx;border-radius:6rpx;max-height:260rpx;}
  20. /* 他人 */
  21. .my_left{padding:20rpx;}
  22. .my_left .l_time{text-align:center;display:block;}
  23. /* 文字 */
  24. .my_left .l_information{margin-top:30rpx;float:left;}
  25. .my_left .l_tx{width:80rpx;height:80rpx;border-radius:6rpx;overflow:hidden;float:left;}
  26. .my_left .l_information text{max-width:474rpx;display:block;float:left;margin-left:20rpx;background:#FFF;border-radius:10rpx;overflow:hidden;padding:18rpx 18rpx;}
  27. .my_right .l_tx{width:80rpx;height:80rpx;border-radius:6rpx;overflow:hidden;float:left;}
  28. /* 图片*/
  29. .my_left .l_img{margin-top:30rpx;float:left;}
  30. .my_left .l_img .l_picture{width:260rpx;float:left;margin-left:24rpx;border-radius:6rpx;max-height:260rpx;}
  31. /* 底部 */
  32. .my_bottom_box{width:100%;background:rgba(246, 246, 246, 0.98);position:fixed;bottom:0;left:0;padding:20rpx 0 50rpx 0;}
  33. .my_bottom{padding:0 20rpx;position:relative;min-height:60rpx;}
  34. .my_bottom .l_img{width:60rpx;height:60rpx;display:block;position:absolute;bottom:0;}
  35. .my_bottom .r_img{width:60rpx;height:60rpx;display:block;position:absolute;bottom:0;right:24rpx;}
  36. .textarea-wrp{float:left;width:500rpx;background-color: #fff;margin-left:86rpx;min-height: 60rpx;
  37. padding:0 20rpx;border-radius:6rpx;
  38. display: flex;
  39. align-items: center;
  40. justify-content: space-around;
  41. flex-direction: column;
  42. }
  43. /* .textarea-wrp textarea{font-size:20rpx;} */
  44. textarea{
  45. font-size:30rpx;
  46. /* border: 1px solid; */
  47. /* margin: auto; */
  48. width:100%;
  49. max-height:145rpx;overflow:auto;
  50. }