apps-detail.css 19 KB

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