ly.css 9.6 KB

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