123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537 |
- tr td {
- max-width: 300px !important;
- overflow: hidden;
- }
- tr th {
- min-width: 80px !important;
- }
- .ell {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- }
- .f16-w500-c151515 {
- font-size: 16px !important;
- font-weight: 500 !important;
- color: #151515 !important;
- }
- .w500-c15 {
- font-weight: 500 !important;
- color: #151515 !important;
- }
- .line10 {
- height: 10px !important;
- background: rgb(242, 242, 245)
- }
- .w194-h34 {
- width: 194px !important;
- height: 34px !important;
- }
- .btn-20-7-radio4 {
- padding: 7px 20px;
- border-radius: 4px;
- }.pagination>.active>a,
- .pagination>.active>a:focus,
- .pagination>.active>a:hover,
- .pagination>.active>span,
- .pagination>.active>span:focus,
- .pagination>.active>span:hover {
- background-color: #2168fb;
- border-color:#2168fb;
- }
- .pagination>li>a,
- .pagination>li>span{
- color:#2168fb;
- }
- /* 单选框相关 */
- .radio-container {
- position: relative;
- display: inline-block;
- height: 20px;
- margin-right: 10px;
- padding-left: 23px !important;
- }
- .radio-container input[type="radio"] {
- opacity: 0;
- position: absolute;
- width: 100%;
- height: 100%;
- cursor: pointer;
- z-index: 2;
- }
- .radio-container .radio-custom {
- position: absolute;
- top: 0;
- left: 0;
- width: 20px;
- height: 20px;
- background-color: #fff;
- border: 2px solid #ccc;
- border-radius: 10px;
- transition: all 0.3s ease;
- z-index: 1;
- }
- .radio-container input[type="radio"]:checked + .radio-custom {
- background-color: #1b81ff;
- border-color: #1b81ff;
- }
- .radio-container input[type="radio"]:checked + .radio-custom::after {
- content: '';
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 8px;
- height: 8px;
- background-color: #fff;
- border-radius: 50%;
- }
- .radio-container input[type="radio"]:focus + .radio-custom {
- box-shadow: 0 0 5px rgba(27, 129, 255, 0.5);
- }
- .apps-tit {
- font-size: 16px !important;
- font-weight: 500 !important;
- color: #151515 !important;
- margin-right: 5px
- }
- .apps-titbox {
- text-align: left;
- }
- .apps-num {
- font-size: 32px !important;
- font-weight: 500 !important;
- color: #151515 !important;
- display: block;
- }
- .apps-numbox {
- height: 80px;
- text-align: left;
- display: flex;
- align-items: end;
- padding-bottom: 5px;
- }
- .apps-numbox-n {
- height: 80px;
- text-align: left;
- display: flex;
- }
- .apps-right-line {
- position: absolute;
- top: 30px;
- right: 0;
- background-color: #e5e5e5;
- width: 1px;
- height: 60px;
- }
- .apps-buyBtn {
- width: 100px !important;
- height: 36px;
- font-size: 16px !important;
- font-weight: 500 !important;
- margin-top: 40px !important;
- border-radius: 4px !important;
- }
- .apps-buyBtn-font {
- transform: translate(1px, 3px);
- display: inline-block;
- }
- .app-bloder-btn{
- width: 70px;
- height: 34px;
- display: inline-block;
- margin-left: 10px;
- background-color: #fff;
- color: #2168F8;
- border: 1px solid #2168F8;
- border-radius: 4px;
- text-align: center;
- line-height: 32px;
- font-weight: 500;
- cursor: pointer;
- }
- .app-bloder-btn::before{
- content: '' !important;
- }
- .price-type {
- display: block !important;
- font-size: 14px !important;
- font-weight: 500;
- text-align: center !important;
- color: #151515
- }
- .price-btn {
- border-radius: 4px;
- height: 40px !important;
- width: 96px !important;
- padding: 10px 24px;
- font-size: 16px;
- font-weight: 500;
- }
- .fz-step-box {
- display: flex;
- background-color: #fff;
- border-radius: 3px;
- border: 1px solid #e5e5e5;
- height: 140px;
- padding: 40px 60px;
- }
- .fz-step-box li {
- width: 31px;
- position: relative;
- }
- .active .fz-step-circle {
- color: #fff;
- background-color: #2168fb;
- }
- .fz-step-circle {
- width: 31px;
- height: 31px;
- display: inline-block;
- border-radius: 50%;
- background-color: #f5f6f7;
- border: 1px solid #e8eaec;
- color: #8f959f;
- font-size: 16px !important;
- font-weight: 500 !important;
- line-height: 26px;
- text-align: center;
- }
- .fz-step-line {
- flex: 1;
- height: 1px;
- background-color: #E8EAEC;
- margin-top: 15px;
- }
- .active .fz-step-font {
- color: #2168fb;
- }
- .fz-step-font {
- position: absolute;
- top: 40px;
- color: #8F959F;
- font-weight: 500 !important;
- font-size: 16px !important;
- width: 64px;
- left: -16px;
- }
- .table-inp-box {
- margin-bottom: 16px;
- }
- .domain-inp {
- width: 180px;
- }
- .pc-none {
- display: none;
- }
- .webview-btn-box {
- margin-left: 180px;
- }
- .webview-pub-icon {
- position: absolute;
- top: -10px;
- border: 1px solid #ff7429;
- color: #fff;
- background-color: #ff7429;
- padding: 0px 3px;
- border-radius: 20px;
- font-size: 12px;
- }
- #prev_view_btn {
- color: #2168FB;
- border-color: #2168FB;
- }
- .encapsulation3 .plugin-list img {
- display: block;
- height: 33px;
- }
- .encapsulation3 .plugin-list .con .text4 {
- width: 70%;
- margin: 25px 0;
- margin-left: 15% !important;
- }
- .signature1 .step4-list .left {
- padding-top: 0px;
- }
- body .price-pay .price-list3 .list3 li {
- width: 270px;
- height: 88px;
- }
- .step1 label span {
- float: right;
- }
- .step2 label span {
- float: right;
- }
- .encapsulation .upload-icon#preview_a_icon{
- width: 144px;
- height: 144px;
- background-position: center 45px;
- }
- .encapsulation .step2 div.img-note{
- height: 144px;
- }
- .encapsulation .step2 div.img-note1 {
- height: 282px;
- }
- .encapsulation .upload-img#preview_l_image{
- width: 174px;
- height: 282px;
- }
- .encapsulation .upload-icon div.text{
- margin-top: 100px;
- }
- .encapsulation .upload-img div.text{
- margin-top: 155px;
- }
- .price-pay .pay-money .money .money-icon {
- font-size: 14px;
- }
- .generate_qrcode_box{
- margin: 0 auto;
-
- }
- .j-box-qrcode{
- width: 1200px;
- }
- /* 移动端样式适配 */
- @media (max-width: 767px) {
- .table-responsive{
- border: none;
- }
- .app-details .my-apps-detail-top .information dd{
- width: 4.2rem;
- }
- .encapsulation .step2 div.img-note{
- width: 29vw;
- }
- .apps-num {
- font-size: .48rem !important;
- }
- .apps-numbers {
- width: 100%;
- }
- .apps-numbox {
- height: 1rem
- }
- .apps-numbox-n {
- margin-top: .2rem;
- }
- .apps-right-line {
- top: .34rem;
- height: .8rem;
- }
- .apps-buyBtn {
- position: absolute;
- top: -.44rem;
- right: .24rem;
- }
- .mob-none {
- display: none !important;
- }
- .pc-none {
- display: block !important;
- }
- .app-system-select {
- width: 1.8rem !important;
- height: .6rem !important;
- /* margin-right: 0 !important; */
- }
- .input-search input {
- width: 2.4rem !important;
- height: .6rem !important;
- }
- .app-bloder-btn {
- height: .6rem !important;
- line-height: .6rem !important;
- }
- .domain-inp {
- height: .6rem !important;
- }
- .fz-step-box {
- padding: .4rem .6rem !important
- }
- .fz-step-font {
- font-size: .24rem !important;
- width: .96rem;
- left: -0.14rem
- }
- .fz-step-box {
- height: 2rem;
- border: none
- }
- .real-name {
- border: none !important;
- }
- .fz-mob-line {
- height: .04rem;
- margin: 0 .32rem;
- background-color: #f2f2f5;
- }
- .real-name label {
- font-size: .28rem;
- margin-bottom: .16rem;
- }
- .btn-20-7-radio4 {
- width: 3rem;
- }
- .btn-20-7-radio4.h-100 {
- width: 100%;
- }
- #prev_view_btn {
- margin-right: .1rem
- }
- .webview-btn-box {
- margin-left: 0;
- }
- .pack-step1 .form-group label {
- padding: 0;
- }
- .pack-step1 .form-group>div {
- padding: 0;
- }
- .encapsulation {
- padding: .32rem !important;
- }
- .plugin-list .row {
- display: flex;
- flex-wrap: wrap;
- }
- .encapsulation3 .plugin-list .col-sm-2 {
- width: 33% !important;
- margin-bottom: .4rem;
- }
- .encapsulation3 .plugin-list .con {
- width: 1.92rem !important;
- height: 1.56rem !important;
- }
- .encapsulation3 .plugin-list .con .text3 {
- font-size: .28rem !important;
- margin-bottom: .2rem !important;
- }
- .encapsulation3 .plugin-list img {
- height: .66rem !important;
- }
- .webview-pub-icon {
- top: -.2rem;
- }
- .encapsulation3 .plugin-list .con .text4 {
- width: 88% !important;
- margin: .32rem 0;
- margin-left: .2rem !important;
- }
- .price-pay .common .list1 .right {
- font-size: .48rem !important;
- padding-left: .32rem !important;
- padding-top: .07rem !important;
- }
- .price-pay .common .list1 li .left {
- padding-right: .28rem !important;
- }
- .price-pay .common .list1 .right span {
- font-size: .28rem !important;
- color: #333;
- }
- .price-pay .common .list1 li {
- margin-right: .24rem !important;
- padding: .2rem .3rem !important;
- }
- .price-pay .common .list1 li:nth-child(even) {
- margin-right: 0 !important;
- }
- .price-pay .common ul {
- padding: 0 !important;
- }
- .ms-btn-secondarya {
- width: 4rem;
- height: 1.2rem;
- margin-left: .4rem !important;
- padding: .2rem !important;
- }
- body .price-pay .common .list3 li {
- width: 1.82rem;
- height: 1.4rem;
- padding: .2rem 0;
- margin-right: .32rem;
- margin-bottom: .32rem;
- }
- body .price-pay .common .list3 li:nth-child(3n) {
- margin-right: 0;
- }
- .price-list1,.price-list2,.price-list3,.price-pay .pay-money {
- padding: 0 .32rem !important;
- }
- .price-type {
- font-size: .28rem
- }
- .price-pay .price-list2 .list1 li {
- margin-right: 0 !important;
- width: 100%;
- padding: .22rem .84rem !important;
- }
- .price-pay .price-list2 .list1 li .text1 {
- font-size: .24rem;
- }
- .price-pay .price-list2 .list1 li .text2 {
- font-size: .4rem;
- }
- .price-img3 {
- height: .44rem
- }
- .price-pay .pay-money .ms-btn {
- width: 100% !important;
- }
- .price-pay .pay-money {
- margin-bottom: 1rem;
- }
- .plugin-share .app-share .label-wrap a {
- top: 0 !important;
- }
- /* .popover.fade {
- left: 30px !important;
- } */
- /* .popover.fade .arrow{
- display: none !important;
- } */
- .price-pay .pay-money .money .money-icon {
- font-size: .28rem;
- }
- .input-search .super-search {
- width: 3rem !important;
- }
- .super-btn-box .total {
- float: none;
- }
- #decode_box .decode_upload_left {
- float: none !important;
- /* padding-top: 1.2rem; */
- }
- #decode_box .decode_upload_right {
- float: none !important;
- width: 4rem;
- }
- #decode_box .decode_upload_right p {
- width: 4rem;
- }
- .decode_results {
- width: 6rem;
- }
- #decode_box .decode_results_textarea {
- width: 80%;
- }
- .generate_qrcode_box .roww {
- margin-right: 0 !important;
- }
- .col-md-32 {
- width: auto !important;
- float: none !important;
- }
- }
|