ly.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  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. .price-pay .pay-money .money .money-icon {
  265. font-size: 14px;
  266. }
  267. /* 移动端样式适配 */
  268. @media (max-width: 767px) {
  269. .apps-num {
  270. font-size: .48rem !important;
  271. }
  272. .apps-numbers {
  273. width: 100%;
  274. }
  275. .apps-numbox {
  276. height: 1rem
  277. }
  278. .apps-numbox-n {
  279. margin-top: .2rem;
  280. }
  281. .apps-right-line {
  282. top: .34rem;
  283. height: .8rem;
  284. }
  285. .apps-buyBtn {
  286. position: absolute;
  287. top: -.44rem;
  288. right: .24rem;
  289. }
  290. .mob-none {
  291. display: none !important;
  292. }
  293. .pc-none {
  294. display: block !important;
  295. }
  296. .app-system-select {
  297. width: 1.8rem !important;
  298. height: .6rem !important;
  299. /* margin-right: 0 !important; */
  300. }
  301. .input-search input {
  302. width: 2.4rem !important;
  303. height: .6rem !important;
  304. }
  305. .app-bloder-btn {
  306. height: .6rem !important;
  307. line-height: .6rem !important;
  308. }
  309. .domain-inp {
  310. height: .6rem !important;
  311. }
  312. .fz-step-box {
  313. padding: .4rem .6rem !important
  314. }
  315. .fz-step-font {
  316. font-size: .24rem !important;
  317. width: .96rem;
  318. left: -0.14rem
  319. }
  320. .fz-step-box {
  321. height: 2rem;
  322. border: none
  323. }
  324. .real-name {
  325. border: none !important;
  326. }
  327. .fz-mob-line {
  328. height: .04rem;
  329. margin: 0 .32rem;
  330. background-color: #f2f2f5;
  331. }
  332. .real-name label {
  333. font-size: .28rem;
  334. margin-bottom: .16rem;
  335. }
  336. .btn-20-7-radio4 {
  337. width: 3rem;
  338. }
  339. .btn-20-7-radio4.h-100 {
  340. width: 100%;
  341. }
  342. #prev_view_btn {
  343. margin-right: .1rem
  344. }
  345. .webview-btn-box {
  346. margin-left: 0;
  347. }
  348. .pack-step1 .form-group label {
  349. padding: 0;
  350. }
  351. .pack-step1 .form-group>div {
  352. padding: 0;
  353. }
  354. .encapsulation {
  355. padding: .32rem !important;
  356. }
  357. .plugin-list .row {
  358. display: flex;
  359. flex-wrap: wrap;
  360. }
  361. .encapsulation3 .plugin-list .col-sm-2 {
  362. width: 33% !important;
  363. margin-bottom: .4rem;
  364. }
  365. .encapsulation3 .plugin-list .con {
  366. width: 1.92rem !important;
  367. height: 1.56rem !important;
  368. }
  369. .encapsulation3 .plugin-list .con .text3 {
  370. font-size: .28rem !important;
  371. margin-bottom: .2rem !important;
  372. }
  373. .encapsulation3 .plugin-list img {
  374. height: .66rem !important;
  375. }
  376. .webview-pub-icon {
  377. top: -.2rem;
  378. }
  379. .encapsulation3 .plugin-list .con .text4 {
  380. width: 88% !important;
  381. margin: .32rem 0;
  382. margin-left: .2rem !important;
  383. }
  384. .price-pay .common .list1 .right {
  385. font-size: .48rem !important;
  386. padding-left: .32rem !important;
  387. padding-top: .07rem !important;
  388. }
  389. .price-pay .common .list1 li .left {
  390. padding-right: .28rem !important;
  391. }
  392. .price-pay .common .list1 .right span {
  393. font-size: .28rem !important;
  394. color: #333;
  395. }
  396. .price-pay .common .list1 li {
  397. margin-right: .24rem !important;
  398. padding: .2rem .3rem !important;
  399. }
  400. .price-pay .common .list1 li:nth-child(even) {
  401. margin-right: 0 !important;
  402. }
  403. .price-pay .common ul {
  404. padding: 0 !important;
  405. }
  406. .ms-btn-secondarya {
  407. width: 4rem;
  408. height: 1.2rem;
  409. margin-left: .4rem !important;
  410. padding: .2rem !important;
  411. }
  412. body .price-pay .common .list3 li {
  413. width: 1.82rem;
  414. height: 1.4rem;
  415. padding: .2rem 0;
  416. margin-right: .32rem;
  417. margin-bottom: .32rem;
  418. }
  419. body .price-pay .common .list3 li:nth-child(3n) {
  420. margin-right: 0;
  421. }
  422. .price-list1,.price-list2,.price-list3,.price-pay .pay-money {
  423. padding: 0 .32rem !important;
  424. }
  425. .price-type {
  426. font-size: .28rem
  427. }
  428. .price-pay .price-list2 .list1 li {
  429. margin-right: 0 !important;
  430. width: 100%;
  431. padding: .22rem .84rem !important;
  432. }
  433. .price-pay .price-list2 .list1 li .text1 {
  434. font-size: .24rem;
  435. }
  436. .price-pay .price-list2 .list1 li .text2 {
  437. font-size: .4rem;
  438. }
  439. .price-img3 {
  440. height: .44rem
  441. }
  442. .price-pay .pay-money .ms-btn {
  443. width: 100% !important;
  444. }
  445. .price-pay .pay-money {
  446. margin-bottom: 1rem;
  447. }
  448. .plugin-share .app-share .label-wrap a {
  449. top: 0 !important;
  450. }
  451. /* .popover.fade {
  452. left: 30px !important;
  453. } */
  454. /* .popover.fade .arrow{
  455. display: none !important;
  456. } */
  457. .price-pay .pay-money .money .money-icon {
  458. font-size: .28rem;
  459. }
  460. .input-search .super-search {
  461. width: 3rem !important;
  462. }
  463. .super-btn-box .total {
  464. float: none;
  465. }
  466. }