登录
This commit is contained in:
parent
02cdac88dd
commit
c103da8513
29
pages.json
29
pages.json
@ -3,6 +3,14 @@
|
|||||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||||
},
|
},
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||||
|
{
|
||||||
|
"path": "pages/index/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"path": "pages/homepage/homepage",
|
"path": "pages/homepage/homepage",
|
||||||
@ -10,17 +18,16 @@
|
|||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
"path": "pages/login/login",
|
// {
|
||||||
"style": {
|
// "path": "pages/login/login",
|
||||||
"navigationBarTitleText": "",
|
// "style": {
|
||||||
"enablePullDownRefresh": false,
|
// "navigationBarTitleText": "",
|
||||||
"navigationStyle": "custom"
|
// "enablePullDownRefresh": false,
|
||||||
"navigationBarTitleText": "",
|
// "navigationStyle": "custom"
|
||||||
"enablePullDownRefresh": false,
|
// }
|
||||||
"navigationStyle": "custom"
|
// },
|
||||||
}
|
{
|
||||||
}, {
|
|
||||||
"path": "pages/myinformation/myinformation",
|
"path": "pages/myinformation/myinformation",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的",
|
"navigationBarTitleText": "我的",
|
||||||
|
|||||||
@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
.login {
|
.login {
|
||||||
top: 31px;
|
top: 31px;
|
||||||
width: 30%;
|
width: 36%;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
|
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
|
||||||
@ -133,10 +133,11 @@
|
|||||||
|
|
||||||
.name {
|
.name {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 96%;
|
width: 83%;
|
||||||
/* background: red; */
|
/* background: red; */
|
||||||
left: 9%;
|
left: 50%;
|
||||||
top: 9%;
|
transform: translateX(-50%);
|
||||||
|
top: 9%;
|
||||||
|
|
||||||
::v-deep .u-form-item--left {
|
::v-deep .u-form-item--left {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user