.app { font-family: DengXian; color: #C3C1C1; font-weight: 400; height:100vh; .forget{ position: absolute; top: 67%; left: 10%; color: #46ABD7; } .switch { text-align: center; height: 100rpx; color: #46ABD7; position: absolute; top: 67%; left: 10%; } .loginbtn { width: 80%; height: 100rpx; text-align: center; line-height: 100rpx; background: #4C7BC9; border-radius: 51rpx; font-size: 41rpx; color: #FFFFFF; position: absolute; top: 57%; left: 10%; } .loginphone { background-color: #fff; width: 80%; height: 150rpx; position: absolute; left: 10%; top: 23%; input { font-size: 45rpx; color: #000000; } ::v-deep .uni-input-placeholder { padding-left: 40rpx; font-size: 41rpx; font-weight: 400; color: #C3C1C1; } .phone { padding-left: 40rpx; height: 150rpx; box-shadow: 0px 9px 31px 9px rgba(0, 0, 0, 0.03); } } .logincode { position: absolute; left: 10%; ::v-deep .u-input{ border: 0; } ::v-deep .u-input__input { padding-left: 20rpx; color: #000000; font-size: 42rpx; font-weight: 400; height: 100%; } } .title { height: 50rpx; font-size: 52rpx; font-weight: bold; color: #000000; line-height: 44rpx; position: absolute; top: 13%; left: 13%; } }