apps-detail.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011
  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 0 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. .form-group ul li .icon.icon-radio {
  671. width: 0.4rem;
  672. height: 0.4rem;
  673. margin-right: 0.28rem;
  674. }
  675. .senior .trust li,
  676. .senior .download-way li {
  677. float: left;
  678. margin-right: 0.8rem;
  679. margin-bottom: 0;
  680. padding: 0;
  681. }
  682. .download-template .template-list li {
  683. margin: 0 0.36rem 0.36rem 0;
  684. width: 1.6rem;
  685. height: 2rem;
  686. }
  687. .download-template .template-list li:nth-last-child(1),
  688. .download-template .template-list li:nth-last-child(2),
  689. .download-template .template-list li:nth-last-child(3) {
  690. margin-bottom: 0;
  691. }
  692. .download-template .form-group {
  693. margin-bottom: 0.6rem;
  694. }
  695. .download-template .form-group:last-child {
  696. margin-bottom: 0;
  697. }
  698. #tab-template {
  699. margin-bottom: 0.18rem;
  700. }
  701. .download-template .template-list li .t-checked::after {
  702. width: 0.32rem;
  703. height: 0.32rem;
  704. }
  705. }
  706. /* 下载记录样式 */
  707. .download-details {
  708. background-color: #fff;
  709. padding: 0;
  710. min-height: 360px;
  711. }
  712. .download-details .date {
  713. float: left;
  714. width: 150px;
  715. position: relative;
  716. }
  717. .download-details .date1 {
  718. margin-right: 8px;
  719. }
  720. .download-details .date2 {
  721. margin-right: 24px;
  722. }
  723. .download-details .date input {
  724. position: relative;
  725. z-index: 1;
  726. background-color: transparent;
  727. cursor: pointer;
  728. }
  729. .download-details .d-top {
  730. margin-bottom: 15px;
  731. }
  732. .download-details .d-top .form-control {
  733. height: 34px;
  734. width: 149px;
  735. padding: 0 35px 0 20px;
  736. box-sizing: border-box;
  737. }
  738. .download-details .d-top .line {
  739. margin-right: 8px;
  740. color: #aaa;
  741. width: 16px;
  742. height: 18px;
  743. border-bottom: 1px solid rgba(143, 149, 159, 1);
  744. font-size: 0;
  745. }
  746. .download-details .d-top button {
  747. color: rgba(33, 104, 251, 1);
  748. font-family: Source Han Sans SC;
  749. font-weight: 500;
  750. font-size: 16px;
  751. text-align: center;
  752. vertical-align: middle;
  753. height: 34px;
  754. line-height: 32px;
  755. border-radius: 4px;
  756. border-width: 1px;
  757. padding: 0 20px;
  758. border: 1px solid rgba(33, 104, 251, 1)
  759. }
  760. .download-details .d-top button:hover {
  761. color: #ffffff;
  762. }
  763. .download-details .d-top .num {
  764. margin-left: 40px;
  765. color: rgba(21, 21, 21, 1);
  766. font-family: Source Han Sans SC;
  767. font-weight: 500;
  768. font-size: 14px;
  769. line-height: 34px;
  770. text-align: center;
  771. vertical-align: middle;
  772. }
  773. .download-details .d-top .num i {
  774. color: rgba(33, 104, 251, 1);
  775. }
  776. .download-details .no-content {
  777. text-align: center;
  778. margin-top: 100px;
  779. }
  780. .download-details .no-content img {
  781. width: 100px;
  782. height: 100px;
  783. margin-bottom: 20px;
  784. }
  785. @media (max-width: 768px) {
  786. /* 表格的搜索栏 */
  787. .download-details .d-top {
  788. display: flex;
  789. flex-wrap: wrap;
  790. margin-bottom: 0.4rem;
  791. }
  792. .download-details .date {
  793. width: unset;
  794. margin-right: 0.4rem;
  795. }
  796. .download-details .date1 {
  797. margin-right: 0.08rem;
  798. }
  799. .download-details .d-top .form-control {
  800. width: 2rem;
  801. height: 0.64rem;
  802. font-size: 0.26rem;
  803. padding: 0 0.5rem 0 0.1rem;
  804. }
  805. .download-details .d-top .iconfont {
  806. width: 0.32rem;
  807. height: 0.32rem;
  808. }
  809. .download-details .d-top .icon-date {
  810. margin-right: 0;
  811. top: 0.16rem;
  812. right: 0.14rem;
  813. }
  814. .download-details .d-top .line {
  815. margin-right: 0.08rem;
  816. width: 0.24rem;
  817. height: 0.28rem;
  818. }
  819. .download-details .d-top .query {
  820. margin-top: 0;
  821. font-size: 0.32rem;
  822. padding: 0 0.38rem;
  823. height: 0.64rem;
  824. line-height: 0.6rem;
  825. border-radius: 0.08rem;
  826. margin-bottom: 0.4rem;
  827. }
  828. .download-details .d-top .num {
  829. margin-left: 0;
  830. font-size: 0.28rem;
  831. line-height: 0.64rem;
  832. margin-top: 0;
  833. margin-right: 0.24rem;
  834. }
  835. .download-details .d-top button {
  836. font-size: 0.32rem;
  837. height: 0.64rem;
  838. line-height: 0.6rem;
  839. border-radius: 0.08rem;
  840. border-width: 0.02rem;
  841. padding: 0 0.4rem;
  842. }
  843. /* 表格 */
  844. .download-details {
  845. min-height: unset;
  846. padding-bottom: 0.74rem;
  847. }
  848. }