@@ -1,4 +1,5 @@
@import (css) "/app.wxss";
+
.main {
background-color: var(--mainColor);
@@ -16,12 +17,15 @@
padding: 10px;
.text {
+ width: 22vw;
color: var(--f85Color);
font-size: var(--font16Size);
}
.text1 {
+ width: 70vw;
+ text-align: right;
.image {
@@ -16,11 +16,14 @@
.main .one .one_1 .text {
.main .one .one_1 .text1 {
.main .one .one_1 .image {
width: 15vw;
@@ -46,7 +46,8 @@
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": true
+ "ignoreUploadUnusedFiles": true,
+ "useStaticServer": true
},
"compileType": "miniprogram",
"libVersion": "2.19.4",