apps-detail.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  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. .form-control::placeholder {
  641. font-size: 0.28rem;
  642. }
  643. #updateModal .modal-body {
  644. padding: 15px;
  645. }
  646. .app-details-update .form-control {
  647. width: 100% !important;
  648. }
  649. .form-group .col-sm-6,
  650. .form-group .col-sm-10 {
  651. padding: 0;
  652. }
  653. /* 表格 */
  654. .table>tbody>tr>th {
  655. height: 0.72rem;
  656. font-size: 0.28rem;
  657. line-height: 0.36rem;
  658. }
  659. .table>tbody>tr>td {
  660. padding: 0 0.3rem !important;
  661. height: 1rem;
  662. font-size: 0.28rem;
  663. line-height: 0.26rem;
  664. }
  665. .pagination-wrap {
  666. display: flex;
  667. justify-content: center;
  668. }
  669. .pagination>li:first-child {
  670. padding: 0.14rem 0 0.14rem 0.24rem;
  671. }
  672. .basic .form-group .control-label {
  673. text-align: left;
  674. margin-bottom: 0.16rem;
  675. width: unset;
  676. font-size: 0.28rem;
  677. line-height: 0.46rem;
  678. }
  679. .basic .short-link .col-sm-6 {
  680. margin-bottom: 0.2rem;
  681. }
  682. .ms-modal .modal-dialog {
  683. margin: 1rem 0.3rem 0.2rem;
  684. }
  685. .basic .short-link .link {
  686. width: 4.4rem;
  687. height: 0.68rem;
  688. line-height: 0.68rem;
  689. padding-left: 0.24rem;
  690. color: rgba(0, 0, 0, 1);
  691. font-size: 0.28rem;
  692. }
  693. #url {
  694. width: 1.86rem;
  695. }
  696. .basic .form-group {
  697. margin-bottom: 0.4rem;
  698. }
  699. .btn-apps-save {
  700. margin: 0.28rem 0 0 1.56rem;
  701. width: 3.12rem;
  702. line-height: 0.68rem;
  703. border-radius: 0.08rem;
  704. padding: 0 0.4rem;
  705. }
  706. .senior .form-group .control-label {
  707. text-align: left;
  708. margin-bottom: 0.24rem;
  709. width: unset;
  710. font-size: 0.28rem;
  711. line-height: 0.4rem;
  712. }
  713. .senior .trust li,
  714. .senior .download-way li {
  715. float: left;
  716. margin-right: 0.8rem;
  717. margin-bottom: 0;
  718. padding: 0;
  719. }
  720. .senior .download-way {
  721. margin-bottom: 0;
  722. }
  723. .senior .form-group .col-sm-10 {
  724. padding: 0;
  725. }
  726. .senior {
  727. margin-top: 0.14rem;
  728. }
  729. .senior .form-group {
  730. margin-bottom: 0.4rem;
  731. }
  732. .senior textarea.form-control {
  733. width: 100%;
  734. height: 1.64rem;
  735. padding: 0.2rem 0.24rem;
  736. }
  737. .senior #submitAdvancedButton {
  738. margin-top: 0.48rem;
  739. }
  740. .download-template .form-group .control-label {
  741. text-align: left;
  742. width: unset;
  743. font-size: 0.28rem;
  744. line-height: 0.4rem;
  745. margin-bottom: 0.24rem;
  746. }
  747. .download-template .template-language li {
  748. float: left;
  749. margin-right: 0.48rem;
  750. margin-bottom: 0;
  751. padding: 0;
  752. }
  753. .download-template .template-language li:nth-child(3) {
  754. margin-right: 0;
  755. }
  756. .form-group ul li .icon.icon-radio {
  757. width: 0.4rem;
  758. height: 0.4rem;
  759. margin-right: 0.28rem;
  760. }
  761. .senior .trust li,
  762. .senior .download-way li {
  763. float: left;
  764. margin-right: 0.8rem;
  765. margin-bottom: 0;
  766. padding: 0;
  767. }
  768. .download-template .template-list li {
  769. margin: 0 0.36rem 0.36rem 0;
  770. width: 1.6rem;
  771. height: 2rem;
  772. }
  773. .download-template .template-list li:nth-last-child(1),
  774. .download-template .template-list li:nth-last-child(2),
  775. .download-template .template-list li:nth-last-child(3) {
  776. margin-bottom: 0;
  777. }
  778. .download-template .form-group {
  779. margin-bottom: 0.6rem;
  780. }
  781. .download-template .form-group:last-child {
  782. margin-bottom: 0;
  783. }
  784. #tab-template {
  785. margin-bottom: 0.18rem;
  786. }
  787. .download-template .template-list li .t-checked::after {
  788. width: 0.32rem;
  789. height: 0.32rem;
  790. }
  791. /* 表格的搜索栏 */
  792. .download-details .d-top {
  793. display: flex;
  794. flex-wrap: wrap;
  795. margin-bottom: 0.4rem;
  796. }
  797. .download-details .date {
  798. width: unset;
  799. margin-right: 0.4rem;
  800. }
  801. .download-details .date1 {
  802. margin-right: 0.08rem;
  803. }
  804. .download-details .d-top .form-control {
  805. width: 2rem;
  806. height: 0.64rem;
  807. font-size: 0.26rem;
  808. padding: 0 0.5rem 0 0.1rem;
  809. }
  810. .download-details .d-top .iconfont {
  811. width: 0.32rem;
  812. height: 0.32rem;
  813. }
  814. .download-details .d-top .icon-date {
  815. margin-right: 0;
  816. top: 0.16rem;
  817. right: 0.14rem;
  818. }
  819. .download-details .d-top .line {
  820. margin-right: 0.08rem;
  821. width: 0.24rem;
  822. height: 0.28rem;
  823. }
  824. .download-details .d-top .query {
  825. margin-top: 0;
  826. font-size: 0.32rem;
  827. padding: 0 0.38rem;
  828. height: 0.64rem;
  829. line-height: 0.6rem;
  830. border-radius: 0.08rem;
  831. margin-bottom: 0.4rem;
  832. }
  833. .download-details .d-top .num {
  834. margin-left: 0;
  835. font-size: 0.28rem;
  836. line-height: 0.64rem;
  837. margin-top: 0;
  838. margin-right: 0.24rem;
  839. }
  840. .download-details .d-top button {
  841. font-size: 0.32rem;
  842. height: 0.64rem;
  843. line-height: 0.6rem;
  844. border-radius: 0.08rem;
  845. border-width: 0.02rem;
  846. padding: 0 0.4rem;
  847. }
  848. .release-app2 .iconfont.icon-date:before {
  849. font-size: 0.26rem;
  850. top: 0;
  851. position: absolute;
  852. }
  853. /* 表格 */
  854. .download-details {
  855. min-height: unset;
  856. padding-bottom: 0.74rem;
  857. }
  858. .table>tbody>tr>td>a {
  859. font-size: 0.28rem;
  860. }
  861. }