message.css 645 B

123456789101112131415
  1. .selectMsg{ width:110px; margin-right: 15px; }
  2. .msg_info,.msg_time,.msg_reply,.msg_opr{min-height:50px; text-align:center;}
  3. .msg_info{text-align:left; position: relative; }
  4. .msg_info>img{ position: absolute; left:10px; top:10px; cursor:pointer; }
  5. .msg_info .user_info{ padding-left:55px; line-height:25px; }
  6. .msg_info .user_info h2{ color:#222; cursor:pointer; }
  7. .msg_info .user_info h2:hover{ color:#1AA094;}
  8. .msg_info .user_info p{ color:#8d8d8d; }
  9. .msg_reply{ color:#e15f63; }
  10. .msg_opr .layui-btn{ margin:2px 5px; }
  11. /*回复*/
  12. .replay_edit{ overflow: hidden; margin-bottom:20px; }
  13. .replay_edit a{margin-top: 10px; width:100px; float:right;}