Base.css 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* 全局样式 */
  2. html,body{ height:100%;margin:0px;padding:0px;background-color:white;font-family:'Times New Roman','Microsoft YaHei';overflow-x:hidden;overflow-y:auto; }
  3. html,body span { font-family:'Times New Roman','Microsoft YaHei';font-size:14px;color:#333;text-align:left;font-weight:normal; }
  4. html,body label { font-family:'Times New Roman','Microsoft YaHei';font-size:14px;color:#333; }
  5. html,body a { font-family:'Times New Roman','Microsoft YaHei';font-size:14px;color:#333;text-align:left; }
  6. html,body input { font-family:'Times New Roman','Microsoft YaHei';font-size:14px;color:#333; }
  7. a,button,input{outline:none;}
  8. input::-ms-clear{display:none;}
  9. input::-ms-reveal{display:none;}
  10. ::-webkit-input-placeholder{color:#999;}
  11. :-moz-placeholder{color:#999;}
  12. ::-moz-placeholder{color:#999;}
  13. :-ms-input-placeholder{color:#999;}
  14. .clearfix:after { content: "." ; display: block ;height: 0 ;clear: both ;visibility: hidden ;}
  15. .LoadData{position:fixed;top:50%;left:50%;margin:-25px 0 0 -65px;height:50px;line-height:50px;width:80px;padding-left:50px;color:white;border-radius:4px;background:url(../Images/loading-2.gif) 8px 10px rgba(0,0,0,.5) no-repeat;}
  16. .NoneData{display:none;position:fixed;top:40%;left:50%;margin:-47px 0 0 -55px;width:110px;height:95px;background:url(../Images/u1193.png) no-repeat white;color:#999;font-size:16px;line-height:240px;text-align:center;}
  17. .no-text {display:none;position:absolute;width:179px;height:163px;background:url(../Images/no-text.png) 0 0 no-repeat;left:450px;top:120px;}
  18. .no-text-audio{display:none;position:absolute;width:280px;height:234px;left:calc(50% - 140px);top:calc(50% - 117px);background:url(../Images/no-text3.png) 0 0 no-repeat;background-size:280px 234px;}
  19. .no-text-audio[data-playing='true']{background:url(../Images/no-text2.gif) 0 0 no-repeat;background-size:280px 234px;}
  20. .no-text-audio[data-drm='True']{background:url(../Images/no-text-drm3.png) 0 0 no-repeat;background-size:280px 234px;}
  21. .no-text-audio[data-drm='True'][data-playing='true']{background:url(../Images/no-text-drm2.gif) 0 0 no-repeat;background-size:280px 234px;}
  22. .hide-text {display:none;position:absolute;width:99px;height:88px;background:url(../Images/hide-text.png) 0 0 no-repeat;left:480px;top:200px;}
  23. .error-text {display:none;position:absolute;width:240px;height:138px;left:38%;top:30%;left:370px;top:200px;}
  24. .error-text img{width:162px;height:108px;margin:0 0 0 34px}
  25. .error-text div{width:100%;height:30px;line-height:30px;color:#333;font-size:16px;}
  26. /*知识点课件*/
  27. .TextMark { border-bottom:1px dashed; padding-bottom:2px; cursor:pointer;margin:0 1px 0 1px; }
  28. .TextMark:hover{color:#ff6600;border-bottom:1px dashed #ff6600;}
  29. ::-webkit-scrollbar {
  30. width: 6px;
  31. /*background-color: #ddd;*/
  32. }
  33. /*滑块*/
  34. ::-webkit-scrollbar-thumb {
  35. background-color: #B1D7DC;
  36. border-radius: 10px;
  37. }
  38. ::-webkit-scrollbar-thumb:hover {
  39. background-color: #80C3CC;
  40. }
  41. /*滑道*/
  42. ::-webkit-scrollbar-track {
  43. border-radius: 10px;
  44. background-color:#E5E5E5;
  45. }
  46. ::-webkit-input-placeholder{color:#999;}
  47. :-moz-placeholder{color:#999;}
  48. ::-moz-placeholder{color:#999;}
  49. :-ms-input-placeholder{color:#999;}