ly.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  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. width: 1200px;
  294. }
  295. /* 移动端样式适配 */
  296. @media (max-width: 767px) {
  297. .table-responsive{
  298. border: none;
  299. }
  300. .app-details .my-apps-detail-top .information dd{
  301. width: 4.2rem;
  302. }
  303. .encapsulation .step2 div.img-note{
  304. width: 29vw;
  305. }
  306. .apps-num {
  307. font-size: .48rem !important;
  308. }
  309. .apps-numbers {
  310. width: 100%;
  311. }
  312. .apps-numbox {
  313. height: 1rem
  314. }
  315. .apps-numbox-n {
  316. margin-top: .2rem;
  317. }
  318. .apps-right-line {
  319. top: .34rem;
  320. height: .8rem;
  321. }
  322. .apps-buyBtn {
  323. position: absolute;
  324. top: -.44rem;
  325. right: .24rem;
  326. }
  327. .mob-none {
  328. display: none !important;
  329. }
  330. .pc-none {
  331. display: block !important;
  332. }
  333. .app-system-select {
  334. width: 1.8rem !important;
  335. height: .6rem !important;
  336. /* margin-right: 0 !important; */
  337. }
  338. .input-search input {
  339. width: 2.4rem !important;
  340. height: .6rem !important;
  341. }
  342. .app-bloder-btn {
  343. height: .6rem !important;
  344. line-height: .6rem !important;
  345. }
  346. .domain-inp {
  347. height: .6rem !important;
  348. }
  349. .fz-step-box {
  350. padding: .4rem .6rem !important
  351. }
  352. .fz-step-font {
  353. font-size: .24rem !important;
  354. width: .96rem;
  355. left: -0.14rem
  356. }
  357. .fz-step-box {
  358. height: 2rem;
  359. border: none
  360. }
  361. .real-name {
  362. border: none !important;
  363. }
  364. .fz-mob-line {
  365. height: .04rem;
  366. margin: 0 .32rem;
  367. background-color: #f2f2f5;
  368. }
  369. .real-name label {
  370. font-size: .28rem;
  371. margin-bottom: .16rem;
  372. }
  373. .btn-20-7-radio4 {
  374. width: 3rem;
  375. }
  376. .btn-20-7-radio4.h-100 {
  377. width: 100%;
  378. }
  379. #prev_view_btn {
  380. margin-right: .1rem
  381. }
  382. .webview-btn-box {
  383. margin-left: 0;
  384. }
  385. .pack-step1 .form-group label {
  386. padding: 0;
  387. }
  388. .pack-step1 .form-group>div {
  389. padding: 0;
  390. }
  391. .encapsulation {
  392. padding: .32rem !important;
  393. }
  394. .plugin-list .row {
  395. display: flex;
  396. flex-wrap: wrap;
  397. }
  398. .encapsulation3 .plugin-list .col-sm-2 {
  399. width: 33% !important;
  400. margin-bottom: .4rem;
  401. }
  402. .encapsulation3 .plugin-list .con {
  403. width: 1.92rem !important;
  404. height: 1.56rem !important;
  405. }
  406. .encapsulation3 .plugin-list .con .text3 {
  407. font-size: .28rem !important;
  408. margin-bottom: .2rem !important;
  409. }
  410. .encapsulation3 .plugin-list img {
  411. height: .66rem !important;
  412. }
  413. .webview-pub-icon {
  414. top: -.2rem;
  415. }
  416. .encapsulation3 .plugin-list .con .text4 {
  417. width: 88% !important;
  418. margin: .32rem 0;
  419. margin-left: .2rem !important;
  420. }
  421. .price-pay .common .list1 .right {
  422. font-size: .48rem !important;
  423. padding-left: .32rem !important;
  424. padding-top: .07rem !important;
  425. }
  426. .price-pay .common .list1 li .left {
  427. padding-right: .28rem !important;
  428. }
  429. .price-pay .common .list1 .right span {
  430. font-size: .28rem !important;
  431. color: #333;
  432. }
  433. .price-pay .common .list1 li {
  434. margin-right: .24rem !important;
  435. padding: .2rem .3rem !important;
  436. }
  437. .price-pay .common .list1 li:nth-child(even) {
  438. margin-right: 0 !important;
  439. }
  440. .price-pay .common ul {
  441. padding: 0 !important;
  442. }
  443. .ms-btn-secondarya {
  444. width: 4rem;
  445. height: 1.2rem;
  446. margin-left: .4rem !important;
  447. padding: .2rem !important;
  448. }
  449. body .price-pay .common .list3 li {
  450. width: 1.82rem;
  451. height: 1.4rem;
  452. padding: .2rem 0;
  453. margin-right: .32rem;
  454. margin-bottom: .32rem;
  455. }
  456. body .price-pay .common .list3 li:nth-child(3n) {
  457. margin-right: 0;
  458. }
  459. .price-list1,.price-list2,.price-list3,.price-pay .pay-money {
  460. padding: 0 .32rem !important;
  461. }
  462. .price-type {
  463. font-size: .28rem
  464. }
  465. .price-pay .price-list2 .list1 li {
  466. margin-right: 0 !important;
  467. width: 100%;
  468. padding: .22rem .84rem !important;
  469. }
  470. .price-pay .price-list2 .list1 li .text1 {
  471. font-size: .24rem;
  472. }
  473. .price-pay .price-list2 .list1 li .text2 {
  474. font-size: .4rem;
  475. }
  476. .price-img3 {
  477. height: .44rem
  478. }
  479. .price-pay .pay-money .ms-btn {
  480. width: 100% !important;
  481. }
  482. .price-pay .pay-money {
  483. margin-bottom: 1rem;
  484. }
  485. .plugin-share .app-share .label-wrap a {
  486. top: 0 !important;
  487. }
  488. /* .popover.fade {
  489. left: 30px !important;
  490. } */
  491. /* .popover.fade .arrow{
  492. display: none !important;
  493. } */
  494. .price-pay .pay-money .money .money-icon {
  495. font-size: .28rem;
  496. }
  497. .input-search .super-search {
  498. width: 3rem !important;
  499. }
  500. .super-btn-box .total {
  501. float: none;
  502. }
  503. #decode_box .decode_upload_left {
  504. float: none !important;
  505. /* padding-top: 1.2rem; */
  506. }
  507. #decode_box .decode_upload_right {
  508. float: none !important;
  509. width: 4rem;
  510. }
  511. #decode_box .decode_upload_right p {
  512. width: 4rem;
  513. }
  514. .decode_results {
  515. width: 6rem;
  516. }
  517. #decode_box .decode_results_textarea {
  518. width: 80%;
  519. }
  520. .generate_qrcode_box .roww {
  521. margin-right: 0 !important;
  522. }
  523. .col-md-32 {
  524. width: auto !important;
  525. float: none !important;
  526. }
  527. }