1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264 |
- .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;
- margin-left: 0px;
- }
- .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) {
- .cleanUp {
- margin-top: .2rem;
- }
- .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-top-wrap dl.clearfix .ms-btn.ms-btn-primary.mt3.w60 {
- margin-left: 0;
- }
- .j-goumai {
- 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;
- }
- }
- /* 下载页预览样式 */
- .template-3 .t-bg-3{
- background: linear-gradient(to bottom, #39b4ff,#d4efff, #ffffff);
- height:634px;
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- z-index: -1;
- right: 0;
- }
- .t-bg-3 img.img-logo {
- position: absolute;
- top: 21px;
- right: 146.66px;
- width: 324px;
- height: 326px;
- }
- .template-btn-wrap>div>a{
- padding: 5px 10px;
- border: 1px solid #6d9cfb;
- border-radius: 25px;
- }
- .template-common .t-code img{
- width: 200px;
- height: 200px;
- }
- .template-3 .content{
- margin-top: 84px;
- }
- .template-common .t-introduce .tit{
- font-size: 16px;
- font-weight: 500;
- }
- .template-common .t-introduce p{
- font-size: 14px;
- color: #727272;
- }
- .template-common .t-name .tit{
- font-size: 26px;
- font-weight: 700;
- }
- @media (max-width: 767px) {
- .j-app-detail {
- width: 100%;
- padding: 0 .64rem;
- }
- .j-app-detail .j-top-bg {
- margin: 0 -.64rem;
- background: linear-gradient(to bottom, #39b4ff, #ffffff);
- height: 3.74rem;
- padding: 0 .64rem;
- padding-top: 1.34rem;
- }
- .j-app-detail .j-top-bg img.img-logo {
- position: absolute;
- top: 2px;
- right: 2px;
- }
- .j-app-detail .j-top-bg .img-tips {
- position: absolute;
- top: .48rem;
- right: .64rem;
- }
- .j-app-detail .j-app-top {
- display: flex;
- align-items: start;
- justify-content: start;
- }
- .j-app-detail .j-app-top .app-img {
- height: 2.2rem;
- width: 2.2rem;
- border-radius: .2rem;
- overflow: hidden;
- box-shadow: 0 5px 10px rgba(175, 197, 223, 0.2);
- }
- .j-app-detail .j-app-top .app-info {
- margin-left: .36rem;
- }
- .j-app-detail .j-app-top .app-img img {
- width: 100%;
- height: 100%;
- }
- .j-app-detail .j-app-top .app-info .app-title {
- font-size: .48rem;
- font-weight: 700;
- color: #111111;
- margin-top: .2rem;
- }
- .google-play {
- margin-top: .2rem;
- }
- .j-app-detail .app-detail-content .coarse-title {
- margin-top: .2rem;
- font-size: .32rem;
- font-weight: 500;
- color: #111111;
- }
- .j-app-detail .app-detail-content p {
- margin-top: .2rem;
- font-size: .28rem;
- font-weight: 400;
- color: #727272;
- }
- .j-app-detail .app-info-detail>div {
- display: flex;
- justify-content: space-between;
- font-size: 14px;
- font-weight: 400;
- color: #111111;
- padding: .2rem 0;
- border-bottom: 1px solid #F2F2F2;
- }
- .j-app-detail .app-info-detail>div:last-child {
- border-bottom: 1px solid #F2F2F2;
- }
- .j-app-detail .app-info-detail>div>div:nth-child(1) {
- color: #727272;
- }
- .j-score-tops {
- display: flex;
- justify-content: start;
- align-items: end;
- }
- .j-score-tops .pf{
- font-size: .8rem;
- font-weight: 500;
- color: #111111;
- }
- .j-score-tops .score-comments{
- font-size: 13px;
- color: #666666;
- padding-bottom: .1rem;
- }
- .j-bottom-btn{
- display: inline-block;
- width: 90vw;
- background: linear-gradient(to right, #2168FB, #34BFFF);
- border-radius: 25px;
- color: #fff;
- height: .96rem;
- text-align: center;
- line-height: .96rem;
- font-size: .32rem;
- font-weight: 500;
- position: fixed;
- bottom: .4rem;
- left: 50%;
- transform: translateX(-50%);
- box-shadow: 0 5px 10px rgba(175, 197, 223, 2.2);
- }
- .template-footer{
- margin-bottom: 0.5rem;
- }
- .j-bottom-btn:hover{
- color: #fff;
- }
- }
|