chat.wxss 3.2 KB

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