@@ -159,6 +159,8 @@ textarea {
}
#root #AppM {
overflow: hidden;
+ max-width: 500px;
+ margin: 0 auto;
width: 100%;
height: 100%;
position: relative;
@@ -194,6 +194,8 @@ textarea {
// 移动端AppM组件的样式
#AppM {
.noFindPage {
padding-top: 0;
@@ -22,7 +22,7 @@
top: 50%;
transform: translate(-50%, -50%);
width: 90%;
- max-width: 90%;
+ max-width: 400px;
height: auto;
@@ -61,9 +61,11 @@
.D1row {
height: 120px;
- margin-bottom: 60px;
- padding: 0 20px 0 60px;
+ padding: 0 5% 0 14%;
+ max-width: 450px;
+ margin: 0 auto 60px;
+ min-width: 340px;
.D1row1 {
@@ -74,12 +76,14 @@
justify-content: center;
flex-direction: column;
color: var(--themeColor);
- &>div{
+
+ &>div {
font-size: 16px;
font-weight: 700;
margin-bottom: 6px;
- &>p{
+ &>p {
opacity: .6;