diff --git a/pages.json b/pages.json
index 83333cf..0ef2fd1 100644
--- a/pages.json
+++ b/pages.json
@@ -1,103 +1,86 @@
{
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- }
- },
- {
- "path" : "pages/visitors_new/visitors_new",
- "style" :
- {
- "navigationBarTitleText" : "就诊人"
- }
- },
- {
- "path" : "pages/waiting_method/waiting_method",
- "style" :
- {
+ "pages": [{
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "就诊人"
+ }
+ },
+ {
+ "path": "pages/visitors_new/visitors_new",
+ "style": {
+ "navigationBarTitleText": "就诊人"
+ }
+ },
+ {
+ "path": "pages/waiting_method/waiting_method",
+ "style": {
"navigationBarTitleText": "候诊方式",
"enablePullDownRefresh": false
}
},
{
- "path" : "pages/prebook_list/prebook_list",
- "style" :
- {
+ "path": "pages/prebook_list/prebook_list",
+ "style": {
"navigationBarTitleText": "就诊记录",
"enablePullDownRefresh": false
}
},
-
+
{
- "path" : "pages/book_detail/book_detail",
- "style" :
- {
+ "path": "pages/book_detail/book_detail",
+ "style": {
"navigationBarTitleText": "预约详情",
"enablePullDownRefresh": false
}
},
{
- "path" : "pages/user_modify/user_modify",
- "style" :
- {
+ "path": "pages/user_modify/user_modify",
+ "style": {
"navigationBarTitleText": "修改资料",
"enablePullDownRefresh": false
}
},
{
- "path" : "pages/usercenter/usercenter",
- "style" :
- {
+ "path": "pages/usercenter/usercenter",
+ "style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
-
+
},
- {
- "path" : "pages/modify_visitor/modify_visitor",
- "style" :
- {
+ {
+ "path": "pages/modify_visitor/modify_visitor",
+ "style": {
"navigationBarTitleText": "就诊人信息",
"enablePullDownRefresh": false
}
},
{
- "path" : "pages/prebook/prebook",
- "style" :
- {
+ "path": "pages/prebook/prebook",
+ "style": {
"navigationBarTitleText": "预约就诊",
"enablePullDownRefresh": false
}
},
{
- "path" : "pages/visitors/visitors",
- "style" :
- {
+ "path": "pages/visitors/visitors",
+ "style": {
"navigationBarTitleText": "选择就诊人",
"enablePullDownRefresh": false
}
},
{
- "path" : "pages/visitors_new/visitors_new",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/visit_detail/visit_detail",
- "style" :
- {
- "navigationBarTitleText" : "就诊详情"
- }
+ "path": "pages/visit_detail/visit_detail",
+ "style": {
+ "navigationBarTitleText": "就诊详情"
+ }
}
],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle":"custom"
- },
- "uniIdRouter": {}
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "backgroundColor": "#FFFFFF"
+ },
+ "uniIdRouter": {}
}
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 56f9a19..f27d043 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -14,6 +14,7 @@
+
@@ -41,7 +42,7 @@
- {{item.hospital_name}}
+ {{item.hospital_name}}
@@ -79,8 +80,8 @@
-
-
+
+
@@ -106,8 +107,7 @@
-
-
+
@@ -363,10 +363,11 @@
overflow: hidden;
margin-top: 31rpx;
& view:first-of-type{
- color: #000000;
- letter-spacing: 1rpx;
+ color: #333;
+ letter-spacing: 1.32rpx;
margin-right: 27rpx;
max-width: 250rpx;
+ font-weight: 500;
}
& view:last-of-type{
view{
@@ -387,7 +388,7 @@
width: 480rpx;
line-height: 40rpx;
font-size: 28rpx;
- color: #38503F;
+ color: #666666;
margin-top: 21rpx;
}
}
@@ -417,6 +418,7 @@
// height: auto;
overflow-y: auto;
max-height: 200rpx;
+ color: #666666;
}
}
.title-wrapper{
@@ -462,6 +464,11 @@
flex-wrap: wrap;
column-gap: 20rpx;
row-gap: 12rpx;
+ .hospital_name{
+ color: #333;
+ font-size: 32rpx;
+
+ }
img{
width: 20rpx;
height: 32rpx;
@@ -487,7 +494,7 @@
line-height: 40rpx;
font-size: 28rpx;
color: #949699;
- margin-top: 14rpx;
+ margin-top: 22rpx;
}
}
.right{
@@ -529,6 +536,7 @@
line-height: 39rpx;
color: #666666;
margin-top: 22rpx;
+ margin-bottom: 24rpx;
word-break: break-all;
}
.notice-collapse {
@@ -596,6 +604,7 @@
.bot{
margin-top: 16rpx;
+ font-size: 32rpx;
}
}
}