123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672 |
- * {
- margin: 0;
- padding: 0;
- list-style: none;
- outline: none;
- -webkit-tap-highlight-color: transparent;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- font-family: "微软雅黑";
- }
- html, body {
- height: 100%;
- background: #F2F4F9 url(../img/bg.jpg) no-repeat 50% 0;
- color: #647C92;
- overflow-x: hidden;
- }
- a {
- text-decoration: none;
- }
- input {
- font-family: "微软雅黑";
- outline: none;
- vertical-align: top;
- }
- input::placeholder{
- color: #99A9B7;
- }
- .ellipsis {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .cl:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .cl {
- zoom: 1;
- }
- .wp {
- width: 980px;
- margin: 0 auto;
- }
- /*hd*/
- .hd {
- height: 80px;
- line-height: 40px;
- padding: 20px 0;
- font-size: 14px;
- color: #FFF;
- }
- .hd a {
- font-size: 14px;
- color: #FFF;
- }
- .hd div.logo {
- float: left;
- height: 40px;
- }
- .hd span.y {
- float: right;
- }
- .hd span.pipe {
- margin: 0 12px;
- }
- /*cont*/
- .cont {
- min-height: 500px;
- background: #FFF;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- /*title*/
- .title {
- height: 50px;
- line-height: 50px;
- overflow: hidden;
- background: #FBFCFD;
- border-bottom: 1px solid #F2F4F9;
- border-radius: 10px 10px 0 0;
- padding: 0 30px;
- }
- .title h2 {
- float: left;
- font-size: 20px;
- color: #4078B6;
- }
- .title span.y {
- float: right;
- font-size: 14px;
- color: #99A9B7;
- }
- .title span.y a {
- font-size: 14px;
- color: #99A9B7;
- background: url(../img/back.png) no-repeat 0 50%;
- padding-left: 15px;
- }
- .title b {
- padding: 0 5px;
- font-family: "Times New Roman", Times, serif;
- font-size: 16px;
- color: #FF8566;
- }
- .title em.id {
- font-family: "Times New Roman", Times, serif;
- font-size: 16px;
- font-weight: 700;
- font-style: inherit;
- color: #FFF;
- background: #FFB366 url(../img/id.png) no-repeat 100% 50%;
- -moz-border-radius: 4px 0 0 4px;
- -webkit-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
- padding: 4px 20px 4px 10px;
- }
- .title span.name,.title span.pipe,.title span.time {
- font-size: 14px;
- color: #647992;
- padding-left: 15px;
- }
- .title_grey h2 {
- color: #99A9B7;
- }
- /*.tablelistlist*/
- .tablelist {
- font-size: 14px;
- text-align: center;
- }
- .tablelist th {
- background: #FBFCFD;
- border-bottom: 1px solid #F2F4F9;
- padding: 6px 0;
- color: #455363;
- }
- .tablelist th:nth-child(4) {
- padding: 6px 15px;
- }
- .tablelist td {
- border-bottom: 1px solid #F2F4F9;
- padding: 5px 0;
- }
- .tablelist tr:nth-child(even) td {
- background: #FBFCFD;
- }
- .tablelist td a {
- display: inline-block;
- width: 20px;
- height: 20px;
- overflow: hidden;
- text-indent: -999em;
- background: url(../img/enter.png) no-repeat 0 0;
- margin-top: 4px;
- }
- .tablelist td a:hover {
- background-position: 0 -51px;
- }
- /*page*/
- .page {
- height: 60px;
- padding: 15px 30px;
- text-align: right;
- }
- .page div {
- display: inline;
- }
- .page span,.page a {
- display: inline-block;
- width: 30px;
- height: 30px;
- line-height: 30px;
- border: 1px solid #E8EBF4;
- border-radius: 30px;
- font-size: 12px;
- color: #667D92;
- text-align: center;
- }
- .page a {
- margin: 0 1px;
- }
- .page span {
- width: 60px;
- cursor: pointer;
- }
- .page a.on {
- background: #73CBFB;
- border-color: #73CBFB;
- color: #FFF;
- }
- .page a:hover {
- color: #73CBFB;
- border-color: #73CBFB;
- }
- /*ft*/
- .ft {
- text-align: center;
- font-size: 12px;
- color: #99A9B7;
- padding-top: 20px;
- }
- /*list*/
- .list {
- padding: 70px 40px 70px 40px;
- text-align: center;
- }
- .list h3 {
- height: 70px;
- line-height: 70px;
- overflow: hidden;
- font-size: 24px;
- color: #3F78B6;
- }
- .list ul {
- padding: 30px 0;
- }
- .list ul li {
- display: inline;
- }
- .list li a {
- display: inline-block;
- width: 120px;
- height: 120px;
- overflow: hidden;
- background: #5184E1;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- padding: 24px 0 0 0;
- margin: 12px;
- text-align: center;
- font-size: 17px;
- color: #FFF;
- }
- .list li a:hover {
- background: #6C97E6;
- }
- .list li a span {
- display: block;
- height: 51px;
- overflow: hidden;
- background: url(../img/icon3.png) no-repeat 50% 0;
- }
- .list li.l1 a {
- background: #FF8566;
- }
- .list li.l1 a:hover {
- background: #FF977D;
- }
- .list li.l1 a span {
- background: url(../img/icon1.png) no-repeat 50% 0;
- }
- .list li.l2 a {
- background: #73CBFB;
- }
- .list li.l2 a:hover {
- background: #8BD5FC;
- }
- .list li.l2 a span {
- background: url(../img/icon2.png) no-repeat 50% 0;
- }
- /*data*/
- .data {
- padding: 80px 40px;
- text-align: center;
- }
- .data p {
- line-height: 50px;
- font-size: 16px;
- color: #647992;
- }
- .data p b {
- font-family: "Times New Roman", Times, serif;
- font-size: 18px;
- color: #3F78B6;
- }
- .data .btn {
- padding: 50px 0;
- }
- .data .btn a {
- display: inline-block;
- width: 220px;
- height: 50px;
- line-height: 50px;
- background: #73CBFB;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- font-size: 17px;
- color: #FFF;
- }
- .data .btn a:hover {
- background: #8BD5FC;
- }
- .data .btn a span {
- display: inline-block;
- background: url(../img/data_btn.png) no-repeat 0 50%;
- padding-left: 28px;
- }
- /*progress*/
- .progress-box {
- padding: 80px 150px;
- text-align: center;
- }
- .progress-box h3 {
- height: 50px;
- line-height: 50px;
- overflow: hidden;
- font-size: 24px;
- font-weight: 400;
- color: #3F78B6;
- }
- .progress-box p {
- height: 40px;
- line-height: 40px;
- text-align: right;
- font-size: 14px;
- color: #99A9B7;
- }
- .progress-box p b {
- font-family: "Times New Roman", Times, serif;
- color: #647A92;
- }
- .progress {
- padding-top: 80px;
- }
- .progress-outer {
- position: relative;
- display: inline-block;
- width: 100%;
- height: 16px;
- background: #F2F4F9;
- border-radius: 10px;
- }
- .progress-outer .progress-inner {
- position: absolute;
- height: 16px;
- background: #73CBFB;
- border-radius: 10px 0 0 10px;
- }
- .progress-outer .progress-inner .progress-text {
- position: absolute;
- top: -30px;
- right: 0;
- font-family: "Times New Roman", Times, serif;
- font-size: 16px;
- font-weight: 700;
- color: #3F78B6;
- }
- /*picture*/
- .picture {
- padding: 80px;
- }
- .picture th {
- width: 120px;
- font-size: 16px;
- font-weight: 400;
- color: #647A92;
- text-align: right;
- }
- .picture td {
- padding: 10px 40px;
- }
- .picture td input {
- float: left;
- }
- /* checkbox // radio */
- input[type="radio"] {
- appearance: none;
- -webkit-appearance: none;
- outline: none;
- display: none
- }
- input[type="radio"] + span {
- float: left;
- width: 15px;
- height: 15px;
- display: inline-block;
- background: url(../img/radio.png) no-repeat 0 0;
- }
- input[type="radio"]:checked + span {
- background-position: -16px 0;
- }
- .input-radio label {
- display: inline-block;
- padding-right: 100px;
- cursor: pointer;
- }
- .input-radio em {
- float: left;
- height: 15px;
- line-height: 15px;
- padding-left: 10px;
- font-style: inherit;
- font-size: 16px;
- color: #455363;
- }
- .input-radio em.checked {
- color: #3F78B6;
- }
- /* select // textarea */
- select, input[type="text"], input[type="password"] {
- background-color: #fff;
- border: 1px solid #D7DCEC;
- -webkit-box-shadow: inset 0 3px 1px rgba(232,235,244,.2);
- -moz-box-shadow: inset 0 3px 1px rgba(232,235,244,.2);
- box-shadow: inset 0 3px 1px rgba(232,235,244,.2);
- -webkit-transition: border linear .2s, box-shadow linear .2s;
- -moz-transition: border linear .2s, box-shadow linear .2s;
- -o-transition: border linear .2s, box-shadow linear .2s;
- transition: border linear .2s, box-shadow linear .2s;
- }
- select, input[type="text"], input[type="password"]{
- display: inline-block;
- height: 36px;
- padding: 0 10px;
- font-size: 14px;
- line-height: 36px;
- color: #455363;
- vertical-align: middle;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- }
- select, input[type="text"]:focus, input[type="password"]:focus {
- border-color: rgba(69,152,255,0.8);
- outline: 0;
- -webkit-box-shadow: inset 0 3px 1px rgba(232,235,244,.2), 0 0 8px rgba(69,152,255,.6);
- -moz-box-shadow: inset 0 3px 1px rgba(232,235,244,.2), 0 0 8px rgba(69,152,255,.6);
- box-shadow: inset 0 3px 1px rgba(232,235,244,.2), 0 0 8px rgba(69,152,255,.6);
- }
- /*filebtn*/
- .filebtn {
- display: inline-block;
- text-align: center;
- width: 60px;
- height: 36px;
- line-height: 36px;
- overflow: hidden;
- background: #E8EBF4;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- border: 0;
- font-size: 14px;
- color: #99A9B7;
- margin-left: 10px;
- }
- .filebtn:hover {
- background: #E4E9F3;
- }
- /*error-tetx*/
- .error-tetx {
- height: 20px;
- line-height: 20px;
- overflow: hidden;
- font-size: 13px;
- color: #FF7272;
- background: url(../img/error_small.png) no-repeat 0 50%;
- padding-left: 25px;
- }
- /*start-btn*/
- .start-btn {
- display: inline-block;
- width: 220px;
- height: 50px;
- line-height: 50px;
- overflow: hidden;
- background: #5184E1;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- text-align: center;
- font-size: 17px;
- color: #FFF;
- margin-top: 30px;
- }
- .start-btn:hover {
- background: #6C97E6;
- }
- .start-btn span {
- display: inline-block;
- height: 100%;
- background: url(../img/pic_btn.png) no-repeat 0 50%;
- padding-left: 25px;
- }
- /*login*/
- .login-flex {
- width: 100%;
- height: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
-
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
-
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .login {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
-
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
-
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
-
- background: #FFF;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- padding: 50px 80px;
- }
- .login .logo {
- padding-bottom: 20px;
- }
- .login div {
- position: relative;
- padding: 10px 0;
- }
- .login div span {
- position: absolute;
- top: 22px;
- right: -35px;
- display: block;
- width: 16px;
- height: 16px;
- overflow: hidden;
- }
- .login div span.success {
- background: url(../img/success_small.png) no-repeat 0 0;
- }
- .login div span.error {
- background: url(../img/error_small.png) no-repeat 0 0;
- }
- .login input,.login select {
- width: 320px;
- height: 40px;
- }
- .login select {
- background: url(../img/select.png) no-repeat scroll right center transparent;
- -moz-appearance:none;
- -webkit-appearance:none;
- appearance:none;
- padding-right: 25px;
- color: #647992;
- }
- .login select option {
- color: #647992!important;
- }
- .login select::-ms-expand { display: none; }
- .login a {
- display: block;
- height: 50px;
- line-height: 50px;
- overflow: hidden;
- background: #5184E1;
- border-radius: 30px;
- font-size: 20px;
- font-weight: 700;
- text-align: center;
- color: #FFF;
- margin-top: 30px;
- }
- .login a:hover {
- background: #6C97E6;
- }
- /*xcConfirm*/
- .xcConfirm .xc_layer {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(69,84,99,.65);
- z-index: 2147000000;
- }
- .xcConfirm .popbox {
- position: fixed;
- left: calc((100% - 440px) / 2);
- top: calc((100% - 200px) / 2);
- background-color: #FFF;
- z-index: 2147000001;
- width: 440px;
- height: 200px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- font-size: 16px;
- color: #647C92;
- padding: 50px;
- }
- .xcConfirm .popbox .close {
- position: absolute;
- right: 20px;
- top: 20px;
- display: block;
- width: 12px;
- height: 12px;
- overflow: hidden;
- background: url(../img/close.png) no-repeat 0 0;
- }
- .txtbox {
- width: 100%;
- height: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
-
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
-
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
-
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .txtbox .icon {
- flex: 0 0 55px;
- max-width: 55px;
- min-width: 55px;
- width: 55px;
- width: 55px;
- height: 34px;
- overflow: hidden;
- }
- .txtbox .error {
- background: url(../img/error.png) no-repeat 0 0;
- }
- .txtbox .success {
- background: url(../img/success.png) no-repeat 0 0;
- }
|