| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364 |
- 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 {
- margin:0;
- padding:0;
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
- display:block
- }
- audio, canvas, video {
- display:inline-block;
- *display:inline;
- *zoom:1
- }
- audio:not([controls]) {
- display:none
- }
- table {
- border-collapse:collapse;
- border-spacing:0;
- empty-cells:show
- }
- ol, ul, menu {
- list-style:none
- }
- img {
- border:0
- }
- a:focus {
- outline:none
- }
- em, i {
- font-style: normal;
- }
- button, input, select, textarea {
- font-size:100%;
- margin:0;
- vertical-align:-3px;
- outline:none;
- }
- button, input {
- border:1px solid;
- outline:none;
- line-height:normal;
- *overflow:visible
- }
- button::-moz-focus-inner, input::-moz-focus-inner {
- border:0;
- padding:0
- }
- button, input[type="button"], input[type="reset"], input[type="submit"] {
- cursor:pointer;
- -webkit-appearance:button
- }
- input[type="search"] {
- -webkit-appearance:textfield;
- -webkit-box-sizing:content-box;
- -moz-box-sizing:content-box;
- box-sizing:content-box
- }
- input[type="search"]::-webkit-search-decoration {
- -webkit-appearance:none
- }
- textarea {
- overflow:auto;
- vertical-align:top
- }
- ::selection {
- background:#72d0eb;
- color:#fff;
- text-shadow:none
- }
- ::-moz-selection {
- background:#72d0eb;
- color:#fff;
- text-shadow:none
- }
- *[hidden] {
- display:none
- }
- a {
- color:#0088DB;
- text-decoration:none;
- cursor:pointer
- }
- a:hover {
- color:#2A5E8E
- }
- .clearfix:after, .central:after, .widget ul:after, .paging:after, .pagenav:after, .base-tit:after {
- content:".";
- display:block;
- height:0;
- clear:both;
- visibility:hidden
- }
- .clearfix, .central, .widget ul, .paging, .pagenav, .base-tit {
- *+height:1%;
- }
- body, button, input, select, textarea, code {
- font-size:12px;
- font-family:microsoft yahei;
- color: #444;
- }
- /*window*/
- /* input */
- .ipt {
- border: solid 1px #d2d2d2;
- border-left-color: #ccc;
- border-top-color: #ccc;
- border-radius: 2px;
- box-shadow: inset 0 1px 0 #f8f8f8;
- background-color: #fff;
- padding: 4px 6px;
- height: 21px;
- line-height: 21px;
- color: #555;
- width: 180px;
- vertical-align: baseline;
- }
- .ipt-mini {
- width: 140px;
- padding: 1px 3px;
- }
- .ipt:focus {
- border-color: #95C8F1;
- box-shadow: 0 0 4px #95C8F1;
- }
- /* btn */
- .btn2 {
- position: relative;
- cursor: pointer;
- display: inline-block;
- vertical-align: middle;
- font-size: 12px;
- font-weight: bold;
- height: 27px;
- line-height: 27px;
- min-width: 52px;
- padding: 0 12px;
- text-align: center;
- text-decoration: none;
- border-radius: 2px;
- border: 1px solid #ddd;
- color: #666;
- background-color: #f5f5f5;
- background: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
- background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
- background: linear-gradient(top, #F5F5F5, #F1F1F1);
- }
- input.btn2 {
- height: 29px;
- }
- .btn2:hover {
- border-color:#c6c6c6;
- color:#333;
- background-color:#f8f8f8;
- background:-webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
- background:-moz-linear-gradient(top, #f8f8f8, #f1f1f1);
- background:linear-gradient(top, #f8f8f8, #f1f1f1);
- box-shadow:#ddd 0 1px 1px 0;
- }
- .btn2:active, .btn2.btn2-active {
- box-shadow:#ddd 0 1px 2px 0 inset;
- border-color:#c6c6c6;
- }
- .btn2:focus {
- border-color:#4d90fe;
- outline:none
- }
- .btn2-primary {
- border-color: #3079ED;
- color: #F3F7FC;
- background-color: #4D90FE;
- background: -webkit-linear-gradient(top, #4D90FE, #4787ED);
- background: -moz-linear-gradient(top, #4D90FE, #4787ED);
- background: linear-gradient(top, #4D90FE, #4787ED);
- }
- .btn2-primary:hover {
- border-color:#2F5BB7;
- color:#fff;
- background-color: #4D90FE;
- background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
- background: -moz-linear-gradient(top, #4D90FE, #357AE8);
- background: linear-gradient(top, #4D90FE, #357AE8);
- }
- .btn2-primary:active, .btn2-primary.btn2-active {
- box-shadow:#2176D3 0 1px 2px 0 inset;
- border-color: #3079ED;
- }
- .btn2-primary:focus {
- border-color:#4d90fe;
- outline:none
- }
- .theme-buy {
- margin-top:10%;
- text-align: center;
- }
- .theme-gobuy, .theme-signin {
- font-size: 15px;
- }
- .theme-price {
- position: relative;
- bottom: -6px;
- font-family: microsoft yahei, Arial, Helvetica, sans-serif;
- margin-right: 20px;
- font-weight: bold;
- color: #f60;
- line-height: 32px;
- font-size: 24px;
- display: inline-block;
- }
- .theme-price dfn {
- font-style: normal;
- font-size: 18px;
- margin-right: 2px;
- }
- .theme-desc {
- padding: 30px;
- }
- .theme-version {
- padding: 30px;
- }
- .theme-popover-mask {
- z-index: 9998;
- position:fixed;
- top:0;
- left:0;
- width:100%;
- height:100%;
- background:#000;
- opacity:0.4;
- filter:alpha(opacity=40);
- display:none
- }
- .theme-popover {
- z-index:9999;
- position:fixed;
- top:10%;
- right:50px;
- width:360px;
- height:240px;
- margin:0 0 0 0;
- border-radius:5px;
- border:solid 2px #666;
- background-color:#fff;
- display:none;
- box-shadow: 0 0 10px #666;
- }
- .theme-poptit {
- border-bottom:1px solid #ddd;
- padding:12px;
- position: relative;
- }
- .theme-popbod {
- padding:0px 10px;
- color:#444;
- height: 148px;
- }
- .theme-popbom {
- padding:15px;
- background-color:#f6f6f6;
- border-top:1px solid #ddd;
- border-radius:0 0 5px 5px;
- color:#666
- }
- .theme-popbom a {
- margin-left:8px
- }
- .theme-poptit .close {
- float:right;
- color:#999;
- padding:5px;
- margin:-2px -5px -5px;
- font:bold 14px/14px simsun;
- text-shadow:0 1px 0 #ddd
- }
- .theme-poptit .close:hover {
- color:#444;
- }
- .btn2.theme-reg {
- position: absolute;
- top: 8px;
- left: 43%;
- display: none
- }
- .inp-gray, .feed-mail-inp {
- border:1px solid #ccc;
- background-color:#fdfdfd;
- width:220px;
- height:16px;
- padding:4px;
- color:#444;
- margin-right:6px
- }
- .dform {
- padding:80px 60px 40px;
- text-align: center;
- }
- .dform .ipt_error {
- background-color:#FFFFCC;
- border-color:#FFCC66
- }
- .dform-tip {
- display:none;
- background-color:#080;
- color:#fff;
- line-height:42px;
- margin-top:10px;
- display:;
- font-size: 14px;
- }
- .dform-tip-errer {
- background-color: #CF301A;
- }
- .dform-tip a {
- display: inline-block;
- padding: 0 20px;
- margin-left:10px;
- background-color: #FFE924;
- color: #CF301A;
- }
- .dform-login {
- padding:0;
- height: 270px;
- overflow: hidden;
- }
- .dform-login iframe {
- height: 470px;
- margin-top: -180px;
- }
- .theme-signin {
- margin: -50px -20px -50px 90px;
- text-align:left;
- font-size: 14px;
- }
- .theme-signin h4 {
- color:#999;
- font-weight:100;
- margin-bottom: 20px;
- font-size: 12px;
- }
- .theme-signin li {
- padding-left: 80px;
- margin-bottom: 15px;
- }
- .theme-signin li strong {
- float: left;
- margin-left: -80px;
- width: 80px;
- text-align: right;
- line-height: 32px;
- }
- .theme-signin .btn2 {
- margin-bottom: 10px;
- }
- .theme-signin p {
- font-size: 12px;
- color: #999;
- }
- .theme-desc, .theme-version {
- padding-top: 0
- }
|