apps-info-top.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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. line-height: 40px;
  87. padding: 0 20px;
  88. }
  89. .app-details .my-apps-detail-top .details-merge {
  90. background: rgba(255, 116, 41, 1);
  91. }
  92. .app-details .my-apps-detail-top .information {
  93. flex: 1;
  94. margin: 0 20px;
  95. min-width: 0;
  96. /* 防止内容溢出 */
  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: 0;
  130. font-size: 16px;
  131. }
  132. @media (min-width: 768px) and (max-width: 1199px) {
  133. .app-details .my-apps-detail-top .d-right {
  134. width: 230px;
  135. }
  136. .app-details .my-apps-detail-top .d-right>button,
  137. .app-details .my-apps-detail-top .d-right>a {
  138. width: 67px;
  139. }
  140. .my-apps-detail-top .iconfont+.text {
  141. font-size: 0;
  142. margin-left: 0;
  143. }
  144. }
  145. @media screen and (max-width: 767px) {
  146. .app-details .details-top.my-apps-detail-top {
  147. padding: 0.4rem 0.32rem 0.4rem 0.32rem;
  148. flex-wrap: wrap;
  149. }
  150. .app-details .my-apps-detail-top .upload-icon-common {
  151. width: 1.2rem;
  152. height: 1.2rem;
  153. border-radius: 0.24rem;
  154. }
  155. .app-details .my-apps-detail-top .information {
  156. margin: 0 0 0 0.32rem;
  157. }
  158. .app-details .my-apps-detail-top .information dt .text {
  159. font-family: Arial;
  160. font-weight: 700;
  161. font-size: 0.4rem;
  162. line-height: 0.46rem;
  163. margin-right: 0.4rem;
  164. }
  165. .app-details .my-apps-detail-top .information dt .version {
  166. top: -0.06rem;
  167. left: -0.1rem;
  168. font-weight: 500;
  169. font-size: 0.26rem;
  170. height: 0.4rem;
  171. line-height: 0.4rem;
  172. border-radius: 0.12rem;
  173. width: 1.08rem;
  174. }
  175. .app-details .my-apps-detail-top .information dt {
  176. margin-bottom: 0.16rem;
  177. }
  178. .app-details .my-apps-detail-top .information dd {
  179. margin-top: 0 !important;
  180. }
  181. .app-details .my-apps-detail-top .information dd span {
  182. font-family: Source Han Sans SC;
  183. font-weight: 400;
  184. font-size: 0.24rem;
  185. line-height: 0.26rem;
  186. margin-right: 0.48rem !important;
  187. margin-bottom: 0.16rem;
  188. }
  189. .my-apps-detail-top .iconfont+.text {
  190. font-size: 0.28rem;
  191. }
  192. .my-apps-detail-top .iconfont {
  193. width: 0.4rem;
  194. height: 0.4rem;
  195. top: -0.14rem !important;
  196. }
  197. .app-details .my-apps-detail-top .details-upload-new-version,
  198. .app-details .my-apps-detail-top .details-preview,
  199. .app-details .my-apps-detail-top .details-merge {
  200. padding: 0 0.24rem;
  201. font-size: 0;
  202. box-shadow: unset;
  203. }
  204. .my-apps-detail-top .iconfont+.text {
  205. margin-left: 0.08rem;
  206. }
  207. .app-details .my-apps-detail-top .d-right {
  208. width: unset;
  209. }
  210. .release-app2 .aside-right .app-details .details-top .fr {
  211. margin: 0.36rem auto 0;
  212. }
  213. .app-details .details-bottom {
  214. padding: 0.4rem 0 0.66rem 0;
  215. }
  216. .release-app2 .aside-right .app-details .details-bottom .table-responsive {
  217. overflow-y: hidden;
  218. }
  219. .app-details .details-bottom table th .th-line {
  220. font-weight: 500;
  221. font-size: 0.28rem;
  222. line-height: 0.46rem;
  223. }
  224. .release-app2 .aside-right .app-details .details-bottom table {
  225. margin-bottom: 0.32rem;
  226. }
  227. .release-app2 .aside-right .app-details .details-bottom table:last-child {
  228. margin-bottom: 0;
  229. }
  230. .release-app2 .aside-right .app-details .details-bottom table th {
  231. padding: 0 0.1rem 0 0;
  232. }
  233. .release-app2 .aside-right .app-details .details-bottom table td {
  234. padding: 0 0.1rem 0 0;
  235. }
  236. .app-details2 .app-information .more-wrap img {
  237. width: 1rem;
  238. height: 1rem;
  239. left: 1.64rem;
  240. top: -0.44rem;
  241. }
  242. .table-responsive {
  243. margin-bottom: 0;
  244. }
  245. .app-details2 .app-information .more-wrap img:hover {
  246. width: 2.5rem;
  247. height: 2.5rem;
  248. left: 1.4rem;
  249. top: -2.2rem;
  250. }
  251. .info-container {
  252. display: flex;
  253. }
  254. .info-container:not(:last-child) {
  255. margin-bottom: 0.32rem;
  256. }
  257. .info-label {
  258. height: 0.46rem;
  259. display: inline-block;
  260. padding-left: unset;
  261. color: rgba(21, 21, 21, 1);
  262. font-family: Source Han Sans SC;
  263. font-weight: 500;
  264. font-size: 0.28rem;
  265. line-height: 0.46rem;
  266. display: block;
  267. }
  268. .info-value {
  269. padding: 0;
  270. font-family: Source Han Sans SC;
  271. font-weight: 500;
  272. font-size: 0.28rem;
  273. line-height: 0.46rem;
  274. vertical-align: middle;
  275. color: rgba(143, 149, 159, 1);
  276. }
  277. .info-copy {
  278. color: rgba(33, 104, 251, 1);
  279. font-family: Source Han Sans SC;
  280. font-weight: 500;
  281. font-size: 0.26rem;
  282. line-height: 0.46rem;
  283. border: unset;
  284. background: unset;
  285. }
  286. }