12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064 |
- .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: 124px;
- }
- .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: 113%;
- height: 20px;
- background-color: #f2f2f5;
- margin: 0 -40px;
- margin-bottom: 20px;
- 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;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .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)
- }
- .j-top-wrap dl.clearfix {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .j-top-wrap dl.clearfix .ms-btn.ms-btn-primary.mt3.w60 {
- margin-left: 20px;
- }
- .j-top-title,
- .j-top-content {
- background-color: #fff;
- box-shadow: 0 0 5px rgba(0, 0, 0, .05);
- padding: 10px 20px;
- }
- .j-top-content {
- padding-top: 20px;
- min-height: 417px;
- }
- .j-top-content .table-wrap {
- margin-top: 10px;
- }
- .j-bgend {
- background-color: transparent;
- padding: 0;
- }
- .buy-number .price-common .con .bottom .btn-buy {
- background-color: #2168FB;
- color: #fff;
- }
- .form-group label {
- font-weight: 500 !important;
- color: #151515 !important;
- }
- .step1 label span{
- float: left;
- }
- /* 移动端适配 */
- @media (max-width: 767px) {
- .form-group .input-text.radio{
- min-width: 180px;
- width: auto;
- justify-content: flex-start;
- }
- .form-group .input-text.radio>label:not(:first-child) {
- margin-left: .4rem;
- }
- .warn-prompt-wrap1ass {
- border: none;
- font-size: .24rem;
- padding: auto 0;
- }
- .release-app2 .aside-right .how-many .j-goumai .ms-btn-primary.w60 {
- padding: .1rem .4rem;
- width: auto;
- }
- .j-goumai {
- position: absolute;
- top: .48rem;
- right: 0px;
- }
- .j-search-btn{
- margin-top: .2rem;
- margin-bottom: .2rem;
- }
- .j-icon-search{
- display: none;
- }
- .j-search-btn input:first-child{
- margin-left: 0 !important;
- }
- .j-top-wrap dl.clearfix {
- position: relative;
- }
- .warn-prompt-cont {
- padding: 0 !important;
- }
- .header .header-left {
- height: 100%;
- display: flex;
- }
- .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; */
- left: 66%;
- 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;
- text-align: left;
- }
- .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: .2rem;
- 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;
- }
- .j-label-text{
- width: auto !important;
- }
- .j-label-text-radio{
- width: 3.6rem !important;
- }
- .j-label-text-je{
- width: 3.2rem !important;
- }
- .j-label-open {
- width: 1.6rem !important;
- }
- .size-list{
- overflow-y: scroll;
- max-height: calc(100vh - 3.8rem);
- }
- .footer .left dl{
- margin-right: .6rem;
- }
- .warn-prompt {
- flex-wrap: wrap;
- padding: .1rem .2rem;
- margin-top: 0 !important;
- }
- .warn-prompt span:not(:first-child) {
- margin-top: .1rem;
- }
- .warn-prompt .iconfont {
- margin-right: 0;
- font-size: .24rem;
- padding-left: 0;
- float: left;
- }
- .warn-prompt span b {
- padding-left: 0;
- font-weight: 400;
- font-size: 14px;
- }
- .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: 84vw;
- margin: 0 auto;
- }
- }
|