ly.css 8.7 KB

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