diff --git a/colorui/main.scss b/colorui/main.scss
index 82df367..ce6040d 100644
--- a/colorui/main.scss
+++ b/colorui/main.scss
@@ -1199,6 +1199,7 @@ button.cuIcon.lg {
position: absolute;
right: 0;
display: flex;
+ flex: 1;
width: 260upx;
height: 100%;
transform: translateX(100%);
@@ -2323,9 +2324,9 @@ button.cuIcon.lg {
.cu-form-group {
background-color: $white;
- padding: 1upx 30upx;
+ // padding: 1upx 30upx;
display: flex;
- align-items: center;
+ align-items: left;
min-height: 100upx;
justify-content: space-between;
}
@@ -2335,23 +2336,20 @@ button.cuIcon.lg {
}
.cu-form-group .title {
- text-align: justify;
+ text-align: left;
padding-right: 30upx;
- font-size: 30upx;
+ font-size: 32upx;
position: relative;
- height: 60upx;
- line-height: 60upx;
}
.cu-form-group input {
- flex: 1;
- font-size: 30upx;
- color: #555;
+ font-size: 34upx;
+ color: $gray;
padding-right: 20upx;
}
.cu-form-group > text[class*='cuIcon-'] {
- font-size: 36upx;
+ font-size: 34upx;
padding: 0;
box-sizing: border-box;
}
diff --git a/pages.json b/pages.json
index 3eca2cd..521b7e4 100644
--- a/pages.json
+++ b/pages.json
@@ -21,6 +21,12 @@
"style": {
"navigationBarTitleText": "领取健康码"
}
+ },
+ {
+ "path": "pages/basic-info/basic-info",
+ "style": {
+ "navigationBarTitleText": "基本信息填写"
+ }
}
],
diff --git a/pages/basic-info/basic-info.vue b/pages/basic-info/basic-info.vue
new file mode 100644
index 0000000..6f13354
--- /dev/null
+++ b/pages/basic-info/basic-info.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/components/home.vue b/pages/index/components/home.vue
index d771d66..da67d8b 100644
--- a/pages/index/components/home.vue
+++ b/pages/index/components/home.vue
@@ -58,7 +58,7 @@ export default {
name: 'Home',
data() {
return {
- coad: true,
+ coad: false,
}
}
};
diff --git a/pages/index/components/mine.vue b/pages/index/components/mine.vue
index 4deaeea..89db885 100644
--- a/pages/index/components/mine.vue
+++ b/pages/index/components/mine.vue
@@ -8,7 +8,7 @@
{{ userInfo.nickName }}
- {{ userInfo.classes }}
+ {{ userInfo.classes }}
@@ -16,20 +16,20 @@