123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786 |
- /*
- ===================
- 初始化
- ===================
- */
- html, body,
- div, dl, dt, dd, ul, p, th, td,
- h1, h2, h3, h4, h5, h6,
- pre, code, form,
- fieldset, legend {
- margin: 0;
- padding: 0;
- }
- cite,
- em,
- strong,
- th {
- font-style: normal;
- }
- td,
- th,
- div {
- word-break: break-all;
- word-wrap: break-word;
- }
- form {
- display: inline;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- th {
- text-align: left;
- font-weight: 100;
- }
- ol li {
- list-style: decimal outside;
- }
- ol {
- padding: 0 0 0 18px;
- margin: 0;
- }
- li {
- list-style: none;
- }
- img {
- border: 0;
- }
- html {
- -webkit-text-size-adjust: none;
- overflow-y: scroll;
- }
- /*
- ===================
- html5标签
- ===================
- */
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- nav,
- section {
- display: block;
- }
- /*
- ===================
- 清除浮动【请勿修改】
- >> cc 作用于父模型
- >> c 作用于浮动模型后,父模型区域里
- ===================
- */
- .cc {
- zoom: 1;
- }
- .cc:after {
- content: '\20';
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .c {
- clear: both;
- height: 0;
- font: 0/0 Arial;
- overflow: hidden;
- width: 0;
- }
- /*
- ===================
- 基础样式
- >> b 加粗
- >> u 下划线
- >> i 斜体
- >> w 文本不换行
- >> tal 文本靠左显示
- >> tac 文本居中显示
- >> tar 文本靠右显示
- >> fl 左浮动
- >> fr 右浮动
- >> pr 相对定位
- >> cp 鼠标点击手势
- >> vt 表格内容靠上显示
- ===================
- */
- .b {
- font-weight: 700 !important;
- }
- .u {
- text-decoration: underline !important;
- }
- .i {
- font-style: italic !important;
- }
- .w {
- white-space: nowrap;
- }
- .tal {
- text-align: left !important;
- }
- .tac {
- text-align: center !important;
- }
- .tar {
- padding-left: 20px !important;
- }
- .fl {
- float: left !important;
- }
- .fr {
- float: right !important;
- }
- .pr {
- position: relative;
- }
- .cp {
- cursor: pointer;
- }
- .vt {
- vertical-align: top;
- }
- .dn {
- display: none;
- }
- /*
- ===================
- 字体
- >> f10 小字体
- >> f12 正常字
- >> f14 大字
- >> f16 更大
- >> f24 标题类
- >> fn 文本去粗
- ===================
- */
- .f10 {
- font-size: 10px;
- }
- .f12 {
- font-size: 12px !important;
- }
- .f14 {
- font-size: 14px;
- }
- .f16 {
- font-size: 16px;
- }
- .f24 {
- font-size: 24px;
- font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
- }
- .fn {
- font-weight: normal !important;
- }
- .s1 {
- color: #ff0000;
- }
- /*
- ===================
- 全局
- ===================
- */
- body {
- font: 12px/1.5 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
- color: #333;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-attachment: fixed;
- }
- a:link {
- color: #246EA5;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- a:visited {
- color: #762e9c;
- }
- /*
- ===================
- 包裹
- ===================
- */
- .wrap {
- margin: 50px auto 0;
- width: 750px;
- background: #fff;
- }
- /*
- ===================
- 头部
- ===================
- */
- .header {
- height: 80px;
- position: relative;
- color: #333;
- background: #fff;
- border: 1px solid #e0e0e0;
- }
- .section {
- border: 1px solid #e0e0e0;
- border-top: 0;
- }
- /*
- ===================
- 主体
- ===================
- */
- .main {
- padding-top: 35px;
- }
- /*
- ===================
- 底部
- ===================
- */
- .footer {
- text-align: center;
- padding: 15px 0 50px;
- color: #999999;
- }
- .footer a {
- color: #999;
- text-decoration: none;
- }
- .bottom {
- padding: 0 0 25px;
- }
- /*
- ===================
- 协议
- ===================
- */
- .pact {
- box-shadow: 5px 5px 5px #f7f7f7 inset;
- border: 1px solid #bdbcbc;
- width: 670px;
- height: 350px;
- padding: 10px;
- overflow: hidden;
- display: block;
- overflow-y: scroll;
- margin: 0 auto;
- font-size: 12px;
- line-height: 1.5;
- margin-bottom: 22px;
- outline: none;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- word-break: normal;
- }
- /*
- ===================
- 版本号
- ===================
- */
- .version {
- float: right;
- margin: 50px 25px 0 0;
- }
- /*
- ===================
- LOGO
- ===================
- */
- .logo {
- float: left;
- width: 230px;
- height: 80px;
- background: url(../images/logo.png) no-repeat center;
- overflow: hidden;
- text-indent: -2000em;
- }
- /*
- ===================
- 安装类型文案
- ===================
- */
- .icon_install,
- .icon_update {
- font-size: 20px;
- float: left;
- margin-top: 26px;
- color: #333;
- }
- /*
- ===================
- 按钮
- ===================
- */
- .btn,
- .btn_old {
- display: inline-block;
- width: 100px;
- height: 30px;
- background-color: #04b3af;
- font: bold 14px/30px Arial, "Microsoft Yahei", Simsun;
- text-decoration: none;
- color: #fff !important;
- margin: 0 5px;
- border: 0 none;
- cursor: pointer;
- vertical-align: top;
- border-radius: 5px;
- }
- .btn:hover {
- opacity: 0.8;
- text-decoration: none;
- }
- a.btn:visited {
- color: #ffffff;
- }
- .btn_old,
- .btn_old:hover {
- background-position: 0 -60px;
- color: #999 !important;
- cursor: default;
- text-decoration: none;
- }
- a.btn_old:visited {
- color: #999 !important;
- }
- /*
- ===================
- 步骤
- ===================
- */
- .step,
- .step li em,
- .step li {
- background: url(../images/step.png) repeat-x;
- }
- .step {
- border-bottom: 1px solid #dce1e5;
- height: 60px;
- background-color: #fff;
- }
- .step li {
- float: left;
- height: 60px;
- line-height: 60px;
- width: 33%;
- text-align: center;
- font-size: 14px;
- color: #6f7885;
- font-weight: 700;
- }
- .step li em {
- width: 32px;
- height: 32px;
- text-align: center;
- line-height: 32px;
- display: inline-block;
- background-position: 0 -70px;
- font-size: 20px;
- color: #fff;
- font-family: Microsoft Yahei;
- margin-right: 10px;
- vertical-align: 0;
- }
- .step li.current {
- background-position: right -106px;
- background-repeat: no-repeat;
- color: #246ea5;
- }
- .step li.current em {
- background-position: -35px -70px;
- }
- .step li.on {
- background-position: 0 -176px;
- }
- .step li.on em {
- background-position: -70px -70px;
- }
- /*
- ===================
- 服务器检测/信息输入
- ===================
- */
- .server {
- padding: 20px 20px 10px 65px;
- }
- .server table {
- margin-bottom: 20px;
- }
- .server td {
- padding: 3px 5px;
- }
- .server .td1 {
- color: #417b9d;
- font-weight: 700;
- }
- .server .input {
- border: 1px solid;
- border-color: #e3e9ef;
- padding: 3px;
- width: 200px;
- }
- .server .radio {
- display: inline-block;
- width: 70px;
- cursor: pointer;
- }
- .server .input:hover,
- .server .input:focus {
- border: 1px solid #0e85d5;
- outline: none;
- }
- .gray {
- color: #bbb;
- }
- /*
- ===================
- 正确错误
- ===================
- */
- .icon_check,
- .icon_error {
- display: block;
- float: left;
- width: 20px;
- height: 16px;
- text-indent: -2000em;
- overflow: hidden;
- background: url(../images/icon.png) no-repeat;
- margin-right: 5px;
- }
- .icon_error {
- background-position: 0 -23px;
- }
- /*
- ===================
- 数据表写入
- ===================
- */
- .install {
- box-shadow: 5px 5px 5px #f7f7f7 inset;
- border: 1px solid #bdbcbc;
- width: 670px;
- height: 350px;
- padding: 10px;
- overflow: hidden;
- display: block;
- overflow-y: scroll;
- margin: 25px auto;
- font-size: 12px;
- margin-bottom: 22px;
- outline: none;
- }
- .install ul {
- line-height: 1.8;
- }
- /*
- ===================
- 成功提示
- ===================
- */
- .success_tip {
- /*border:1px solid #e0e9f0;*/
- background: #fff url(../images/complete.png) 210px center no-repeat;
- padding: 50px 80px 50px 300px;
- line-height: 2;
- }
- .success_tip a, .s4 {
- color: #0166a5;
- text-decoration: none;
- }
- .success_tip a:hover {
- text-decoration: underline;
- }
- .error_tip {
- background: url(../images/ignore.png) 130px 45px no-repeat;
- padding: 50px 80px 60px 230px;
- }
- /*founder login*/
- .login {
- border: 1px solid #e0e9f0;
- background: #fff;
- margin: 30px 120px 130px;
- }
- /*
- ===================
- 操作提示
- >> tips 普通
- >> tips_error 错误
- >> tips_success 正确
- >> tips_loading 加载中
- 使用方法
- 可独立样式使用,亦可与tips组装,例:
- <div class="tips"><span class="tips_error">错误内容</span></div>
- 可在外出包裹 tips_block 对错误提示进行块级效果展示
- ===================
- */
- .tips,
- .tips_block span {
- line-height: 25px;
- padding: 0 6px;
- }
- .tips {
- border: 1px solid #faebd2;
- background: #ffffe9;
- color: #666;
- }
- .tips_error,
- .tips_success {
- color: #cc3333;
- display: inline-block;
- line-height: 18px;
- }
- .tips_success {
- color: #008800;
- }
- .tips_loading {
- color: #333333;
- display: inline-block;
- line-height: 20px;
- }
- /*
- ===================
- loading
- ===================
- */
- .loading {
- border-radius: 16px;
- width: 100px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- background: #000;
- background-color: rgba(0, 0, 0, 0.5);
- color: white;
- position: fixed;
- _position: absolute;
- left: 50%;
- margin-left: -50px;
- top: 50%;
- margin-top: -15px;
- }
- .loading span {
- background: url(../images/install_loading.gif) 0 center no-repeat;
- padding-left: 24px;
- }
- /*
- ===================
- 升级类型选择
- ===================
- */
- .updata_type {
- padding: 20px 30px 40px;
- }
- .updata_type .hd {
- font-size: 16px;
- }
- /*切换选择*/
- .updata_type .tab {
- padding-top: 10px;
- }
- .updata_type .tab li {
- float: left;
- width: 50%;
- display: inline;
- }
- .updata_type .tab li a {
- display: block;
- text-decoration: none;
- border: 1px solid #ccc;
- text-align: center;
- height: 60px;
- line-height: 60px;
- font-weight: 700;
- background: #fff url(../images/tab.png);
- color: #246EA5;
- font-size: 22px;
- font-weight: 100;
- }
- .updata_type .tab li a.fen {
- line-height: 50px;
- border-right: 0;
- }
- .updata_type .tab li a span {
- display: block;
- font-size: 12px;
- color: #999;
- line-height: 18px;
- margin-top: -12px;
- font-weight: 100;
- }
- .updata_type .tab li.current a {
- background: #fdfdfd;
- color: #6F7885;
- border-bottom: 1px solid #fdfdfd;
- }
- .updata_type .tab_cont {
- border: 1px solid #ccc;
- border-top: 0 none;
- padding: 30px;
- background: #fdfdfd;
- box-shadow: 1px 1px 1px #fff inset, -1px -1px 1px #fff inset;
- }
- .updata_type .tab_cont h3 {
- font-size: 16px;
- margin-bottom: 15px;
- }
- .updata_type .tab_cont h3 span {
- font-size: 12px;
- font-weight: 100;
- color: #666;
- }
- .updata_type .tab_cont h4 {
- font-size: 14px;
- }
- .updata_type .tab_cont h4 span {
- padding-left: 10px;
- font-size: 12px;
- font-weight: 100;
- color: #f60;
- }
- .updata_type .tab_cont ol li {
- margin-bottom: 10px;
- }
- .updata_type .tab_cont div {
- color: #666;
- padding-left: 20px;
- }
- .updata_type .tab_cont ul li {
- margin: 0;
- padding-left: 50px;
- list-style: none;
- color: #666;
- }
- /*立即升级*/
- .once_updata {
- text-align: center;
- padding: 100px 0;
- }
- .once_updata button {
- font-size: 32px;
- font-weight: 700;
- background: #186196 url(../images/header.png) repeat-x;
- color: #fff;
- padding: 30px 80px;
- font-weight: 100;
- font-family: "Microsoft Yahei";
- border: 1px solid #186196;
- cursor: pointer;
- letter-spacing: 2px;
- }
|