common.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. .mui-ellipsis-2 {
  2. padding-left: 20px;background: url(../img/time.png) no-repeat left center; line-height: 14px; margin-top: 14px;
  3. }
  4. .mui-ellipsis-3 {
  5. padding-left: 20px;background: url(../img/results.png) no-repeat left center; line-height: 14px; margin-top: 14px;
  6. }
  7. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .mui-table-view-cell{ height: auto; top: 0;margin: 0;padding: 0;}
  8. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .mui-table-view-cell .mui-navigate-right{ margin: 0;padding: 0;padding: 15px 15px; }
  9. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .mui-table-view-cell .mui-navigate-right .imgbox{height: 80px; width:80px; }
  10. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .mui-table-view-cell .mui-navigate-right .imgbox img{ width: 100%; }
  11. .mui-table-view .mui-media-object {max-width: 80px;}
  12. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .mui-table-view-cell .mui-navigate-right .mui-media-body{
  13. word-wrap: break-word;word-break:break-all; margin-top: 15px; font-weight: 500;}
  14. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .mui-table-view-cell .no-picture{ margin-left: 25px; padding-left: 30px;}
  15. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .mui-table-view-cell .mui-navigate-right .mui-media-body {font-size: 16px;
  16. line-height: 16px;
  17. display: block;
  18. margin-top: 10px;
  19. text-overflow: ellipsis
  20. color: #4c4c4c; margin-right: 30px; margin-top: 15px;}
  21. #newsTitle{ font-size: 22px; color: 333; line-height: 30px; margin: 0 15px; text-align: center;}
  22. .mui-action-back {color: #FFFFFF;}
  23. *{margin:0;padding:0;}
  24. html,body { width:100%;}
  25. body{overflow:-Scroll;overflow-x:hidden;
  26. }
  27. body{ font-family:"microsoft yahei";}
  28. html {
  29. font-family: sans-serif; /* 1 */
  30. -ms-text-size-adjust: 100%; /* 2 */
  31. -webkit-text-size-adjust: 100%; /* 2 */
  32. }
  33. article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block;}
  34. audio,canvas,progress,video { display: inline-block; /* 1 */
  35. vertical-align: baseline; /* 2 */
  36. }
  37. audio:not([controls]) {
  38. display: none;
  39. height: 0;
  40. }
  41. [hidden],template { display: none;}
  42. a { background-color: transparent;}
  43. a:active,a:hover { outline: 0;}
  44. abbr[title] { border-bottom: 1px dotted;}
  45. b,strong { font-weight: bold;}
  46. dfn { font-style: italic;}
  47. h1 { font-size: 2em; margin: 0.67em 0;}
  48. mark { background: #ff0; color: #000;}
  49. small { font-size: 80%;}
  50. sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
  51. sup { top: -0.5em;}
  52. sub { bottom: -0.25em;}
  53. img { border: 0;}
  54. svg:not(:root) { overflow: hidden;}
  55. figure { margin: 1em 40px;}
  56. hr {
  57. -moz-box-sizing: content-box;
  58. box-sizing: content-box;
  59. height: 0;
  60. }
  61. pre {
  62. overflow: auto;
  63. }
  64. code,
  65. kbd,
  66. pre,
  67. samp {
  68. font-family: monospace, monospace;
  69. font-size: 1em;
  70. }
  71. button,
  72. input,
  73. optgroup,
  74. select,
  75. textarea {
  76. color: inherit; /* 1 */
  77. font: inherit; /* 2 */
  78. margin: 0; /* 3 */
  79. }
  80. button {
  81. overflow: visible;
  82. }
  83. button,
  84. select {
  85. text-transform: none;
  86. }
  87. button,
  88. html input[type="button"], /* 1 */
  89. input[type="reset"],
  90. input[type="submit"] {
  91. -webkit-appearance: button; /* 2 */
  92. cursor: pointer; /* 3 */
  93. }
  94. button[disabled],html input[disabled] { cursor: default;}
  95. button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}
  96. input { line-height: normal;}
  97. input[type="checkbox"],
  98. input[type="radio"] {
  99. box-sizing: border-box; /* 1 */
  100. padding: 0; /* 2 */
  101. }
  102. input[type="number"]::-webkit-inner-spin-button,
  103. input[type="number"]::-webkit-outer-spin-button {
  104. height: auto;
  105. }
  106. input[type="search"] {
  107. -webkit-appearance: textfield; /* 1 */
  108. -moz-box-sizing: content-box;
  109. -webkit-box-sizing: content-box; /* 2 */
  110. box-sizing: content-box;
  111. }
  112. input[type="search"]::-webkit-search-cancel-button,
  113. input[type="search"]::-webkit-search-decoration {
  114. -webkit-appearance: none;
  115. }
  116. fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
  117. legend { border: 0; /* 1 */
  118. padding: 0; /* 2 */
  119. }
  120. textarea { overflow: auto;}
  121. optgroup { font-weight: bold;}
  122. td,th { padding: 0;}
  123. table{border-collapse:collapse;border-spacing:0;}
  124. img{border:0}
  125. ul{list-style:none;}
  126. input,textarea,select,option,button{font-family: "microsoft yahei";}
  127. .clear{ clear:both;}
  128. a{text-decoration:none;outline: none;}
  129. a,button,input,textarea,select{-webkit-tap-highlight-color:rgba(255,0,0,0); -webkit-appearance: none;}/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */
  130. textarea{resize:none;}/*禁止改变大小*/
  131. /*解决firefox按钮文字难以垂直居中问题*/
  132. input[type="reset"]::-moz-focus-inner,
  133. input[type="button"]::-moz-focus-inner,
  134. input[type="submit"]::-moz-focus-inner,
  135. input[type="file"] > input[type="button"]::-moz-focus-inner{
  136. border:none;padding:0;
  137. }
  138. input,textarea,select,option,button,form,fieldset{margin:0;padding:0;border-width:1px;outline:none;
  139. -moz-box-sizing: content-box;
  140. -webkit-box-sizing: content-box;
  141. -o-box-sizing: content-box;
  142. -ms-box-sizing: content-box;
  143. box-sizing: content-box;
  144. }
  145. html{font-size:10px}
  146. @media screen and (min-width:321px) and (max-width:375px){html{font-size:11px}}
  147. @media screen and (min-width:376px) and (max-width:414px){html{font-size:12px}}
  148. @media screen and (min-width:415px) and (max-width:639px){html{font-size:15px}}
  149. @media screen and (min-width:640px) and (max-width:719px){html{font-size:20px}}
  150. @media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px}}
  151. @media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px}}
  152. @media screen and (min-width:800px){html{font-size:25px}}
  153. .top-header{ background-color: #96000c; width: 100%; overflow: hidden; position: relative; display: table;}
  154. .top-header h3{ font-size: 1.6em; padding: 1em; margin: 0 30%; white-space: nowrap; text-align: center; overflow: hidden; text-overflow: ellipsis; display: block; color: #fff; font-weight: normal; display: table-cell;}
  155. .top-header a:first-child{width: 14%; display: table-cell; padding:0 4%;vertical-align: middle;}
  156. .top-header a:last-child{ width: 14%; display:table-cell;padding:0 4%; vertical-align: middle;}
  157. .top-header img{ width: 100%; display: block;}
  158. body{ background-color: #f2f2f2;}
  159. .wall {
  160. display: block;
  161. position: relative;
  162. margin-top: 10px;
  163. }
  164. .wall-column {
  165. display: block;
  166. position: relative;
  167. width: 50%;
  168. float: left;
  169. padding: 0 2%;
  170. box-sizing: border-box;
  171. }
  172. .article {
  173. display: block;
  174. margin: 0 0 8% 0;
  175. padding: 5%;
  176. background: white;
  177. border-radius: 3px;
  178. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  179. transition: all 100;
  180. overflow: hidden;
  181. position: relative;
  182. }
  183. .article:hover{ transform: scale(1.01);}
  184. .article img {
  185. display: block;
  186. width: 100%;
  187. margin: 0 0 5% 0;
  188. }
  189. .article a{ color: #666;}
  190. .article p{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; font-size: 1em; line-height: 1.5; margin-bottom: 0;}
  191. .article small{ font-size: 0.8em; color: #666; line-height: 1.2; padding-left: 5px;}
  192. .wall-1-column {width: 80%;}
  193. .article input{ padding:0.4em 0.8em; border-radius: 0.4em; font-size: 0.8em; z-index: 100; background-color: #96000c;
  194. border: none; position: absolute; bottom: 9%; right: 5%; color: #fff; box-shadow: 0 0 7px #d7d7d7;}
  195. .video-screenshot{width:100%; height:220px; overflow:hidden; margin:0 auto; position: relative;}
  196. .wall-1 { display: block;position: relative;}
  197. .article-1{ width: 95%; margin:0 auto; margin-bottom:3%;}
  198. .article-1 p{ margin-top: 10px;}
  199. .loadingParent{ margin:0 auto; padding-top:20px; padding-bottom: 20px;}
  200. .loadingParent canvas{ display:block; margin:0 auto; }
  201. .Walking-tit{font-size: 18px;}
  202. .Walking-words{font-size:14px; color:#4c4c4c; text-align:center; margin-top:5px;}
  203. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .Walking-words span{ color:#96000c;line-height: 44px;}
  204. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .Walking-tit h2{ width: 160px; font-size: 14px; padding-left: 30px;line-height: 44px; margin: 0;}
  205. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .Walking-tit h3{font-size: 14px; padding-right: 15px;line-height: 44px; margin: 0;}
  206. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .Walking-tit h3 span{font-size: 14px;line-height: 44px;}
  207. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .Walking-tit i{ font-size: 18px;line-height: 44px;}
  208. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .Walking-tit .i{font-size: 20px; color:#96000c;}
  209. .alignment{padding-left: 25px;}
  210. .video-screenshot{ background-color: #000;border-radius: 4px; position:relative;}
  211. .video-screenshot>img{opacity: 0.6; display: block; }
  212. .icon{position: absolute;left: 50%; top: 50%; width: 28px;margin-left: -14px; margin-top: -14px;}
  213. .content{position: absolute;left:50%; top: 44px ; text-align: center; margin-left: -78px;}
  214. .div-list{ margin-top: 111px;}
  215. .mui-scroll-wrapper .mui-scroll .mui-table-view-chevron .Walking-tit{height:44px; line-height: 44px; font-size:16px; color:#333;
  216. padding-left: 20px;}