apps-detail.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. .app-details2 {
  2. background-color: unset;
  3. }
  4. .app-details2 .details-top,
  5. .app-details2 .app-information,
  6. .app-details2 .tabs {
  7. background-color: #ffffff;
  8. }
  9. .app-details .details-bottom table th .th-line {
  10. border-left: unset;
  11. height: 23px;
  12. display: inline-block;
  13. padding-left: unset;
  14. color: rgba(21, 21, 21, 1);
  15. font-family: Source Han Sans SC;
  16. font-weight: 500;
  17. font-size: 14px;
  18. line-height: 23px;
  19. vertical-align: middle;
  20. }
  21. .app-details2 .d-table-wrap table td {
  22. padding: 0;
  23. overflow: visible;
  24. }
  25. .app-details2 .d-table-wrap table td>div,
  26. .app-details2 .d-table-wrap table td>span,
  27. .app-details2 .d-table-wrap table td .test-download {
  28. padding: 0;
  29. font-family: Source Han Sans SC;
  30. font-weight: 500;
  31. font-size: 14px;
  32. line-height: 23px;
  33. vertical-align: middle;
  34. color: rgba(143, 149, 159, 1);
  35. }
  36. .app-details2 .copy.top-5 {
  37. color: rgba(33, 104, 251, 1);
  38. font-family: Source Han Sans SC;
  39. font-weight: 500;
  40. font-size: 13px;
  41. line-height: 23px;
  42. top: 0px;
  43. }
  44. .app-details2 .app-information .more-wrap img {
  45. width: 50px;
  46. height: 50px;
  47. position: absolute;
  48. left: 90px;
  49. top: -30px;
  50. transition: all 500ms;
  51. background-color: #fff;
  52. }
  53. .app-details2 .app-information .more-wrap img {
  54. width: 50px;
  55. height: 50px;
  56. position: absolute;
  57. left: 82px;
  58. top: -22px;
  59. transition: all 500ms;
  60. background-color: #fff;
  61. }
  62. /* 标签页样式 */
  63. .tabs {
  64. margin: 12px 0 0 0;
  65. padding: 10px 30px;
  66. }
  67. .tabs .nav-tabs {
  68. border-bottom: 0 solid #e5e5e5;
  69. /* 添加横向滚动支持 */
  70. overflow-x: auto;
  71. overflow-y: hidden;
  72. white-space: nowrap;
  73. display: flex;
  74. flex-wrap: nowrap;
  75. -webkit-overflow-scrolling: touch;
  76. /* iOS滚动优化 */
  77. scrollbar-width: none;
  78. /* Firefox隐藏滚动条 */
  79. -ms-overflow-style: none;
  80. /* IE隐藏滚动条 */
  81. }
  82. /* 隐藏Webkit浏览器的滚动条 */
  83. .tabs .nav-tabs::-webkit-scrollbar {
  84. display: none;
  85. }
  86. .tabs .nav-tabs>li>a {
  87. border: none;
  88. padding: 12px 2px;
  89. margin-right: 24px;
  90. border-radius: 0;
  91. color: rgba(143, 149, 159, 1);
  92. font-family: Source Han Sans SC;
  93. font-weight: 500;
  94. font-size: 15px;
  95. line-height: 20px;
  96. }
  97. .tabs .nav-tabs>li>a:hover {
  98. border: none;
  99. background-color: #ffffff;
  100. color: rgba(75, 132, 255, 1);
  101. }
  102. .tabs .nav-tabs>li.active>a,
  103. .tabs .nav-tabs>li.active>a:hover,
  104. .tabs .nav-tabs>li.active>a:focus {
  105. border: none;
  106. border-bottom: 2px solid rgba(75, 132, 255, 1);
  107. color: rgba(75, 132, 255, 1);
  108. font-weight: 700;
  109. }
  110. .tabs .tab-content {
  111. padding: 24px 0 0 0;
  112. }
  113. .tabs .tab-pane {
  114. min-height: 200px;
  115. }
  116. .app-details2 .table-list {
  117. padding: 0;
  118. }
  119. /* 设置区域样式 */
  120. .settings-section {
  121. margin-bottom: 30px;
  122. padding: 20px;
  123. background: #fff;
  124. border: 1px solid #e5e5e5;
  125. border-radius: 5px;
  126. }
  127. .section-title {
  128. margin: 0 0 20px 0;
  129. padding-bottom: 10px;
  130. border-bottom: 1px solid #e5e5e5;
  131. color: #333;
  132. font-size: 16px;
  133. font-weight: 600;
  134. }
  135. .section-title .iconfont {
  136. margin-right: 8px;
  137. color: #007AFF;
  138. }
  139. .form-group {
  140. margin-bottom: 15px;
  141. }
  142. .form-group .control-label {
  143. font-weight: 500;
  144. color: #555;
  145. margin-bottom: 5px;
  146. }
  147. .form-control-static {
  148. color: #333;
  149. padding: 8px 0;
  150. }
  151. .help-block {
  152. margin-top: 5px;
  153. color: #999;
  154. font-size: 12px;
  155. }
  156. .text-muted {
  157. color: #999;
  158. text-align: center;
  159. padding: 40px 0;
  160. }
  161. /* 通用icon样式 */
  162. .release-app2 .iconfont {
  163. background: url(/static/index/image/inner-nav/icon1.svg) no-repeat center center;
  164. background-size: 100% 100%;
  165. width: 23px;
  166. height: 23px;
  167. display: inline-block;
  168. vertical-align: middle;
  169. position: absolute;
  170. pointer-events: none;
  171. }
  172. .release-app2 .iconfont::before {
  173. content: '';
  174. }
  175. .release-app2 .iconfont.icon-date:before {
  176. content: "\e6aa";
  177. }
  178. .icon-date {
  179. background-image: url(/static/index/image/my-app/icon-date.svg);
  180. margin-right: 0;
  181. top: 6px;
  182. right: 12px;
  183. }
  184. /* 通用表格设置 */
  185. .table {
  186. border: 1px solid #e5e5e5;
  187. }
  188. .table>tbody>tr>th {
  189. background: rgba(245, 246, 247, 1);
  190. height: 36px;
  191. color: rgba(143, 149, 159, 1);
  192. font-family: Source Han Sans SC;
  193. font-weight: 500;
  194. font-size: 14px;
  195. line-height: 18px;
  196. text-align: center;
  197. vertical-align: middle !important;
  198. }
  199. .table>tbody>tr>td {
  200. color: rgba(0, 0, 0, 1);
  201. box-sizing: border-box;
  202. padding: 0 15px !important;
  203. height: 50px;
  204. text-align: center;
  205. font-family: Source Han Sans SC;
  206. font-weight: 400;
  207. font-size: 14px;
  208. line-height: 13px;
  209. border-top: unset;
  210. border-bottom: 1px solid rgba(232, 234, 236, 1);
  211. vertical-align: middle !important;
  212. }
  213. .table>tfoot>tr>td {
  214. padding: 0 15px !important;
  215. vertical-align: middle !important;
  216. text-align: center;
  217. }
  218. .table>tbody>tr:hover>td {
  219. background-color: #ebf7ff;
  220. }
  221. .table>tbody>tr>td.angle-parent {
  222. color: rgba(75, 132, 255, 1);
  223. }
  224. .table>tbody>tr>td>a {
  225. color: rgba(33, 104, 251, 1);
  226. font-weight: 500;
  227. font-size: 14px;
  228. }
  229. .table>tbody>tr>td>a+a {
  230. margin-left: 14px;
  231. }
  232. /* 翻页 */
  233. .pagination {
  234. margin: 10px 0 10px;
  235. }
  236. .pagination>li>a,
  237. .pagination>li>span {
  238. color: rgba(33, 104, 251, 1);
  239. }
  240. .pagination>.active>a,
  241. .pagination>.active>a:focus,
  242. .pagination>.active>a:hover,
  243. .pagination>.active>span,
  244. .pagination>.active>span:focus,
  245. .pagination>.active>span:hover {
  246. background-color: rgba(33, 104, 251, 1);
  247. border-color: rgba(33, 104, 251, 1);
  248. }
  249. .pagination>li:first-child {
  250. display: inline-block;
  251. padding: 7px 12px;
  252. background-color: transparent !important;
  253. border: unset;
  254. color: rgba(33, 104, 251, 1);
  255. pointer-events: none;
  256. }
  257. /* 通用表单样式 */
  258. .form-group .control-label {
  259. padding: 0;
  260. margin-bottom: 0;
  261. text-align: right;
  262. color: rgba(0, 0, 0, 1);
  263. font-family: Source Han Sans SC;
  264. font-weight: 500;
  265. font-size: 14px;
  266. line-height: 30px;
  267. }
  268. .form-control {
  269. border: 1px solid rgba(232, 234, 236, 1);
  270. width: 512px;
  271. height: 34px;
  272. padding: 0 20px;
  273. font-family: Source Han Sans SC;
  274. font-weight: 400;
  275. font-size: 14px;
  276. vertical-align: middle;
  277. color: rgba(0, 0, 0, 1);
  278. }
  279. .form-control:focus {
  280. border-color: #157df1;
  281. outline: 0;
  282. box-shadow: 0 0 0 2px rgba(21, 125, 241, 0.2);
  283. }
  284. .btn-apps-save {
  285. background: rgba(33, 104, 251, 1);
  286. line-height: 34px;
  287. border-radius: 4px;
  288. padding: 0 20px;
  289. color: #ffffff;
  290. border: unset;
  291. }
  292. /* 应用版本 */
  293. .app-details-update .form-control {
  294. width: 450px;
  295. }
  296. /* 基本设置 tab 页 - 表单样式 */
  297. .basic .form-group {
  298. margin-bottom: 20px;
  299. }
  300. .basic .form-group .control-label {
  301. width: 65px;
  302. }
  303. .basic .form-group .control-label span {
  304. color: #ff4222;
  305. margin-right: 2px;
  306. }
  307. .basic .short-link .link {
  308. background: rgba(246, 248, 250, 1);
  309. width: 278px;
  310. height: 34px;
  311. line-height: 34px;
  312. padding-left: 20px;
  313. color: rgba(0, 0, 0, 1);
  314. font-size: 14px;
  315. }
  316. .basic .short-link .link-wrap {
  317. display: flex;
  318. width: 640px;
  319. }
  320. #url {
  321. width: 234px;
  322. }
  323. .form-group ul li .icon.icon-radio {
  324. background: url('/static/index/image/my-app/icon-radio-off.svg') no-repeat center;
  325. background-size: 100% 100%;
  326. width: 20px;
  327. height: 20px;
  328. margin-right: 12px;
  329. top: 0;
  330. }
  331. .form-group ul li .icon.icon-radio-checked {
  332. background-image: url('/static/index/image/my-app/icon-radio-on.svg');
  333. }
  334. /* 模态框样式 */
  335. .ms-modal .modal-sm {
  336. width: 320px;
  337. }
  338. .ms-modal .modal-dialog {
  339. margin-top: 100px;
  340. }
  341. .ms-modal .modal-body {
  342. padding: 30px;
  343. }
  344. .ms-modal .modal-content {
  345. border-radius: 8px;
  346. border: none;
  347. box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  348. }
  349. .auto-hide-modal .modal-content {
  350. background-color: transparent;
  351. box-shadow: none;
  352. border: none;
  353. }
  354. .auto-hide-modal .auto-hide {
  355. background-color: #666;
  356. padding: 20px 25px;
  357. border-radius: 5px;
  358. display: inline-block;
  359. color: #fff;
  360. text-align: center;
  361. }
  362. .auto-hide .mt5 {
  363. margin-top: 5px;
  364. font-size: 14px;
  365. }
  366. /* 高级设置样式 */
  367. .senior .form-group {
  368. margin-bottom: 30px;
  369. }
  370. /* 单选按钮样式 */
  371. .senior .trust {
  372. list-style: none;
  373. padding: 0;
  374. margin: 0;
  375. }
  376. .senior .trust li {
  377. float: left;
  378. margin-right: 56px;
  379. cursor: pointer;
  380. padding: 8px 0;
  381. transition: all 0.3s ease;
  382. }
  383. .senior .trust li:hover {
  384. color: #157df1;
  385. }
  386. .senior .trust li.active {
  387. color: #157df1;
  388. }
  389. .senior .form-group .control-label {
  390. width: 84px;
  391. }
  392. /* 下载方式样式 */
  393. .senior .download-way {
  394. list-style: none;
  395. padding: 0;
  396. margin: 0;
  397. }
  398. .senior .download-way li {
  399. float: left;
  400. margin-right: 30px;
  401. cursor: pointer;
  402. padding: 10px 0;
  403. transition: all 0.3s ease;
  404. }
  405. .senior .download-way li:hover {
  406. color: #157df1;
  407. }
  408. .senior .download-way li.active {
  409. color: #157df1;
  410. }
  411. /* 表单控件样式 */
  412. .senior textarea.form-control {
  413. height: auto;
  414. min-height: 120px;
  415. resize: vertical;
  416. padding: 12px 20px;
  417. line-height: 1.5;
  418. }
  419. .senior .app_intro {
  420. width: 500px;
  421. height: 200px;
  422. }
  423. /* 条件显示元素 */
  424. #apppwd,
  425. .auth_code_dispense_url {
  426. transition: all 0.3s ease;
  427. }
  428. /* 模板设置样式 */
  429. .download-template .form-group {
  430. margin-bottom: 30px;
  431. }
  432. .download-template .form-group .control-label {
  433. width: 56px;
  434. }
  435. /* 模板语言设置样式 */
  436. .download-template .template-language {
  437. list-style: none;
  438. }
  439. .download-template .template-language li {
  440. float: left;
  441. margin-right: 56px;
  442. cursor: pointer;
  443. padding: 8px 0;
  444. }
  445. .download-template .template-language li:hover {
  446. color: #157df1;
  447. }
  448. .download-template .template-language li.active {
  449. color: #157df1;
  450. }
  451. .download-template .template-language li .icon-radio {
  452. background: url('/static/index/image/my-app/icon-radio-off.svg') no-repeat center;
  453. background-size: 100% 100%;
  454. width: 20px;
  455. height: 20px;
  456. margin-right: 12px;
  457. top: 0;
  458. }
  459. .download-template .template-language li .icon-radio-checked {
  460. background-image: url('/static/index/image/my-app/icon-radio-on.svg');
  461. }
  462. /* 模板选择样式 */
  463. .download-template .template-list {
  464. list-style: none;
  465. padding: 0;
  466. margin: 0;
  467. display: flex;
  468. flex-wrap: wrap;
  469. }
  470. .download-template .template-list li {
  471. position: relative;
  472. text-align: center;
  473. cursor: pointer;
  474. margin: 0 20px 20px 0;
  475. width: 120px;
  476. height: 151px;
  477. }
  478. .download-template .template-list li .t-checked {
  479. border: 2px solid rgba(43, 194, 101, 1);
  480. }
  481. .download-template .template-list li:hover,
  482. .download-template .template-list li.active {}
  483. .download-template .template-list li .t-checked::after {
  484. content: '';
  485. position: absolute;
  486. right: 0;
  487. bottom: 0;
  488. background-image: url('/static/index/image/my-app/icon-review.svg');
  489. background-size: 100% 100%;
  490. width: 25px;
  491. height: 25px;
  492. }
  493. .download-template .t-checked-wrap {
  494. position: relative;
  495. overflow: hidden;
  496. height: 100%;
  497. width: 100%;
  498. }
  499. .download-template .t-checked-wrap img {
  500. width: 100%;
  501. height: 100%;
  502. object-fit: cover;
  503. display: block;
  504. }
  505. .download-template .t-checked {
  506. position: absolute;
  507. top: 0;
  508. left: 0;
  509. right: 0;
  510. bottom: 0;
  511. display: none;
  512. align-items: center;
  513. justify-content: center;
  514. color: #fff;
  515. }
  516. .download-template .t-checked .icon-xuanzhong1 {
  517. font-size: 24px;
  518. }
  519. .download-template ul li .text {
  520. display: block;
  521. margin-top: 8px;
  522. color: #157df1;
  523. text-decoration: none;
  524. font-size: 14px;
  525. font-weight: 500;
  526. }
  527. .download-template ul li .text:hover {
  528. text-decoration: underline;
  529. }
  530. .download-template input[type="radio"] {
  531. display: none;
  532. }
  533. /* 下载记录样式 */
  534. .download-details {
  535. background-color: #fff;
  536. padding: 0;
  537. min-height: 360px;
  538. }
  539. .download-details .date {
  540. float: left;
  541. width: 150px;
  542. position: relative;
  543. }
  544. .download-details .date1 {
  545. margin-right: 8px;
  546. }
  547. .download-details .date2 {
  548. margin-right: 24px;
  549. }
  550. .download-details .date input {
  551. position: relative;
  552. z-index: 1;
  553. background-color: transparent;
  554. cursor: pointer;
  555. }
  556. .download-details .d-top {
  557. margin-bottom: 15px;
  558. }
  559. .download-details .d-top .form-control {
  560. height: 34px;
  561. width: 149px;
  562. padding: 0 35px 0 20px;
  563. box-sizing: border-box;
  564. }
  565. .download-details .d-top .line {
  566. margin-right: 8px;
  567. color: #aaa;
  568. width: 16px;
  569. height: 18px;
  570. border-bottom: 1px solid rgba(143, 149, 159, 1);
  571. font-size: 0;
  572. }
  573. .download-details .d-top button {
  574. color: rgba(33, 104, 251, 1);
  575. font-family: Source Han Sans SC;
  576. font-weight: 500;
  577. font-size: 16px;
  578. text-align: center;
  579. vertical-align: middle;
  580. height: 34px;
  581. line-height: 32px;
  582. border-radius: 4px;
  583. border-width: 1px;
  584. padding: 0 20px;
  585. border: 1px solid rgba(33, 104, 251, 1)
  586. }
  587. .download-details .d-top button:hover {
  588. color: #ffffff;
  589. background-color: rgba(33, 104, 251, 1);
  590. }
  591. .download-details .d-top .num {
  592. margin-left: 40px;
  593. color: rgba(21, 21, 21, 1);
  594. font-family: Source Han Sans SC;
  595. font-weight: 500;
  596. font-size: 14px;
  597. line-height: 34px;
  598. text-align: center;
  599. vertical-align: middle;
  600. }
  601. .download-details .d-top .num i {
  602. color: rgba(33, 104, 251, 1);
  603. }
  604. .download-details .no-content {
  605. text-align: center;
  606. margin-top: 100px;
  607. }
  608. .download-details .no-content img {
  609. width: 100px;
  610. height: 100px;
  611. margin-bottom: 20px;
  612. }
  613. @media (max-width: 768px) {
  614. /* 移动端导航优化 */
  615. .tabs {
  616. padding: 0 0.3rem 0.72rem 0.3rem;
  617. }
  618. .tabs .nav-tabs>li>a {
  619. padding: 0.2rem 0.08rem;
  620. margin-right: 0.48rem;
  621. font-size: 0.28rem;
  622. line-height: 0.4rem;
  623. }
  624. .tabs .tab-content {
  625. padding: 0.36rem 0 0 0;
  626. }
  627. #tab-basic {
  628. margin-top: 0.14rem;
  629. }
  630. .tabs .tab-pane {
  631. min-height: unset;
  632. }
  633. /* 表单页 */
  634. .form-control {
  635. width: 100%;
  636. height: 0.68rem;
  637. font-size: 0.28rem;
  638. padding: 0 0.24rem;
  639. }
  640. #updateModal .modal-body {
  641. padding: 15px;
  642. }
  643. .app-details-update .form-control {
  644. width: 100% !important;
  645. }
  646. .form-group .col-sm-6,
  647. .form-group .col-sm-10 {
  648. padding: 0;
  649. }
  650. /* 表格 */
  651. .table>tbody>tr>th {
  652. height: 0.72rem;
  653. font-size: 0.28rem;
  654. line-height: 0.36rem;
  655. }
  656. .table>tbody>tr>td {
  657. padding: 0 0.3rem !important;
  658. height: 1rem;
  659. font-size: 0.28rem;
  660. line-height: 0.26rem;
  661. }
  662. .pagination-wrap {
  663. display: flex;
  664. justify-content: center;
  665. }
  666. .pagination>li:first-child {
  667. padding: 0.14rem 0 0.14rem 0.24rem;
  668. }
  669. .basic .form-group .control-label {
  670. text-align: left;
  671. margin-bottom: 0.16rem;
  672. width: unset;
  673. font-size: 0.28rem;
  674. line-height: 0.46rem;
  675. }
  676. .basic .short-link .col-sm-6 {
  677. margin-bottom: 0.2rem;
  678. }
  679. .ms-modal .modal-dialog {
  680. margin: 1rem 0.3rem 0.2rem;
  681. }
  682. .basic .short-link .link {
  683. width: 4.4rem;
  684. height: 0.68rem;
  685. line-height: 0.68rem;
  686. padding-left: 0.24rem;
  687. color: rgba(0, 0, 0, 1);
  688. font-size: 0.28rem;
  689. }
  690. #url {
  691. width: 1.86rem;
  692. }
  693. .basic .form-group {
  694. margin-bottom: 0.4rem;
  695. }
  696. .btn-apps-save {
  697. margin: 0.28rem 0 0 1.56rem;
  698. width: 3.12rem;
  699. line-height: 0.68rem;
  700. border-radius: 0.08rem;
  701. padding: 0 0.4rem;
  702. }
  703. .senior .form-group .control-label {
  704. text-align: left;
  705. margin-bottom: 0.24rem;
  706. width: unset;
  707. font-size: 0.28rem;
  708. line-height: 0.4rem;
  709. }
  710. .senior .trust li,
  711. .senior .download-way li {
  712. float: left;
  713. margin-right: 0.8rem;
  714. margin-bottom: 0;
  715. padding: 0;
  716. }
  717. .senior .download-way {
  718. margin-bottom: 0;
  719. }
  720. .senior .form-group .col-sm-10 {
  721. padding: 0;
  722. }
  723. .senior {
  724. margin-top: 0.14rem;
  725. }
  726. .senior .form-group {
  727. margin-bottom: 0.4rem;
  728. }
  729. .senior textarea.form-control {
  730. width: 100%;
  731. height: 1.64rem;
  732. padding: 0.2rem 0.24rem;
  733. }
  734. .senior #submitAdvancedButton {
  735. margin-top: 0.48rem;
  736. }
  737. .download-template .form-group .control-label {
  738. text-align: left;
  739. width: unset;
  740. font-size: 0.28rem;
  741. line-height: 0.4rem;
  742. margin-bottom: 0.24rem;
  743. }
  744. .download-template .template-language li {
  745. float: left;
  746. margin-right: 0.48rem;
  747. margin-bottom: 0;
  748. padding: 0;
  749. }
  750. .download-template .template-language li:nth-child(3) {
  751. margin-right: 0;
  752. }
  753. .form-group ul li .icon.icon-radio {
  754. width: 0.4rem;
  755. height: 0.4rem;
  756. margin-right: 0.28rem;
  757. }
  758. .senior .trust li,
  759. .senior .download-way li {
  760. float: left;
  761. margin-right: 0.8rem;
  762. margin-bottom: 0;
  763. padding: 0;
  764. }
  765. .download-template .template-list li {
  766. margin: 0 0.36rem 0.36rem 0;
  767. width: 1.6rem;
  768. height: 2rem;
  769. }
  770. .download-template .template-list li:nth-last-child(1),
  771. .download-template .template-list li:nth-last-child(2),
  772. .download-template .template-list li:nth-last-child(3) {
  773. margin-bottom: 0;
  774. }
  775. .download-template .form-group {
  776. margin-bottom: 0.6rem;
  777. }
  778. .download-template .form-group:last-child {
  779. margin-bottom: 0;
  780. }
  781. #tab-template {
  782. margin-bottom: 0.18rem;
  783. }
  784. .download-template .template-list li .t-checked::after {
  785. width: 0.32rem;
  786. height: 0.32rem;
  787. }
  788. /* 表格的搜索栏 */
  789. .download-details .d-top {
  790. display: flex;
  791. flex-wrap: wrap;
  792. margin-bottom: 0.4rem;
  793. }
  794. .download-details .date {
  795. width: unset;
  796. margin-right: 0.4rem;
  797. }
  798. .download-details .date1 {
  799. margin-right: 0.08rem;
  800. }
  801. .download-details .d-top .form-control {
  802. width: 2rem;
  803. height: 0.64rem;
  804. font-size: 0.26rem;
  805. padding: 0 0.5rem 0 0.1rem;
  806. }
  807. .download-details .d-top .iconfont {
  808. width: 0.32rem;
  809. height: 0.32rem;
  810. }
  811. .download-details .d-top .icon-date {
  812. margin-right: 0;
  813. top: 0.16rem;
  814. right: 0.14rem;
  815. }
  816. .download-details .d-top .line {
  817. margin-right: 0.08rem;
  818. width: 0.24rem;
  819. height: 0.28rem;
  820. }
  821. .download-details .d-top .query {
  822. margin-top: 0;
  823. font-size: 0.32rem;
  824. padding: 0 0.38rem;
  825. height: 0.64rem;
  826. line-height: 0.6rem;
  827. border-radius: 0.08rem;
  828. margin-bottom: 0.4rem;
  829. }
  830. .download-details .d-top .num {
  831. margin-left: 0;
  832. font-size: 0.28rem;
  833. line-height: 0.64rem;
  834. margin-top: 0;
  835. margin-right: 0.24rem;
  836. }
  837. .download-details .d-top button {
  838. font-size: 0.32rem;
  839. height: 0.64rem;
  840. line-height: 0.6rem;
  841. border-radius: 0.08rem;
  842. border-width: 0.02rem;
  843. padding: 0 0.4rem;
  844. }
  845. .release-app2 .iconfont.icon-date:before {
  846. font-size: 0.26rem;
  847. top: 0;
  848. position: absolute;
  849. }
  850. /* 表格 */
  851. .download-details {
  852. min-height: unset;
  853. padding-bottom: 0.74rem;
  854. }
  855. }