作者 xuyangjie

修改登录样式

@@ -51,7 +51,8 @@ @@ -51,7 +51,8 @@
51 .input image:last-child{ 51 .input image:last-child{
52 position: absolute; 52 position: absolute;
53 right: 32rpx; 53 right: 32rpx;
54 - top: 32rpx; 54 + top: 50%;
  55 + margin-top: -16rpx;
55 width: 32rpx; 56 width: 32rpx;
56 height: 32rpx; 57 height: 32rpx;
57 z-index: 9999; 58 z-index: 9999;
  1 +{
  2 + "usingComponents": {
  3 + "login": "../../componets/login/login"
  4 + },
  5 + "navigationBarBackgroundColor": "#3a3942",
  6 + "navigationBarTextStyle": "white",
  7 + "navigationBarTitleText": "B&C HOUSE"
  8 +}