poptip.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, del, dfn, em, img, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, button, input, table, caption, tbody, tfoot, thead, tr, th, td, menu {
  2. margin:0;
  3. padding:0;
  4. }
  5. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  6. display:block
  7. }
  8. audio, canvas, video {
  9. display:inline-block;
  10. *display:inline;
  11. *zoom:1
  12. }
  13. audio:not([controls]) {
  14. display:none
  15. }
  16. table {
  17. border-collapse:collapse;
  18. border-spacing:0;
  19. empty-cells:show
  20. }
  21. ol, ul, menu {
  22. list-style:none
  23. }
  24. img {
  25. border:0
  26. }
  27. a:focus {
  28. outline:none
  29. }
  30. em, i {
  31. font-style: normal;
  32. }
  33. button, input, select, textarea {
  34. font-size:100%;
  35. margin:0;
  36. vertical-align:-3px;
  37. outline:none;
  38. }
  39. button, input {
  40. border:1px solid;
  41. outline:none;
  42. line-height:normal;
  43. *overflow:visible
  44. }
  45. button::-moz-focus-inner, input::-moz-focus-inner {
  46. border:0;
  47. padding:0
  48. }
  49. button, input[type="button"], input[type="reset"], input[type="submit"] {
  50. cursor:pointer;
  51. -webkit-appearance:button
  52. }
  53. input[type="search"] {
  54. -webkit-appearance:textfield;
  55. -webkit-box-sizing:content-box;
  56. -moz-box-sizing:content-box;
  57. box-sizing:content-box
  58. }
  59. input[type="search"]::-webkit-search-decoration {
  60. -webkit-appearance:none
  61. }
  62. textarea {
  63. overflow:auto;
  64. vertical-align:top
  65. }
  66. ::selection {
  67. background:#72d0eb;
  68. color:#fff;
  69. text-shadow:none
  70. }
  71. ::-moz-selection {
  72. background:#72d0eb;
  73. color:#fff;
  74. text-shadow:none
  75. }
  76. *[hidden] {
  77. display:none
  78. }
  79. a {
  80. color:#0088DB;
  81. text-decoration:none;
  82. cursor:pointer
  83. }
  84. a:hover {
  85. color:#2A5E8E
  86. }
  87. .clearfix:after, .central:after, .widget ul:after, .paging:after, .pagenav:after, .base-tit:after {
  88. content:".";
  89. display:block;
  90. height:0;
  91. clear:both;
  92. visibility:hidden
  93. }
  94. .clearfix, .central, .widget ul, .paging, .pagenav, .base-tit {
  95. *+height:1%;
  96. }
  97. body, button, input, select, textarea, code {
  98. font-size:12px;
  99. font-family:microsoft yahei;
  100. color: #444;
  101. }
  102. /*window*/
  103. /* input */
  104. .ipt {
  105. border: solid 1px #d2d2d2;
  106. border-left-color: #ccc;
  107. border-top-color: #ccc;
  108. border-radius: 2px;
  109. box-shadow: inset 0 1px 0 #f8f8f8;
  110. background-color: #fff;
  111. padding: 4px 6px;
  112. height: 21px;
  113. line-height: 21px;
  114. color: #555;
  115. width: 180px;
  116. vertical-align: baseline;
  117. }
  118. .ipt-mini {
  119. width: 140px;
  120. padding: 1px 3px;
  121. }
  122. .ipt:focus {
  123. border-color: #95C8F1;
  124. box-shadow: 0 0 4px #95C8F1;
  125. }
  126. /* btn */
  127. .btn2 {
  128. position: relative;
  129. cursor: pointer;
  130. display: inline-block;
  131. vertical-align: middle;
  132. font-size: 12px;
  133. font-weight: bold;
  134. height: 27px;
  135. line-height: 27px;
  136. min-width: 52px;
  137. padding: 0 12px;
  138. text-align: center;
  139. text-decoration: none;
  140. border-radius: 2px;
  141. border: 1px solid #ddd;
  142. color: #666;
  143. background-color: #f5f5f5;
  144. background: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
  145. background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
  146. background: linear-gradient(top, #F5F5F5, #F1F1F1);
  147. }
  148. input.btn2 {
  149. height: 29px;
  150. }
  151. .btn2:hover {
  152. border-color:#c6c6c6;
  153. color:#333;
  154. background-color:#f8f8f8;
  155. background:-webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  156. background:-moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  157. background:linear-gradient(top, #f8f8f8, #f1f1f1);
  158. box-shadow:#ddd 0 1px 1px 0;
  159. }
  160. .btn2:active, .btn2.btn2-active {
  161. box-shadow:#ddd 0 1px 2px 0 inset;
  162. border-color:#c6c6c6;
  163. }
  164. .btn2:focus {
  165. border-color:#4d90fe;
  166. outline:none
  167. }
  168. .btn2-primary {
  169. border-color: #3079ED;
  170. color: #F3F7FC;
  171. background-color: #4D90FE;
  172. background: -webkit-linear-gradient(top, #4D90FE, #4787ED);
  173. background: -moz-linear-gradient(top, #4D90FE, #4787ED);
  174. background: linear-gradient(top, #4D90FE, #4787ED);
  175. }
  176. .btn2-primary:hover {
  177. border-color:#2F5BB7;
  178. color:#fff;
  179. background-color: #4D90FE;
  180. background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
  181. background: -moz-linear-gradient(top, #4D90FE, #357AE8);
  182. background: linear-gradient(top, #4D90FE, #357AE8);
  183. }
  184. .btn2-primary:active, .btn2-primary.btn2-active {
  185. box-shadow:#2176D3 0 1px 2px 0 inset;
  186. border-color: #3079ED;
  187. }
  188. .btn2-primary:focus {
  189. border-color:#4d90fe;
  190. outline:none
  191. }
  192. .theme-buy {
  193. margin-top:10%;
  194. text-align: center;
  195. }
  196. .theme-gobuy, .theme-signin {
  197. font-size: 15px;
  198. }
  199. .theme-price {
  200. position: relative;
  201. bottom: -6px;
  202. font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  203. margin-right: 20px;
  204. font-weight: bold;
  205. color: #f60;
  206. line-height: 32px;
  207. font-size: 24px;
  208. display: inline-block;
  209. }
  210. .theme-price dfn {
  211. font-style: normal;
  212. font-size: 18px;
  213. margin-right: 2px;
  214. }
  215. .theme-desc {
  216. padding: 30px;
  217. }
  218. .theme-version {
  219. padding: 30px;
  220. }
  221. .theme-popover-mask {
  222. z-index: 9998;
  223. position:fixed;
  224. top:0;
  225. left:0;
  226. width:100%;
  227. height:100%;
  228. background:#000;
  229. opacity:0.4;
  230. filter:alpha(opacity=40);
  231. display:none
  232. }
  233. .theme-popover {
  234. z-index:9999;
  235. position:fixed;
  236. top:10%;
  237. right:50px;
  238. width:360px;
  239. height:240px;
  240. margin:0 0 0 0;
  241. border-radius:5px;
  242. border:solid 2px #666;
  243. background-color:#fff;
  244. display:none;
  245. box-shadow: 0 0 10px #666;
  246. }
  247. .theme-poptit {
  248. border-bottom:1px solid #ddd;
  249. padding:12px;
  250. position: relative;
  251. }
  252. .theme-popbod {
  253. padding:0px 10px;
  254. color:#444;
  255. height: 148px;
  256. }
  257. .theme-popbom {
  258. padding:15px;
  259. background-color:#f6f6f6;
  260. border-top:1px solid #ddd;
  261. border-radius:0 0 5px 5px;
  262. color:#666
  263. }
  264. .theme-popbom a {
  265. margin-left:8px
  266. }
  267. .theme-poptit .close {
  268. float:right;
  269. color:#999;
  270. padding:5px;
  271. margin:-2px -5px -5px;
  272. font:bold 14px/14px simsun;
  273. text-shadow:0 1px 0 #ddd
  274. }
  275. .theme-poptit .close:hover {
  276. color:#444;
  277. }
  278. .btn2.theme-reg {
  279. position: absolute;
  280. top: 8px;
  281. left: 43%;
  282. display: none
  283. }
  284. .inp-gray, .feed-mail-inp {
  285. border:1px solid #ccc;
  286. background-color:#fdfdfd;
  287. width:220px;
  288. height:16px;
  289. padding:4px;
  290. color:#444;
  291. margin-right:6px
  292. }
  293. .dform {
  294. padding:80px 60px 40px;
  295. text-align: center;
  296. }
  297. .dform .ipt_error {
  298. background-color:#FFFFCC;
  299. border-color:#FFCC66
  300. }
  301. .dform-tip {
  302. display:none;
  303. background-color:#080;
  304. color:#fff;
  305. line-height:42px;
  306. margin-top:10px;
  307. display:;
  308. font-size: 14px;
  309. }
  310. .dform-tip-errer {
  311. background-color: #CF301A;
  312. }
  313. .dform-tip a {
  314. display: inline-block;
  315. padding: 0 20px;
  316. margin-left:10px;
  317. background-color: #FFE924;
  318. color: #CF301A;
  319. }
  320. .dform-login {
  321. padding:0;
  322. height: 270px;
  323. overflow: hidden;
  324. }
  325. .dform-login iframe {
  326. height: 470px;
  327. margin-top: -180px;
  328. }
  329. .theme-signin {
  330. margin: -50px -20px -50px 90px;
  331. text-align:left;
  332. font-size: 14px;
  333. }
  334. .theme-signin h4 {
  335. color:#999;
  336. font-weight:100;
  337. margin-bottom: 20px;
  338. font-size: 12px;
  339. }
  340. .theme-signin li {
  341. padding-left: 80px;
  342. margin-bottom: 15px;
  343. }
  344. .theme-signin li strong {
  345. float: left;
  346. margin-left: -80px;
  347. width: 80px;
  348. text-align: right;
  349. line-height: 32px;
  350. }
  351. .theme-signin .btn2 {
  352. margin-bottom: 10px;
  353. }
  354. .theme-signin p {
  355. font-size: 12px;
  356. color: #999;
  357. }
  358. .theme-desc, .theme-version {
  359. padding-top: 0
  360. }