|
@@ -111,7 +111,7 @@
|
|
|
}
|
|
|
|
|
|
.app-details .my-apps-detail-top .d-right {
|
|
|
- width: 399px;
|
|
|
+ width: 379px;
|
|
|
margin-top: 0;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
@@ -168,21 +168,27 @@
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
+ .app-details .my-apps-detail-top .information dt .i-tit {
|
|
|
+ line-height: 0.46rem;
|
|
|
+ height: 0.46rem;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+
|
|
|
.app-details .details-top.my-apps-detail-top {
|
|
|
padding: 0.4rem 0.32rem 0.4rem 0.32rem;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details .my-apps-detail-top .upload-icon-common {
|
|
|
width: 1.2rem;
|
|
|
height: 1.2rem;
|
|
|
border-radius: 0.24rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details .my-apps-detail-top .information {
|
|
|
margin: 0 0 0 0.32rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details .my-apps-detail-top .information dt .text {
|
|
|
font-family: Arial;
|
|
|
font-weight: 700;
|
|
@@ -190,7 +196,7 @@
|
|
|
line-height: 0.46rem;
|
|
|
margin-right: 0.4rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details .my-apps-detail-top .information dt .version {
|
|
|
top: -0.06rem;
|
|
|
left: -0.1rem;
|
|
@@ -201,15 +207,23 @@
|
|
|
border-radius: 0.12rem;
|
|
|
width: 1.08rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details .my-apps-detail-top .information dt {
|
|
|
margin-bottom: 0.16rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details .my-apps-detail-top .information dd {
|
|
|
margin-top: 0 !important;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+ .app-details .my-apps-detail-top .information dd span.iconfont {
|
|
|
+ margin-right: 0.01rem !important;
|
|
|
+ width: 0.28rem;
|
|
|
+ height: 0.28rem;
|
|
|
+ top: -0.01rem !important;
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+
|
|
|
.app-details .my-apps-detail-top .information dd span {
|
|
|
font-family: Source Han Sans SC;
|
|
|
font-weight: 400;
|
|
@@ -218,93 +232,99 @@
|
|
|
margin-right: 0.48rem !important;
|
|
|
margin-bottom: 0.16rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.my-apps-detail-top .iconfont+.text {
|
|
|
font-size: 0.28rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.my-apps-detail-top .iconfont {
|
|
|
width: 0.4rem;
|
|
|
height: 0.4rem;
|
|
|
top: -0.14rem !important;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details .my-apps-detail-top .details-upload-new-version,
|
|
|
.app-details .my-apps-detail-top .details-preview,
|
|
|
.app-details .my-apps-detail-top .details-merge {
|
|
|
padding: 0 0.24rem;
|
|
|
font-size: 0;
|
|
|
box-shadow: unset;
|
|
|
+ height: 0.68rem;
|
|
|
+ line-height: 0.68rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.my-apps-detail-top .iconfont+.text {
|
|
|
margin-left: 0.08rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details .my-apps-detail-top .d-right {
|
|
|
width: unset;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.release-app2 .aside-right .app-details .details-top .fr {
|
|
|
margin: 0.36rem auto 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+ .app-details2 .app-information {
|
|
|
+ padding: 0 16px;
|
|
|
+ }
|
|
|
+
|
|
|
.app-details .details-bottom {
|
|
|
padding: 0.4rem 0 0.66rem 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.release-app2 .aside-right .app-details .details-bottom .table-responsive {
|
|
|
overflow-y: hidden;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details .details-bottom table th .th-line {
|
|
|
font-weight: 500;
|
|
|
font-size: 0.28rem;
|
|
|
line-height: 0.46rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.release-app2 .aside-right .app-details .details-bottom table {
|
|
|
margin-bottom: 0.32rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.release-app2 .aside-right .app-details .details-bottom table:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.release-app2 .aside-right .app-details .details-bottom table th {
|
|
|
padding: 0 0.1rem 0 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.release-app2 .aside-right .app-details .details-bottom table td {
|
|
|
padding: 0 0.1rem 0 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details2 .app-information .more-wrap img {
|
|
|
width: 1rem;
|
|
|
height: 1rem;
|
|
|
left: 1.64rem;
|
|
|
top: -0.44rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.table-responsive {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.app-details2 .app-information .more-wrap img:hover {
|
|
|
width: 2.5rem;
|
|
|
height: 2.5rem;
|
|
|
left: 1.4rem;
|
|
|
top: -2.2rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.info-container {
|
|
|
display: flex;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.info-container:not(:last-child) {
|
|
|
margin-bottom: 0.32rem;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.info-label {
|
|
|
height: 0.46rem;
|
|
|
display: inline-block;
|
|
@@ -316,7 +336,7 @@
|
|
|
line-height: 0.46rem;
|
|
|
display: block;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.info-value {
|
|
|
padding: 0;
|
|
|
font-family: Source Han Sans SC;
|
|
@@ -326,7 +346,7 @@
|
|
|
vertical-align: middle;
|
|
|
color: rgba(143, 149, 159, 1);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.info-copy {
|
|
|
color: rgba(33, 104, 251, 1);
|
|
|
font-family: Source Han Sans SC;
|