apps-info-top.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .app-details .details-top.my-apps-detail-top {
  2. padding: 36px 30px;
  3. display: flex;
  4. align-items: center;
  5. justify-content: space-between;
  6. }
  7. .app-details .my-apps-detail-top .upload-icon-common {
  8. width: 72px;
  9. height: 72px;
  10. border-radius: 18px;
  11. flex-shrink: 0;
  12. }
  13. .app-details .my-apps-detail-top .information dt {
  14. margin-bottom: 10px;
  15. }
  16. .app-details .my-apps-detail-top .information dt .i-tit {
  17. line-height: 26px;
  18. height: 26px;
  19. display: block;
  20. }
  21. .app-details .my-apps-detail-top .information dt .text {
  22. color: rgba(21, 21, 21, 1);
  23. font-family: Arial;
  24. font-weight: 700;
  25. font-size: 24px;
  26. line-height: 23px;
  27. margin-right: 13px;
  28. }
  29. .app-details .my-apps-detail-top .information dt .version {
  30. background: rgba(255, 116, 41, 1);
  31. width: 63px;
  32. height: 26px;
  33. border-radius: 6px;
  34. top: -4px;
  35. line-height: 26px;
  36. left: 0;
  37. position: relative;
  38. display: inline-block;
  39. }
  40. .app-details .my-apps-detail-top .information dd {
  41. color: rgba(143, 149, 159, 1) !important;
  42. font-family: Source Han Sans SC;
  43. font-weight: 400;
  44. font-size: 13px;
  45. line-height: 13px;
  46. margin-top: 4px !important;
  47. }
  48. .app-details .my-apps-detail-top .information dd span {
  49. margin-right: 20px !important;
  50. }
  51. .app-details .my-apps-detail-top .information dd span.iconfont {
  52. margin-right: 4px !important;
  53. width: 14px;
  54. height: 14px;
  55. }
  56. .app-details .my-apps-detail-top .details-upload-new-version,
  57. .app-details .my-apps-detail-top .details-preview,
  58. .app-details .my-apps-detail-top .details-merge {
  59. width: unset;
  60. background: rgba(33, 104, 251, 1);
  61. /* width: 154px; */
  62. height: 40px;
  63. border-radius: 4px;
  64. color: rgba(255, 255, 255, 1);
  65. font-family: Source Han Sans SC;
  66. font-weight: 500;
  67. font-size: 16px;
  68. line-height: 40px;
  69. padding: 0 20px;
  70. }
  71. .app-details .my-apps-detail-top .details-merge {
  72. background: rgba(255, 116, 41, 1);
  73. }
  74. .app-details .my-apps-detail-top .information {
  75. flex: 1;
  76. margin: 0 20px;
  77. min-width: 0; /* 防止内容溢出 */
  78. }
  79. .app-details .my-apps-detail-top .d-right {
  80. width: 456px;
  81. margin-top: 0;
  82. flex-shrink: 0;
  83. }
  84. .my-apps-detail-top .iconfont {
  85. background: url(/static/index/image/inner-nav/icon1.svg) no-repeat center center;
  86. background-size: 100% 100%;
  87. width: 24px;
  88. height: 24px;
  89. display: inline-block;
  90. vertical-align: middle;
  91. position: relative;
  92. top: -3px !important;
  93. }
  94. .my-apps-detail-top .d-right .iconfont::before {
  95. content: '';
  96. }
  97. .my-apps-detail-top .icon-upload1 {
  98. background-image: url(/static/index/image/inner-nav/icon1.svg);
  99. margin-right: 0;
  100. }
  101. .my-apps-detail-top .icon-preview {
  102. background-image: url(/static/index/image/inner-nav/icon2.svg);
  103. }
  104. .my-apps-detail-top .icon-merge {
  105. background-image: url(/static/index/image/inner-nav/icon3.svg);
  106. }
  107. .my-apps-detail-top .iconfont+.text {
  108. position: relative;
  109. top: -1px !important;
  110. margin-left: 6px;
  111. }
  112. @media (min-width: 768px) and (max-width: 1199px) {
  113. .app-details .my-apps-detail-top .d-right {
  114. width: 230px;
  115. }
  116. .app-details .my-apps-detail-top .d-right>button,
  117. .app-details .my-apps-detail-top .d-right>a {
  118. width: 67px;
  119. }
  120. .my-apps-detail-top .iconfont+.text {
  121. font-size: 0;
  122. margin-left: 0;
  123. }
  124. }