ly.css 8.8 KB

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