ly.css 9.1 KB

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