ly.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. tr td {
  2. max-width: 300px !important;
  3. overflow: hidden;
  4. }
  5. tr th {
  6. min-width: 80px !important;
  7. }
  8. .ell {
  9. overflow: hidden;
  10. text-overflow: ellipsis;
  11. white-space: nowrap;
  12. display: inline-block;
  13. }
  14. .f16-w500-c151515 {
  15. font-size: 16px !important;
  16. font-weight: 500 !important;
  17. color: #151515 !important;
  18. }
  19. .w500-c15 {
  20. font-weight: 500 !important;
  21. color: #151515 !important;
  22. }
  23. .line10 {
  24. height: 10px !important;
  25. background: rgb(242, 242, 245)
  26. }
  27. .w194-h34 {
  28. width: 194px !important;
  29. height: 34px !important;
  30. }
  31. .btn-20-7-radio4 {
  32. padding: 7px 20px;
  33. border-radius: 4px;
  34. }
  35. .pagination>.active>a,
  36. .pagination>.active>a:focus,
  37. .pagination>.active>a:hover,
  38. .pagination>.active>span,
  39. .pagination>.active>span:focus,
  40. .pagination>.active>span:hover {
  41. background-color: #2168fb;
  42. border-color: #2168fb;
  43. }
  44. .pagination>li>a,
  45. .pagination>li>span {
  46. color: #2168fb;
  47. }
  48. /* 单选框相关 */
  49. .radio-container {
  50. position: relative;
  51. display: inline-block;
  52. height: 20px;
  53. margin-right: 10px;
  54. padding-left: 23px !important;
  55. }
  56. .radio-container input[type="radio"] {
  57. opacity: 0;
  58. position: absolute;
  59. width: 100%;
  60. height: 100%;
  61. cursor: pointer;
  62. z-index: 2;
  63. }
  64. .radio-container .radio-custom {
  65. position: absolute;
  66. top: 0;
  67. left: 0;
  68. width: 20px;
  69. height: 20px;
  70. background-color: #fff;
  71. border: 2px solid #ccc;
  72. border-radius: 10px;
  73. transition: all 0.3s ease;
  74. z-index: 1;
  75. }
  76. .radio-container input[type="radio"]:checked+.radio-custom {
  77. background-color: #1b81ff;
  78. border-color: #1b81ff;
  79. }
  80. .radio-container input[type="radio"]:checked+.radio-custom::after {
  81. content: '';
  82. position: absolute;
  83. top: 50%;
  84. left: 50%;
  85. transform: translate(-50%, -50%);
  86. width: 8px;
  87. height: 8px;
  88. background-color: #fff;
  89. border-radius: 50%;
  90. }
  91. .radio-container input[type="radio"]:focus+.radio-custom {
  92. box-shadow: 0 0 5px rgba(27, 129, 255, 0.5);
  93. }
  94. .apps-tit {
  95. font-size: 16px !important;
  96. font-weight: 500 !important;
  97. color: #151515 !important;
  98. margin-right: 5px
  99. }
  100. .apps-titbox {
  101. text-align: left;
  102. }
  103. .apps-num {
  104. font-size: 32px !important;
  105. font-weight: 500 !important;
  106. color: #151515 !important;
  107. display: block;
  108. }
  109. .apps-numbox {
  110. height: 80px;
  111. text-align: left;
  112. display: flex;
  113. align-items: end;
  114. padding-bottom: 5px;
  115. }
  116. .apps-numbox-n {
  117. height: 80px;
  118. text-align: left;
  119. display: flex;
  120. }
  121. .apps-right-line {
  122. position: absolute;
  123. top: 30px;
  124. right: 0;
  125. background-color: #e5e5e5;
  126. width: 1px;
  127. height: 60px;
  128. }
  129. .apps-buyBtn {
  130. width: 100px !important;
  131. height: 36px;
  132. font-size: 16px !important;
  133. font-weight: 500 !important;
  134. margin-top: 40px !important;
  135. border-radius: 4px !important;
  136. }
  137. .apps-buyBtn-font {
  138. transform: translate(1px, 3px);
  139. display: inline-block;
  140. }
  141. .app-bloder-btn {
  142. width: 70px;
  143. height: 34px;
  144. display: inline-block;
  145. margin-left: 10px;
  146. background-color: #fff;
  147. color: #2168F8;
  148. border: 1px solid #2168F8;
  149. border-radius: 4px;
  150. text-align: center;
  151. line-height: 32px;
  152. font-weight: 500;
  153. cursor: pointer;
  154. }
  155. .app-bloder-btn::before {
  156. content: '' !important;
  157. }
  158. .price-type {
  159. display: block !important;
  160. font-size: 14px !important;
  161. font-weight: 500;
  162. text-align: center !important;
  163. color: #151515
  164. }
  165. .price-btn {
  166. border-radius: 4px;
  167. height: 40px !important;
  168. width: 96px !important;
  169. padding: 10px 24px;
  170. font-size: 16px;
  171. font-weight: 500;
  172. }
  173. .fz-step-box {
  174. display: flex;
  175. background-color: #fff;
  176. border-radius: 3px;
  177. border: 1px solid #e5e5e5;
  178. height: 140px;
  179. padding: 40px 60px;
  180. }
  181. .fz-step-box li {
  182. width: 31px;
  183. position: relative;
  184. }
  185. .active .fz-step-circle {
  186. color: #fff;
  187. background-color: #2168fb;
  188. }
  189. .fz-step-circle {
  190. width: 31px;
  191. height: 31px;
  192. display: inline-block;
  193. border-radius: 50%;
  194. background-color: #f5f6f7;
  195. border: 1px solid #e8eaec;
  196. color: #8f959f;
  197. font-size: 16px !important;
  198. font-weight: 500 !important;
  199. line-height: 26px;
  200. text-align: center;
  201. }
  202. .fz-step-line {
  203. flex: 1;
  204. height: 1px;
  205. background-color: #E8EAEC;
  206. margin-top: 15px;
  207. }
  208. .active .fz-step-font {
  209. color: #2168fb;
  210. }
  211. .fz-step-font {
  212. position: absolute;
  213. top: 40px;
  214. color: #8F959F;
  215. font-weight: 500 !important;
  216. font-size: 16px !important;
  217. width: 64px;
  218. left: -16px;
  219. }
  220. .table-inp-box {
  221. margin-bottom: 16px;
  222. }
  223. .domain-inp {
  224. width: 180px;
  225. }
  226. .pc-none {
  227. display: none;
  228. }
  229. .webview-btn-box {
  230. margin-left: 180px;
  231. }
  232. .webview-pub-icon {
  233. position: absolute;
  234. top: -10px;
  235. border: 1px solid #ff7429;
  236. color: #fff;
  237. background-color: #ff7429;
  238. padding: 0px 3px;
  239. border-radius: 20px;
  240. font-size: 12px;
  241. }
  242. #prev_view_btn {
  243. color: #2168FB;
  244. border-color: #2168FB;
  245. }
  246. .encapsulation3 .plugin-list img {
  247. display: block;
  248. height: 33px;
  249. }
  250. .encapsulation3 .plugin-list .con .text4 {
  251. width: 70%;
  252. margin: 25px 0;
  253. margin-left: 15% !important;
  254. }
  255. .signature1 .step4-list .left {
  256. padding-top: 0px;
  257. }
  258. body .price-pay .price-list3 .list3 li {
  259. width: 270px;
  260. height: 88px;
  261. }
  262. .step1 label span {
  263. float: right;
  264. }
  265. .step2 label span {
  266. float: right;
  267. }
  268. .encapsulation .upload-icon#preview_a_icon {
  269. width: 144px;
  270. height: 144px;
  271. background-position: center 45px;
  272. }
  273. .encapsulation .step2 div.img-note {
  274. height: 144px;
  275. }
  276. .encapsulation .step2 div.img-note1 {
  277. height: 282px;
  278. }
  279. .encapsulation .upload-img#preview_l_image {
  280. width: 174px;
  281. height: 282px;
  282. }
  283. .encapsulation .upload-icon div.text {
  284. margin-top: 100px;
  285. }
  286. .encapsulation .upload-img div.text {
  287. margin-top: 155px;
  288. }
  289. .price-pay .pay-money .money .money-icon {
  290. font-size: 14px;
  291. }
  292. .generate_qrcode_box {
  293. margin: 0 auto;
  294. }
  295. .j-box-qrcode {
  296. width: 1200px;
  297. }
  298. /* 移动端样式适配 */
  299. @media (max-width: 767px) {
  300. .table-responsive {
  301. border: none;
  302. }
  303. .app-details .my-apps-detail-top .information dd {
  304. width: 4.2rem;
  305. }
  306. .encapsulation .step2 div.img-note {
  307. width: 29vw;
  308. }
  309. .apps-num {
  310. font-size: .48rem !important;
  311. }
  312. .apps-numbers {
  313. width: 100%;
  314. }
  315. .apps-numbox {
  316. height: 1rem
  317. }
  318. .apps-numbox-n {
  319. margin-top: .2rem;
  320. }
  321. .apps-right-line {
  322. top: .34rem;
  323. height: .8rem;
  324. }
  325. .apps-buyBtn {
  326. position: absolute;
  327. top: -.44rem;
  328. right: .24rem;
  329. }
  330. .mob-none {
  331. display: none !important;
  332. }
  333. .pc-none {
  334. display: block !important;
  335. }
  336. .app-system-select {
  337. width: 1.8rem !important;
  338. height: .6rem !important;
  339. /* margin-right: 0 !important; */
  340. }
  341. .input-search input {
  342. width: 2.4rem !important;
  343. height: .6rem !important;
  344. }
  345. .app-bloder-btn {
  346. height: .6rem !important;
  347. line-height: .6rem !important;
  348. }
  349. .domain-inp {
  350. height: .6rem !important;
  351. }
  352. .fz-step-box {
  353. padding: .4rem .6rem !important
  354. }
  355. .fz-step-font {
  356. font-size: .24rem !important;
  357. width: .96rem;
  358. left: -0.14rem
  359. }
  360. .fz-step-box {
  361. height: 2rem;
  362. border: none
  363. }
  364. .real-name {
  365. border: none !important;
  366. }
  367. .fz-mob-line {
  368. height: .04rem;
  369. margin: 0 .32rem;
  370. background-color: #f2f2f5;
  371. }
  372. .real-name label {
  373. font-size: .28rem;
  374. margin-bottom: .16rem;
  375. }
  376. .btn-20-7-radio4 {
  377. width: 3rem;
  378. }
  379. .btn-20-7-radio4.h-100 {
  380. width: 100%;
  381. }
  382. #prev_view_btn {
  383. margin-right: .1rem
  384. }
  385. .webview-btn-box {
  386. margin-left: 0;
  387. }
  388. .pack-step1 .form-group label {
  389. padding: 0;
  390. }
  391. .pack-step1 .form-group>div {
  392. padding: 0;
  393. }
  394. .encapsulation {
  395. padding: .32rem !important;
  396. }
  397. .plugin-list .row {
  398. display: flex;
  399. flex-wrap: wrap;
  400. }
  401. .encapsulation3 .plugin-list .col-sm-2 {
  402. width: 33% !important;
  403. margin-bottom: .4rem;
  404. }
  405. .encapsulation3 .plugin-list .con {
  406. width: 1.92rem !important;
  407. height: 1.56rem !important;
  408. }
  409. .encapsulation3 .plugin-list .con .text3 {
  410. font-size: .28rem !important;
  411. margin-bottom: .2rem !important;
  412. }
  413. .encapsulation3 .plugin-list img {
  414. height: .66rem !important;
  415. }
  416. .webview-pub-icon {
  417. top: -.2rem;
  418. }
  419. .encapsulation3 .plugin-list .con .text4 {
  420. width: 88% !important;
  421. margin: .32rem 0;
  422. margin-left: .2rem !important;
  423. }
  424. .price-pay .common .list1 .right {
  425. font-size: .48rem !important;
  426. padding-left: .32rem !important;
  427. padding-top: .07rem !important;
  428. }
  429. .price-pay .common .list1 li .left {
  430. padding-right: .28rem !important;
  431. }
  432. .price-pay .common .list1 .right span {
  433. font-size: .28rem !important;
  434. color: #333;
  435. }
  436. .price-pay .common .list1 li {
  437. margin-right: .24rem !important;
  438. padding: .2rem .3rem !important;
  439. }
  440. .price-pay .common .list1 li:nth-child(even) {
  441. margin-right: 0 !important;
  442. }
  443. .price-pay .common ul {
  444. padding: 0 !important;
  445. }
  446. .ms-btn-secondarya {
  447. width: 4rem;
  448. height: 1.2rem;
  449. margin-left: .4rem !important;
  450. padding: .2rem !important;
  451. }
  452. body .price-pay .common .list3 li {
  453. width: 1.82rem;
  454. height: 1.4rem;
  455. padding: .2rem 0;
  456. margin-right: .32rem;
  457. margin-bottom: .32rem;
  458. }
  459. body .price-pay .common .list3 li:nth-child(3n) {
  460. margin-right: 0;
  461. }
  462. .price-list1,
  463. .price-list2,
  464. .price-list3,
  465. .price-pay .pay-money {
  466. padding: 0 .32rem !important;
  467. }
  468. .price-type {
  469. font-size: .28rem
  470. }
  471. .price-pay .price-list2 .list1 li {
  472. margin-right: 0 !important;
  473. width: 100%;
  474. padding: .22rem .84rem !important;
  475. }
  476. .price-pay .price-list2 .list1 li .text1 {
  477. font-size: .24rem;
  478. }
  479. .price-pay .price-list2 .list1 li .text2 {
  480. font-size: .4rem;
  481. }
  482. .price-img3 {
  483. height: .44rem
  484. }
  485. .price-pay .pay-money .ms-btn {
  486. width: 100% !important;
  487. }
  488. .price-pay .pay-money {
  489. margin-bottom: 1rem;
  490. }
  491. .plugin-share .app-share .label-wrap a {
  492. top: 0 !important;
  493. }
  494. /* .popover.fade {
  495. left: 30px !important;
  496. } */
  497. /* .popover.fade .arrow{
  498. display: none !important;
  499. } */
  500. .price-pay .pay-money .money .money-icon {
  501. font-size: .28rem;
  502. }
  503. .input-search .super-search {
  504. width: 3rem !important;
  505. }
  506. .super-btn-box .total {
  507. float: none;
  508. }
  509. #decode_box .decode_upload_left {
  510. float: none !important;
  511. /* padding-top: 1.2rem; */
  512. }
  513. #decode_box .decode_upload_right {
  514. float: none !important;
  515. width: 4rem;
  516. }
  517. #decode_box .decode_upload_right p {
  518. width: 4rem;
  519. }
  520. .decode_results {
  521. width: 6rem;
  522. }
  523. #decode_box .decode_results_textarea {
  524. width: 80%;
  525. }
  526. .generate_qrcode_box .roww {
  527. margin-right: 0 !important;
  528. }
  529. .col-md-32 {
  530. width: auto !important;
  531. float: none !important;
  532. }
  533. ul.clearfix.download-way li {
  534. margin-bottom: 0.2rem;
  535. }
  536. div#asideModal .aside-modal .a-right .plugin-aside {
  537. width: auto;
  538. }
  539. .j-icon-item {
  540. padding: .2rem !important;
  541. margin-top: .6rem !important;
  542. }
  543. .plugin-aside .n-list select {
  544. width: 1.84rem;
  545. }
  546. .plugin-aside .n-list .n-link {
  547. display: none;
  548. }
  549. }
  550. .xdsoft_datetimepicker .xdsoft_datepicker {
  551. overflow-y: scroll;
  552. }
  553. .crumbs {
  554. pointer-events: none;
  555. }