public.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /*reset*/
  2. html{margin:0 auto;}
  3. article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
  4. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, section, legend, textarea, p, blockquote, th, td, input, select, textarea, button { margin: 0; padding: 0 }
  5. body{font:14px/20px "Microsoft Yahei",Arial,Helvetica,sans-serif;color:#424242;margin: 0 auto;}
  6. h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
  7. table{border-collapse:collapse;border-spacing:0}
  8. ul,ol,dd,dt,dl{list-style-type:none;}
  9. a{color:#333;text-decoration: none;-webkit-touch-callout: none;-webkit-user-select: none;}
  10. a,input,select{-webkit-tap-highlight-color: transparent;-webkit-appearance: none;-moz-appearance: none;-webkit-border-radius: 0;}
  11. input,img{border:none;padding:0;font-size:0.26rem;}
  12. i,em{font-style:normal;}
  13. :focus{outline: none}
  14. /*iphone6*/
  15. @media(min-device-width:375px)and(max-device-width:667px)and(-webkit-min-device-pixel-ratio:2){body{font-size:14.5px;}}
  16. /*iphone6plus*/
  17. @media(min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){body{font-size:15.5px;}}
  18. /*原子类*/
  19. .clear { clear: both; }
  20. .clearfix:after { display: block; clear: both; visibility: hidden; height: 0; overflow: hidden; content: "."; }
  21. .fl { /*float: left;*/ }
  22. .fr { float: right; }
  23. .mb10{margin-bottom: 10px;}
  24. .mt10{margin-top: 10px;}
  25. .fotter {
  26. background: #00b0a0;
  27. padding: 30px 0;
  28. text-align: center;
  29. font: 14px/22px "Microsoft YaHei";
  30. color: #fff;
  31. }
  32. #login_container{
  33. background: #fff;
  34. width: 300px;
  35. height: 405px;
  36. position: fixed;
  37. left: 50%;
  38. top: 50%;
  39. margin: -200px 0px 0px -150px;
  40. z-index: 9999;display:none}
  41. /*placeholder css*/
  42. input::-moz-placeholder{ font-family: "Microsoft YaHei";color:#a2a2a2;}
  43. input::-webkit-input-placeholder{ font-family: "Microsoft YaHei";color:#a2a2a2;}
  44. input:-ms-input-placeholder{ font-family: "Microsoft YaHei";color:#a2a2a2;}
  45. input#serach_input::-moz-placeholder{ font-family: "Microsoft YaHei";color:#fff;}
  46. input#serach_input::-webkit-input-placeholder{ font-family: "Microsoft YaHei";color:#fff;}
  47. input#serach_input:-ms-input-placeholder{ font-family: "Microsoft YaHei";color:#fff;}
  48. .pub_intro {
  49. display: inline-block;
  50. position: fixed;
  51. left: 50%;
  52. top: 50%;
  53. background: #0084d6;
  54. text-align: center;
  55. height: 42px;
  56. line-height: 42px;
  57. padding: 0 50px;
  58. margin-top: -21px;
  59. color: #fff;
  60. font-size: 16px;
  61. z-index: 101;
  62. }
  63. #kinMaxShow {
  64. display:none
  65. }
  66. #kinMaxShow .sub_1_1 {
  67. display:block;
  68. position:absolute;
  69. left:110px;
  70. top:136px
  71. }
  72. #kinMaxShow .sub_1_2 {
  73. display:block;
  74. position:absolute;
  75. left:110px;
  76. top:120px
  77. }
  78. #kinMaxShow .sub_2_1 {
  79. display:block;
  80. position:absolute;
  81. left:-160px;
  82. bottom:0
  83. }
  84. #kinMaxShow .sub_2_2 {
  85. display:block;
  86. position:absolute;
  87. left:110px;
  88. top:20px
  89. }
  90. #kinMaxShow .sub_3_1 {
  91. display:block;
  92. position:absolute;
  93. right:180px;
  94. bottom:0
  95. }
  96. #kinMaxShow .sub_3_2 {
  97. display:block;
  98. position:absolute;
  99. left:30px;
  100. top:40px
  101. }
  102. #kinMaxShow .kinMaxShow_button li{border-radius: 50%;}
  103. /* 新增翻页 */
  104. #pagination2{ text-align:center; }
  105. .ui-pagination-container {
  106. height: 34px;
  107. line-height: 34px;
  108. }
  109. .ui-pagination-container .ui-pagination-page-item {
  110. font-size: 14px;
  111. /*padding: 4px 10px;*/display:inline-block; text-align:center;
  112. width:36px;height:36px;line-height: 36px;
  113. background: #fff;
  114. border: 1px solid #c5b7b7;
  115. color: #888;
  116. margin: 0 3px;
  117. text-decoration: none;
  118. }
  119. .ui-pagination-container .ui-pagination-page-item:hover {
  120. border-color: #00B0A0;
  121. color: #00B0A0;
  122. text-decoration: none;
  123. }
  124. .ui-pagination-container .ui-pagination-page-item.active {
  125. background: #00B0A0;
  126. border-color: #00B0A0;
  127. color: #fff;
  128. cursor: default;
  129. }
  130. button {
  131. display: inline-block;
  132. padding: 6px 12px;
  133. font-weight: 400;
  134. line-height: 1.42857143;
  135. text-align: center;
  136. vertical-align: middle;
  137. cursor: pointer;
  138. border: 1px solid transparent;
  139. border-radius: 4px;
  140. border-color: #28a4c9;
  141. color: #E1E2E3;
  142. background-color: #5bc0de;
  143. margin: 20px 20px 0 0;
  144. }
  145. .box {
  146. width: 800px;
  147. margin: 100px auto 0;
  148. }
  149. .page {
  150. width: 100%;padding:30px 0;
  151. }
  152. .info {
  153. width: 200px;
  154. height: 34px;
  155. line-height: 34px;
  156. }
  157. .fl {
  158. /*float: left;*/
  159. }
  160. /* 翻页end */