chat.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. page {background-color: #EDEDED; height: 100%;}
  2. /* .HGJKHJKHJK{height: 100%;} */
  3. .Load_img_box{padding:20rpx 0 ;}
  4. .Load_img{width:35rpx;height:35rpx;margin:auto;}
  5. .Load_img image{width:100%;height:100%; }
  6. .history {
  7. /* border:1px solid; */
  8. height: 89.5%;
  9. font-size: 30rpx;
  10. word-break: break-all;
  11. margin: auto;
  12. }
  13. /* 自己 */
  14. .my_right{padding:0 20rpx;margin-top:50rpx;}
  15. .my_right .time{text-align:center;display:block;font-size:24rpx;}
  16. /* 文字 */
  17. .my_right .information{margin-top:50rpx;float:right;}
  18. .my_right .information text{max-width:474rpx;display:block;float:left;margin-right:20rpx;background:#8FCBF7;border-radius:10rpx;overflow:hidden;padding:18rpx 18rpx;}
  19. .my_right .m_tx{width:80rpx;height:80rpx;border-radius:6rpx;overflow:hidden;}
  20. .my_right .m_state{width:30rpx;float:left;height:80rpx;margin-right:15rpx;}
  21. .my_right .m_state .m_jz{width:30rpx;height:30rpx;position:relative;top:22rpx;}
  22. /* 图片*/
  23. .my_right .m_img{margin-top:50rpx;float:right;}
  24. .my_right .m_img .m_picture{max-width:260rpx;float:left;margin-right:24rpx;border-radius:6rpx;max-height:260rpx;}
  25. /* 他人 */
  26. .my_left{padding:0 20rpx;margin-top:50rpx;}
  27. .my_left .l_time{text-align:center;display:block;font-size:24rpx;}
  28. /* 文字 */
  29. .my_left .l_information{margin-top:50rpx;float:left;}
  30. .my_left .l_tx{width:80rpx;height:80rpx;border-radius:6rpx;overflow:hidden;float:left;}
  31. .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;}
  32. .my_right .l_tx{width:80rpx;height:80rpx;border-radius:6rpx;overflow:hidden;float:left;}
  33. /* 图片*/
  34. .my_left .l_img{margin-top:50rpx;float:left;}
  35. .my_left .l_img .l_picture{width:260rpx;float:left;margin-left:24rpx;border-radius:6rpx;max-height:260rpx;}
  36. /* 底部 */
  37. .my_bottom_box{width:100%;background:rgba(246, 246, 246, 0.98);position:fixed;bottom:0;left:0;padding:20rpx 0 50rpx 0;}
  38. .my_bottom{padding:0 20rpx;position:relative;height:80rpx;}
  39. .my_bottom .l_img{width:60rpx;height:60rpx;display:block;position:absolute;bottom:10rpx;}
  40. .my_bottom .r_img{width:60rpx;height:60rpx;display:block;position:absolute;bottom:10rpx;right:24rpx;}
  41. .textarea-wrp{float:left;background-color: #fff;margin-left:86rpx;height:80rpx;
  42. padding:0 20rpx;border-radius:6rpx;
  43. display: flex;
  44. align-items: center;
  45. justify-content: space-around;
  46. flex-direction: column;
  47. }
  48. .textarea-wrp input{
  49. font-size:30rpx;
  50. width:100%;
  51. }
  52. /* 更多功能 */
  53. .press-style-opacity{
  54. opacity: 0.5;
  55. }
  56. .extra-super{
  57. /* display: flex; */
  58. margin-top:25rpx;
  59. /* height: 234rpx; */
  60. width: 100%;
  61. background-color: rgba(246, 246, 246, 0.98);
  62. border-top:1px solid #EEE;
  63. }
  64. .flex-column {
  65. padding-top:30rpx ;
  66. float: left;
  67. display: flex;
  68. flex-direction: column;
  69. align-items: center;
  70. }
  71. .extra-image-size{
  72. width: 114rpx;
  73. height: 114rpx
  74. }
  75. .extra-text-size{
  76. color: #666666;
  77. font-size: 24rpx;
  78. margin-top: 10rpx
  79. }
  80. .Expression_box{
  81. margin-top:25rpx;
  82. background-color: rgba(246, 246, 246, 0.98);
  83. border-top:1px solid #EEE;
  84. padding:0 40rpx;
  85. }
  86. .Expression_img{
  87. float:left;
  88. margin-top:40rpx;
  89. margin-right:26rpx;
  90. }
  91. .Expression_box .Expression_img:nth-child(10n){margin-right:0;}
  92. .Send_out{background:#4fa2f3;float:right;font-size:31rpx;color:#FFF;height:80rpx;width:120rpx;text-align:center;line-height:80rpx;border-radius:10rpx;}