login.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. /* font-family: 'icomoon';
  2. src:url('../fonts/icomoon.eot?rretjt');
  3. src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
  4. url('../fonts/icomoon.woff?rretjt') format('woff'),
  5. url('../fonts/icomoon.ttf?rretjt') format('truetype'),
  6. url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. } */
  10. [class^="icon-"], [class*=" icon-"] {
  11. font-family: 'icomoon';
  12. speak: none;
  13. font-style: normal;
  14. font-weight: normal;
  15. font-variant: normal;
  16. text-transform: none;
  17. line-height: 1;
  18. /* Better Font Rendering =========== */
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. }
  22. body, html { font-size: 100%; padding: 0; margin: 0;}
  23. /* Reset */
  24. *,
  25. *:after,
  26. *:before {
  27. -webkit-box-sizing: border-box;
  28. -moz-box-sizing: border-box;
  29. box-sizing: border-box;
  30. }
  31. /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
  32. .clearfix:before,
  33. .clearfix:after {
  34. content: " ";
  35. display: table;
  36. }
  37. .clearfix:after {
  38. clear: both;
  39. }
  40. body{
  41. background: #f9f7f6;
  42. color: #404d5b;
  43. font-weight: 500;
  44. font-size: 1.05em;
  45. font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
  46. }
  47. a{color: #2fa0ec;text-decoration: none;outline: none;}
  48. .htmleaf-container{
  49. margin: 0 auto;
  50. text-align: center;
  51. overflow: hidden;
  52. }
  53. .htmleaf-content {
  54. font-size: 150%;
  55. padding: 1em 0;
  56. }
  57. .htmleaf-content h2 {
  58. margin: 0 0 2em;
  59. opacity: 0.1;
  60. }
  61. .htmleaf-content p {
  62. margin: 1em 0;
  63. padding: 5em 0 0 0;
  64. font-size: 0.65em;
  65. }
  66. .bgcolor-1 { background: #f0efee; }
  67. .bgcolor-2 { background: #f9f9f9; }
  68. .bgcolor-3 { background: #e8e8e8; }/*light grey*/
  69. .bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
  70. .bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
  71. .bgcolor-6 { background: #2fa8ec; }/*sky blue*/
  72. .bgcolor-7 { background: #d0d6d6; }/*White tea*/
  73. .bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
  74. .bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
  75. .bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
  76. .bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
  77. .bgcolor-12{ background: #3498DB; color: #fff;}/*light blue*/
  78. /* Header */
  79. .htmleaf-header{
  80. position: relative;
  81. top: 0;
  82. left: 0;
  83. padding: 1em 190px 1em;
  84. letter-spacing: -1px;
  85. text-align: center;
  86. }
  87. .htmleaf-header h1 {
  88. color: #fff;
  89. font-weight: 600;
  90. font-size: 2em;
  91. line-height: 1;
  92. margin-bottom: 0;
  93. font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
  94. }
  95. .htmleaf-header h1 span {
  96. font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
  97. display: block;
  98. font-size: 60%;
  99. font-weight: 400;
  100. padding: 0.8em 0 0.5em 0;
  101. color: #fff;
  102. }
  103. /*nav*/
  104. .htmleaf-demo a{color: #1d7db1;text-decoration: none;}
  105. .htmleaf-demo{width: 100%;padding-bottom: 1.2em;}
  106. .htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #1d7db1;font-weight: 700;}
  107. .htmleaf-demo a:hover{opacity: 0.6;}
  108. .htmleaf-demo a.current{background:#1d7db1;color: #fff; }
  109. /* Top Navigation Style */
  110. .htmleaf-links {
  111. position: relative;
  112. display: inline-block;
  113. white-space: nowrap;
  114. font-size: 1.5em;
  115. text-align: center;
  116. }
  117. .htmleaf-links::after {
  118. position: absolute;
  119. top: 0;
  120. left: 50%;
  121. margin-left: -1px;
  122. width: 2px;
  123. height: 100%;
  124. background: #dbdbdb;
  125. content: '';
  126. -webkit-transform: rotate3d(0,0,1,22.5deg);
  127. transform: rotate3d(0,0,1,22.5deg);
  128. }
  129. .htmleaf-icon {
  130. display: inline-block;
  131. margin: 0.5em;
  132. padding: 0em 0;
  133. width: 1.5em;
  134. text-decoration: none;
  135. }
  136. .htmleaf-icon span {
  137. display: none;
  138. }
  139. .htmleaf-icon:before {
  140. margin: 0 5px;
  141. text-transform: none;
  142. font-weight: normal;
  143. font-style: normal;
  144. font-variant: normal;
  145. font-family: 'icomoon';
  146. line-height: 1;
  147. speak: none;
  148. -webkit-font-smoothing: antialiased;
  149. }
  150. /* footer */
  151. .htmleaf-footer{width: 100%;padding-top: 10px;}
  152. .htmleaf-small{font-size: 0.8em;}
  153. .center{text-align: center;}
  154. /****/
  155. .related {
  156. color: #fff;
  157. background: #333;
  158. text-align: center;
  159. font-size: 1.25em;
  160. padding: 0.5em 0;
  161. overflow: hidden;
  162. }
  163. .related > a {
  164. vertical-align: top;
  165. width: calc(100% - 20px);
  166. max-width: 340px;
  167. display: inline-block;
  168. text-align: center;
  169. margin: 20px 10px;
  170. padding: 25px;
  171. font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
  172. }
  173. .related a {
  174. display: inline-block;
  175. text-align: left;
  176. margin: 20px auto;
  177. padding: 10px 20px;
  178. opacity: 0.8;
  179. -webkit-transition: opacity 0.3s;
  180. transition: opacity 0.3s;
  181. -webkit-backface-visibility: hidden;
  182. }
  183. .related a:hover,
  184. .related a:active {
  185. opacity: 1;
  186. }
  187. .related a img {
  188. max-width: 100%;
  189. opacity: 0.8;
  190. border-radius: 4px;
  191. }
  192. .related a:hover img,
  193. .related a:active img {
  194. opacity: 1;
  195. }
  196. .related h3{font-family: "SimSun", sans-serif;}
  197. .related a h3 {
  198. font-weight: 300;
  199. margin-top: 0.15em;
  200. color: #fff;
  201. }
  202. /* icomoon */
  203. .icon-htmleaf-home-outline:before {
  204. content: "\e5000";
  205. }
  206. .icon-htmleaf-arrow-forward-outline:before {
  207. content: "\e5001";
  208. }
  209. @media screen and (max-width: 50em) {
  210. .htmleaf-header {
  211. padding: 3em 10% 4em;
  212. }
  213. .htmleaf-header h1 {
  214. font-size:2em;
  215. }
  216. }
  217. @media screen and (max-width: 40em) {
  218. .htmleaf-header h1 {
  219. font-size: 1.5em;
  220. }
  221. }
  222. @media screen and (max-width: 30em) {
  223. .htmleaf-header h1 {
  224. font-size:1.2em;
  225. }
  226. }