ly.css 9.0 KB

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