@@ -4,23 +4,6 @@ | |||||
}, | }, | ||||
//这个pages里只放这五个页面,新增页面时请对应的放到下面的分包里 | //这个pages里只放这五个页面,新增页面时请对应的放到下面的分包里 | ||||
"pages": [ | "pages": [ | ||||
// { | |||||
// "path": "pages/mine/registerForm", | |||||
// "style": { | |||||
// "navigationBarTitleText": "访客登记表", | |||||
// "navigationBarBackgroundColor": "#2671E2", | |||||
// "navigationBarTextStyle": "white" | |||||
// } | |||||
// }, | |||||
// { | |||||
// "path": "pages/mine/registerResult", | |||||
// "style": { | |||||
// "navigationBarTitleText": "访客登记表", | |||||
// "navigationBarBackgroundColor": "#2671E2", | |||||
// "navigationBarTextStyle": "white" | |||||
// } | |||||
// }, | |||||
{ | { | ||||
"path": "pages/index/guide", | "path": "pages/index/guide", | ||||
"style": { | "style": { | ||||
@@ -1127,6 +1127,7 @@ | |||||
display: flex; | display: flex; | ||||
flex-wrap: wrap; | flex-wrap: wrap; | ||||
.screen-record-item{ | .screen-record-item{ | ||||
min-width: 150rpx; | |||||
padding: 0 14rpx; | padding: 0 14rpx; | ||||
height: 60rpx; | height: 60rpx; | ||||
border-radius: 8rpx; | border-radius: 8rpx; | ||||
@@ -1274,8 +1274,9 @@ | |||||
.tian-input { | .tian-input { | ||||
width: 384rpx; | width: 384rpx; | ||||
font-size: 34rpx; | font-size: 34rpx; | ||||
padding: 0 10rpx; | |||||
border: none; | border: none; | ||||
border-bottom: 1px solid #eee; | |||||
border-bottom: 1px solid #e0e0e0; | |||||
} | } | ||||
} | } | ||||
.tian-view-t3 { | .tian-view-t3 { | ||||
@@ -1288,8 +1289,7 @@ | |||||
height: 60rpx; | height: 60rpx; | ||||
padding: 0 10rpx; | padding: 0 10rpx; | ||||
font-size: 34rpx; | font-size: 34rpx; | ||||
border-bottom: 1rpx solid #E0E0E0; | |||||
border-radius: 4rpx; | |||||
border-bottom: 1px solid #E0E0E0; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -2596,8 +2596,9 @@ | |||||
.tian-input { | .tian-input { | ||||
width: 384rpx; | width: 384rpx; | ||||
font-size: 34rpx; | font-size: 34rpx; | ||||
padding: 0 10rpx; | |||||
border: none; | border: none; | ||||
border-bottom: 1px solid #eee; | |||||
border-bottom: 1px solid #e0e0e0; | |||||
} | } | ||||
} | } | ||||
.tian-view-t3 { | .tian-view-t3 { | ||||
@@ -2610,8 +2611,7 @@ | |||||
height: 60rpx; | height: 60rpx; | ||||
padding: 0 10rpx; | padding: 0 10rpx; | ||||
font-size: 34rpx; | font-size: 34rpx; | ||||
border-bottom: 1rpx solid #E0E0E0; | |||||
border-radius: 4rpx; | |||||
border-bottom: 1px solid #E0E0E0; | |||||
} | } | ||||
} | } | ||||
} | } | ||||