Message.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .U_MD_D_MG_OO { height:34px; overflow:hidden; cursor:pointer; padding:5px; color:#000;background:#fff; }
  2. .U_MD_D_MG_OO div { float:left; }
  3. .U_MD_D_MG_OO:hover { background-color:#f2f2f2; }
  4. .U_MD_D_MG_OOI { height:40px; margin-left:5px; }
  5. .U_MD_D_MG_OOI img { width:40px; height:40px; }
  6. .U_MD_D_MG_OON { max-width:75px; height:15px; line-height:15px; margin-left:10px;color:#0f709d;}
  7. .U_MD_D_MG_OONT{max-width:100px; height:17px;width:17px; line-height:17px; margin-left:10px;border-radius: 20px;font-size: 13px;color: #fff;background: red;margin-top: 0px; text-align:center;}
  8. .U_MD_D_MG_OOC { width:25px; height:25px; line-height:34px; float:right; color:#04aae8; margin-right:5px; }
  9. .U_MD_D_MG_OONC { width: 200px;float: left;margin-left: 9px;height: 19px;overflow: hidden;text-overflow: ellipsis;}
  10. .U_MD_F_N_MessageTop { float:right; cursor:pointer; color:#2683f5;}
  11. .U_MD_F_N_MessageTop:hover {color:Blue;}
  12. .U_MD_U_UV_IAC { width:100%; height:200px; border-bottom:1px solid #BBB; font-size:14px; overflow:hidden; }
  13. .U_MD_U_UV_IACA { width:100%; height:100%; overflow:hidden; }
  14. .U_MD_U_UV_IACL { width:90px; float:left; padding:0 10px; border-right:1px solid #BBB; height:100%; }
  15. .U_MD_U_UV_IACLT { margin-top:10px; }
  16. .U_MD_U_UV_IACLT img { width:90px; height:90px; }
  17. .U_MD_U_UV_IACLB {}
  18. .U_MD_U_UV_IACLB div { margin-top:6px; line-height:20px; font-size:14px; }
  19. .U_MD_U_UV_IACR { width:279px; float:left; padding-left:10px; height:100%; }
  20. .U_MD_U_UV_IACRT { line-height:25px; height:25px; margin-top:10px; }
  21. .U_MD_U_UV_IACRTL { float:left; height:25px;}
  22. .U_MD_U_UV_IACRTR { float:left; height:25px; margin-left:10px; }
  23. .U_MD_U_UV_IACRTR input { width:120px; height:20px; margin:0px; text-indent:3px; line-height:normal; line-height:20px\9; outline:0; border:1px solid #BBB; background-color:#FFF; }
  24. .U_MD_U_UV_IACRB { margin-top:10px; width:300px; height:25px; line-height:25px; }
  25. .U_MD_U_UV_IACRBL { float:left; }
  26. .U_MD_U_UV_IACRBR { float:left; margin-left:10px; }
  27. .U_MD_U_UV_IACRBR select { min-width:80px; background-color:#FFF; outline:0; border:1px solid #CDCDCD; }
  28. .U_MD_U_UV_IACT { margin:40px 10px 0 15px; }
  29. .U_Mark{ width:14px;height:14px;border-radius:50%;background:red;color:White;margin-top:35px;text-align:center}
  30. .U_MD_F_N_IconAnimation{animation: doudong 2s infinite;}
  31. @keyframes doudong {
  32. 0% {
  33. transform: translate(0px, 0px);
  34. }
  35. 50% {
  36. transform: translate(0px, -10px);
  37. }
  38. 100% {
  39. transform: translate(0px, 0px);
  40. }
  41. }