apps-info-top.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. .app-details .details-top.my-apps-detail-top {
  2. padding: 36px 20px 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: 2px !important;
  53. width: 14px;
  54. height: 14px;
  55. background: url(/static/index/image/my-app/icon-android.svg) no-repeat center center;
  56. background-size: 100% 100%;
  57. width: 14px;
  58. height: 14px;
  59. display: inline-block;
  60. vertical-align: middle;
  61. position: relative;
  62. top: -2px !important;
  63. }
  64. .app-details .my-apps-detail-top .information dd span.iconfont::before {
  65. content: '';
  66. }
  67. .app-details .my-apps-detail-top .information dd span.iconfont.icon-android {
  68. background-image: url(/static/index/image/my-app/icon-android.svg);
  69. margin-right: 0;
  70. }
  71. .app-details .my-apps-detail-top .information dd span.iconfont.icon-iphone {
  72. background-image: url(/static/index/image/my-app/icon-ios.svg);
  73. top: -1px !important;
  74. }
  75. .app-details .my-apps-detail-top .details-upload-new-version,
  76. .app-details .my-apps-detail-top .details-preview,
  77. .app-details .my-apps-detail-top .details-merge {
  78. width: unset;
  79. background: rgba(33, 104, 251, 1);
  80. /* width: 154px; */
  81. height: 40px;
  82. border-radius: 4px;
  83. color: rgba(255, 255, 255, 1);
  84. font-family: Source Han Sans SC;
  85. font-weight: 500;
  86. font-size: 16px;
  87. line-height: 40px;
  88. padding: 0 20px;
  89. }
  90. .app-details .my-apps-detail-top .details-merge {
  91. background: rgba(255, 116, 41, 1);
  92. }
  93. .app-details .my-apps-detail-top .information {
  94. flex: 1;
  95. margin: 0 20px;
  96. min-width: 0; /* 防止内容溢出 */
  97. }
  98. .app-details .my-apps-detail-top .d-right {
  99. width: 399px;
  100. margin-top: 0;
  101. flex-shrink: 0;
  102. }
  103. .my-apps-detail-top .iconfont {
  104. background: url(/static/index/image/inner-nav/icon1.svg) no-repeat center center;
  105. background-size: 100% 100%;
  106. width: 24px;
  107. height: 24px;
  108. display: inline-block;
  109. vertical-align: middle;
  110. position: relative;
  111. top: -3px !important;
  112. }
  113. .my-apps-detail-top .d-right .iconfont::before {
  114. content: '';
  115. }
  116. .my-apps-detail-top .icon-upload1 {
  117. background-image: url(/static/index/image/inner-nav/icon1.svg);
  118. margin-right: 0;
  119. }
  120. .my-apps-detail-top .icon-preview {
  121. background-image: url(/static/index/image/inner-nav/icon2.svg);
  122. }
  123. .my-apps-detail-top .icon-merge {
  124. background-image: url(/static/index/image/inner-nav/icon3.svg);
  125. }
  126. .my-apps-detail-top .iconfont+.text {
  127. position: relative;
  128. top: -1px !important;
  129. margin-left: 6px;
  130. }
  131. @media (min-width: 768px) and (max-width: 1199px) {
  132. .app-details .my-apps-detail-top .d-right {
  133. width: 230px;
  134. }
  135. .app-details .my-apps-detail-top .d-right>button,
  136. .app-details .my-apps-detail-top .d-right>a {
  137. width: 67px;
  138. }
  139. .my-apps-detail-top .iconfont+.text {
  140. font-size: 0;
  141. margin-left: 0;
  142. }
  143. }