123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945 |
- .flex {
- display: flex;
- }
- .flex-column {
- flex-direction: column;
- }
- .flex-row {
- flex-direction: row;
- }
- .flex-wrap {
- flex-wrap: wrap;
- }
- .flex-nowrap {
- flex-wrap: nowrap;
- }
- .justify-start {
- justify-content: flex-start;
- }
- .justify-end {
- justify-content: flex-end;
- }
- .justify-center {
- justify-content: center;
- }
- .justify-between {
- justify-content: space-between;
- }
- .items-center {
- align-items: center;
- }
- .items-start {
- align-items: flex-start;
- }
- .items-end {
- align-items: flex-end;
- }
- .text-center {
- text-align: center;
- }
- .text-left {
- text-align: left;
- }
- .text-right {
- text-align: right;
- }
- .w-full {
- width: 100%;
- }
- .h-full {
- height: 100%;
- }
- .ms-btn {
- border-radius: 5px;
- font-size: 16px;
- /* width: 136px; */
- }
- .img-note {
- width: 300px;
- margin-top: 10px;
- margin-left: 0;
- padding-left: 0;
- }
- .img-note p {
- font-size: 13px;
- }
- .encapsulation .upload-icon {
- width: 144px;
- height: 144px;
- background-position: center 50px;
- margin-bottom: 0;
- }
- .encapsulation .upload-icon .text {
- margin-top: 100px;
- }
- .form-group .input-text.radio {
- width: 180px;
- display: flex;
- justify-content: space-between;
- align-items: start;
- margin-top: 0;
- margin-bottom: 0;
- margin-left: 0px;
- }
- .radio-box {
- width: 230px;
- height: 88px;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 16px;
- font-weight: 500;
- color: #151515;
- border: 1px solid #edeff0;
- margin-bottom: 20px;
- cursor: pointer;
- }
- .radio-box.active {
- border: 1px solid #157df1;
- }
- .radio-box .left {
- padding-top: 0;
- padding-right: 30px;
- border-right: 1px solid #E5E5E5;
- }
- .radio-box .left .title {
- font-size: 14px;
- color: #8F959F;
- margin-bottom: 10px;
- }
- .radio-box div span {
- color: #157df1;
- font-size: 32px;
- font-weight: 500;
- }
- .radio-box .radio-checked {
- position: absolute;
- bottom: 0;
- right: 0;
- display: none;
- }
- .radio-box.active .radio-checked {
- display: block;
- }
- .pay-num {
- text-align: left;
- line-height: 20px;
- }
- .pay-num b {
- font-size: 32px;
- font-weight: 500;
- margin-left: 10px;
- }
- .pay-num b span {
- font-size: 14px;
- }
- .yxq-title {
- font-weight: bold;
- font-size: 16px;
- margin-bottom: 10px;
- color: #151515;
- margin-top: 10px;
- }
- .price-1 .title {
- font-size: 30px;
- font-weight: 700;
- color: #151515;
- }
- .price-tab li:first-of-type {
- border-radius: 0;
- }
- .price-tab li:last-of-type {
- border-radius: 0;
- }
- .price-tab ul li {
- color: #8f959f;
- font-size: 18px;
- margin-right: 0;
- width: 240px;
- height: 59px;
- line-height: 59px;
- }
- .price-tab ul li.active {
- background-color: #e3ecff;
- color: #2168fb;
- border: #2168fb;
- border: 1px solid #2168fb;
- }
- .price-tab ul {
- width: auto;
- height: auto;
- display: flex;
- justify-content: center;
- margin-bottom: 0;
- }
- .price-con .price-common {
- margin-top: 60px;
- }
- .buy-number .price-common .con {
- border-color: #a8d1ff;
- }
- .buy-number .price-common .con .bottom-con .b-price {
- color: #ff7429;
- }
- .buy-number .price-common .con .c-top .num {
- color: #2168fb;
- }
- .buy-number .price-common .con .bottom-con dl {
- border-color: #C2DCFF;
- border-width: 2px;
- }
- .c-top .text {
- width: 80px;
- height: 30px;
- border-radius: 25px;
- background-color: #c2dcff;
- color: #2168fb;
- line-height: 30px;
- margin: 0 auto;
- margin-bottom: 20px;
- }
- .help dl .answer .right,
- .help dl .answer .right span {
- color: #8f959f !important;
- }
- .const-table-bor table.table-bordered>tbody>tr>td,
- .const-table-bor table.table-bordered>tbody>tr>th,
- .const-table-bor table.table-bordered>tfoot>tr>td,
- .const-table-bor table.table-bordered>tfoot>tr>th,
- .const-table-bor table.table-bordered>thead>tr>td,
- .const-table-bor table.table-bordered>thead>tr>th {
- border-width: 2px;
- border-color: #C2DCFF !important;
- color: #2D4B73;
- }
- .const-table-bor table.table-bordered>tbody>tr:first-child>th:last-child {
- background-color: #c6e1fa;
- color: #2168FB;
- position: relative;
- }
- .const-table-bor table.table-bordered>tbody>tr:first-child>th:nth-last-child(2) {
- background-color: #e2f0ff;
- color: #2168FB;
- }
- .const-table-bor table.table-bordered>tbody>tr:first-child>th:nth-last-child(3) {
- background-color: #f0f7ff;
- color: #2168FB;
- }
- .price-con .price-common .badge {
- background-color: #ff7429;
- border-radius: 25px;
- }
- .tool-classs .con ul li {
- width: 360px;
- height: 318px;
- background-color: #fff;
- }
- .tool-classs .con ul li .t-con {
- border: none;
- }
- .tool-classs .con {
- box-shadow: none;
- background-color: transparent;
- }
- .tool-classs .con ul li:nth-of-type(n+4) {
- margin-top: 20px;
- margin-right: 20px;
- }
- .tool-classs .con ul li:nth-of-type(3) {
- margin-left: 20px;
- }
- .tool-classs .con ul li:nth-of-type(1) {
- margin-right: 20px;
- }
- .tool-classs .con ul li .tit {
- color: #151515;
- font-size: 20px;
- font-weight: 700;
- }
- .tool-classs .con ul li p {
- font-size: 15px;
- color: #8F959F;
- }
- .tool-classs .con ul li .ms-btn {
- border: 1px solid #2168fb;
- border-radius: 5px;
- height: 36px;
- padding: 0;
- text-align: center;
- font-size: 16px;
- color: #2168FB;
- padding: 7px 30px;
- width: auto;
- }
- .user-center1 .account-management>ul {
- border-bottom: 0;
- background-color: #fff;
- font-weight: 500;
- font-size: 15px;
- color: #8F959F;
- margin-bottom: 2px;
- padding-left: 5px;
- }
- .user-center1 .account-management>ul li.active {
- color: #4B84FF;
- font-weight: 700;
- border-bottom: 2px solid #4B84FF;
- }
- .user-center1 .account-management .tab {
- padding: 0 5px;
- }
- .user-center1 .account-management .data .table1 tr th:first-of-type {
- width: 40px;
- color: #151515;
- font-weight: 500;
- font-size: 14px;
- text-align: right;
- }
- .user-center1 .account-management .data .table1 tr td {
- color: #151515;
- font-weight: 400;
- font-size: 14px;
- text-align: left;
- padding-left: 40px;
- }
- .table.table1 tr {
- height: 40px;
- }
- .user-center1 .account-management .data hr {
- margin: 10px 0;
- }
- .user-center1 .account-management .data .table2 tr th:first-of-type {
- width: 100px;
- text-align: right;
- color: #151515;
- font-weight: 500;
- font-size: 14px;
- }
- .user-center1 .account-management .data .table2 tr td {
- color: #151515;
- font-weight: 400;
- font-size: 14px;
- text-align: left;
- padding-left: 40px;
- }
- .user-center1 .account-management .data table {
- margin-top: 0;
- }
- .user-center1 .account-management .pwd .form-group {
- display: flex;
- }
- .user-center1 .account-management .data table tr td .ms-btn-default {
- border: 1px solid #4B84FF;
- color: #4B84FF;
- width: auto;
- }
- .user-center1 .account-management .pwd .form-group label {
- width: 100px;
- text-align: right;
- color: #151515;
- font-weight: 500;
- font-size: 14px;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- }
- .user-center1 .account-management .pwd .form-group label span {
- color: red;
- margin-right: 5px;
- }
- .j-form .form-control {
- margin-left: 125px;
- }
- .user-center1 .account-management .pwd .ms-btn {
- width: auto;
- padding: 7px 30px;
- margin-left: 100px;
- }
- .user-center1 .aside-right .balance-recharge .b-num {
- color: #4B84FF;
- }
- .user-center1 .aside-right .balance-recharge .b-tit {
- color: #151515;
- font-size: 16px;
- font-weight: 500;
- }
- .user-center1 .aside-right .balance-recharge {
- border: 0px;
- margin-bottom: 10px;
- }
- .j-partition {
- width: 104%;
- height: 20px;
- background-color: #f2f2f5;
- margin: 0 -15px;
- margin-bottom: 10px;
- box-shadow: 0 0 5px rgba(255, 255, 255, .05);
- }
- .user-center1>.row>.col-sm-10 {
- padding-left: 20px;
- }
- .user-center1 .aside-right .balance-recharge p {
- color: #8F959F;
- font-size: 14px;
- }
- .user-center1 .aside-right .balance-recharge .recharge-btn {
- line-height: 30px;
- }
- .user-center1 .aside-right .user-table .table th {
- background-color: #f5f6f7;
- color: #8f959f;
- font-size: 14px;
- padding: 7px 10px;
- }
- .user-center1 .aside-right .user-table .table td {
- font-size: 14px;
- color: #000;
- }
- .table_top.clearfix.j-top {
- background-color: #fff;
- padding: 15px 5px;
- margin-bottom: 20px;
- }
- .table_top.clearfix.j-top a {
- border-right: 1px solid #e5e5e5;
- }
- .table_top.clearfix.j-top.top2 a {
- width: 150px;
- text-align: center;
- }
- .table_top.clearfix.j-top a:last-child {
- border-right: none;
- }
- .table_top.clearfix.j-top p {
- color: #151515;
- font-weight: 500;
- font-size: 16px;
- }
- .table_top.clearfix.j-top p.b-num {
- color: #4B84FF;
- font-size: 32px;
- }
- .table_top.clearfix.j-top p.b-num b {
- margin-left: 5px;
- }
- .warn-prompt {
- background-color: #e7f2fe;
- color: #157df1;
- border-color: #e7f2fe;
- display: flex;
- justify-content: space-between;
- }
- .warn-prompt .iconfont {
- font-size: 14px;
- font-weight: 500;
- color: #8F959F;
- margin-left: 0;
- }
- .warn-prompt span a {
- font-size: 14px;
- font-weight: 500;
- color: #2168FB;
- }
- .table-list-top {
- background-color: #fff;
- padding: 10px;
- box-shadow: 0 0 5px rgba(0, 0, 0, .05);
- margin-bottom: 20px;
- padding-bottom: 2px;
- }
- .table-list-body {
- background-color: #fff;
- background-color: #fff;
- padding: 10px;
- box-shadow: 0 0 5px rgba(0, 0, 0, .05)
- }
- /* 移动端适配 */
- @media (max-width: 767px) {
- .header .header-left {
- height: 100%;
- display: flex;
- align-items: center;
- }
- .mobile-price .m-price-banner {
- background-color: #f3f3f3;
- padding: 0;
- }
- .mobile-price .new-price-tab ul li {
- color: #8f959f;
- font-size: .28rem;
- margin-right: 0;
- /* width: 240px; */
- /* height: 59px; */
- line-height: 1.18rem;
- border: 1px solid #d3e8ff;
- }
- .mobile-price ul li.active {
- background-color: #e3ecff;
- color: #2168fb;
- border: #2168fb;
- border: 1px solid #2168fb;
- }
- .mobile-price .tab li a {
- color: #151515;
- border-bottom-color: none;
- border: none;
- font-size: .28rem;
- font-weight: 500;
- }
- .mobile-price .m-publish .con .num {
- color: #2168FB;
- font-size: .64rem;
- text-align: left;
- border-bottom: 1px solid #a8d1ff;
- padding-bottom: .2rem;
- margin-bottom: .4rem;
- }
- .mobile-price .m-price-common .con .num span {
- font-size: .28rem;
- color: #2D4B73;
- margin-left: .2rem;
- }
- .mobile-price .m-price-common .con {
- background-color: #fff;
- padding: .4rem;
- color: #2d4b73;
- border: 1px solid #a8d1ff;
- margin-bottom: .4rem;
- position: relative;
- }
- .mobile-price .m-price-common .con .bottom {
- position: absolute;
- right: .4rem;
- bottom: .4rem;
- width: 2rem;
- height: .8rem;
- line-height: .8rem;
- }
- .mobile-price .m-price-common .con .b-price {
- font-size: .4rem;
- position: absolute;
- right: 1.2rem;
- bottom: 1.2rem;
- color: #ff7429;
- }
- .mobile-price .m-price-common .con .b-price span {
- font-size: .64rem;
- }
- .mobile-price .m-price-common .con .bottom a {
- width: 2rem;
- height: .8rem;
- padding: 0;
- line-height: .8rem;
- background-color: #2168fb;
- color: #fff;
- text-align: center;
- }
- .mobile-price .m-price-common .con .recommended {
- background: transparent;
- }
- .mobile-price .help dl .right {
- font-size: .28rem;
- font-weight: 400;
- }
- .fixed-right li {
- padding: 0;
- }
- .row-mobile .table.table-bordered {
- border: 1px solid #e5e5e5;
- position: relative;
- }
- .row-mobile .table.table-bordered tr td span.icon-duihao {
- color: #13c960;
- }
- .row-mobile .table.table-bordered tr td span.icon-xingxing,
- .row-mobile .table.table-bordered tr td span.icon-xingxing2 {
- font-size: .24rem;
- color: #ffc000;
- }
- .tool-classs .con ul li {
- width: 48%;
- height: 4.4rem;
- }
- .tool-classs .con ul li .t-con .img-wrap img {
- width: .6rem;
- }
- .tool-classs .con ul li .img-wrap {
- width: .6rem;
- height: auto;
- margin-bottom: 0;
- float: left;
- }
- .tool-classs .con ul li p {
- font-size: .24rem;
- padding: 0 .1rem;
- margin-top: .8rem;
- }
- .tool-classs .con ul li .tit {
- float: left;
- font-size: .28rem;
- font-weight: 500;
- line-height: .6rem;
- margin-left: .1rem;
- }
- .tool-classs .con ul li:nth-of-type(odd) {
- margin-right: .6rem;
- margin-left: 0;
- margin-top: .2rem;
- padding: 0 .1rem;
- }
- .tool-classs .con ul li:nth-child(even) {
- margin-top: .2rem;
- margin-right: 0;
- padding: 0 .1rem;
- }
- .tool-classs .con ul li {
- padding-top: 0;
- }
- .tool-classs .con ul li:nth-of-type(odd) .t-con,
- .tool-classs .con ul li:nth-of-type(4) .t-con {
- border: none;
- }
- .tool-classs .con ul li .t-con,
- .tool-classs .con ul li:nth-of-type(n+3) .t-con {
- padding-bottom: 0;
- padding-top: .2rem;
- }
- .user-center1>.row>.col-sm-10 {
- padding-left: 0;
- }
- .user-center1 .account-management .pwd .form-group label {
- width: auto;
- top: -0.2rem;
- left: .08rem;
- }
- .j-form .form-control {
- margin-left: 0;
- }
- .user-center1 .aside-right .balance-recharge .b-num {
- font-size: .48rem;
- }
- .user-center1 .aside-right .balance-recharge .b-tit {
- font-size: .28rem;
- }
- .user-center1 .aside-right .balance-recharge .recharge-btn {
- top: 33%;
- line-height: .4rem;
- }
- .user-center1 .aside-right .balance-recharge p {
- font-size: .24rem;
- }
- .j-partition {
- width: 112%;
- margin: 0 -0.36rem;
- margin-bottom: .2rem;
- }
- .table_top.clearfix.j-top a {
- width: 50%;
- margin-bottom: .4rem;
- padding: 0 .4rem;
- }
- .table_top.clearfix.j-top a {
- width: 50%;
- margin-bottom: .4rem;
- padding: 0 .4rem;
- }
- .table_top.clearfix.j-top a:nth-child(even) {
- border-right: none;
- }
- .table_top.clearfix.j-top a:nth-last-child(-n+2) {
- margin-bottom: 0;
- }
- .table_top.clearfix.j-top p.b-num {
- font-size: .48rem;
- }
- .table_top.clearfix.j-top p {
- font-size: .28rem;
- }
- .table_top.clearfix.j-top.top2 a {
- width: 2.1rem;
- }
- .table_top.clearfix.j-top a.ms-btn.ms-btn-primary.mt3 {
- padding: .1rem;
- }
- .table_top.clearfix.j-top.top2 a:nth-child(even) {
- border-right: 1px solid #e5e5e5;
- }
- .table_top.clearfix.j-top.top2 a:nth-child(3),
- .table_top.clearfix.j-top.top2 a:nth-child(5) {
- border-right: none;
- }
- .warn-prompt {
- flex-wrap: wrap;
- padding: 0;
- }
- .warn-prompt .iconfont {
- margin-right: 0;
- font-size: .24rem;
- padding-left: 0;
- }
- .warn-prompt span b {
- padding-left: 0;
- font-weight: 400;
- }
- .table_top.clearfix.j-top {
- padding-bottom: 0;
- margin-bottom: 0;
- }
- .table_top.clearfix.j-top a.ms-btn.ms-btn-primary.mt3.tx-j {
- width: auto;
- padding: .1rem .4rem;
- margin-top: .2rem;
- margin-bottom: .2rem;
- }
- .form-group .control-label.col-sm-2 {
- color: #151515;
- }
- .encapsulation .upload-icon {
- width: 2.4rem;
- height: 2.4rem;
- background-position: center;
- margin-right: .2rem;
- }
- .encapsulation .upload-icon .text {
- margin-top: 1.6rem;
- }
- .img-note {
- width: 3rem;
- padding-left: .2rem;
- margin-top: 0;
- }
- .clearfix.col-sm-6.flex.items-end.flex-wrap {
- align-items: start;
- }
- .radio-box {
- width: 3rem;
- height: 1.2rem;
- font-size: .28rem;
- float: left;
- }
- ul.period li:nth-child(even) {
- margin-right: 0;
- }
- ul.period li:nth-child(odd) {
- margin-right: .2rem;
- }
- .radio-box .left .title {
- font-size: .24rem;
- margin-bottom: .1rem;
- margin-top: .1rem;
- }
- .radio-box .left .content {
- font-size: .32rem;
- }
- .radio-box div span {
- font-size: .48rem;
- }
- .form-group.clearfix .col-sm-10 {
- padding: 0;
- width: 100%;
- }
- .form-group.clearfix .col-sm-10.ptfz {
- padding: 0 15px;
- }
- .form-group.clearfix .col-sm-10 .clearfix.period {
- padding: 0;
- border-bottom: 1px solid #e5e5e5;
- }
- .pay-num {
- width: 3.6rem;
- line-height: .48rem;
- }
- .form-group.clearfix {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .form-group.clearfix .col-sm-6 {
- width: 100%;
- }
- .img-note.fl.col-sm-6 {
- width: 50%;
- }
- .ms-btn {
- font-size: .28rem;
- }
- .ms-btn.w140 {
- width: 74vw;
- }
- }
|