my.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. body {
  2. line-height: 100%;
  3. }
  4. @media (min-width: 1200px) {
  5. .container {
  6. max-width: 1920px;
  7. }
  8. .container {
  9. padding-left: 120px;
  10. padding-right: 120px;
  11. }
  12. }
  13. .myui-panel-bg2, .myui-vodlist__bg, .myui-screen__item, .myui-vodlist__text.striped .striped-head, .myui-vodlist__text.to-color li:nth-of-type(odd), .myui-extra li a {
  14. background-color: #ffffff;
  15. }
  16. .myui-panel {
  17. margin-top: 2px;
  18. margin-bottom: 10px;
  19. border-radius: 5px;
  20. }
  21. .myui-panel-box {
  22. padding: 1px;
  23. }
  24. .myui-screen__list {
  25. padding: 10px 10px 0;
  26. }
  27. .myui-screen__list li {
  28. margin-bottom: 10px;
  29. margin-right: 10px;
  30. }
  31. .text-muted {
  32. color: #99a2aa;
  33. }
  34. .btn {
  35. border-radius: 5px;
  36. }
  37. .myui-vodlist__thumb {
  38. border-radius: 5px;
  39. padding-top: 60%;
  40. background: url(cover/load.png) no-repeat;
  41. }
  42. [class*=col-], .myui-content__list li, .myui-vodlist__media.col li {
  43. padding: 10px;
  44. }
  45. @media (max-width: 1500px) {
  46. .myui-header__search {
  47. width: 200px;
  48. margin-left: 20px;
  49. float: right;
  50. margin-right: 32px;
  51. margin-top: 0px;
  52. }
  53. }
  54. .myui-header__search {
  55. width: 200px;
  56. margin-left: 20px;
  57. float: right;
  58. margin-right: 32px;
  59. margin-top: 0px;
  60. }
  61. #cover {
  62. position: absolute;
  63. left: 0px;
  64. top: 0px;
  65. background: #FFFFFF;
  66. width: 100%; /*宽度设置为100%,这样才能使隐藏背景层覆盖原页面*/
  67. height: 100%;
  68. filter: alpha(opacity=60); /*设置透明度为60%*/
  69. opacity: 1; /*非IE浏览器下设置透明度为60%*/
  70. display: none;
  71. z-Index: 999;
  72. }
  73. #cover img {
  74. position: absolute;
  75. bottom: 50%;
  76. right: 50%;
  77. margin-left: 40px;
  78. margin-top: 40px;
  79. }
  80. .loading {
  81. display: none;
  82. position: absolute;
  83. z-index: 999;
  84. margin: auto;
  85. top: 50%;
  86. left: 50%;
  87. transform: translate(-50%, -50%);
  88. }