ly.css 11 KB

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