| 1234567891011121314151617 |
- <ion-view>
- <ion-content overflow-scroll="true" style="overflow: hidden;" >
- <div style="font-weight: bold;font-family: '微软雅黑';font-size:28px;text-align: center;margin: 20% 0 10px ;opacity: 0.6;">高速永磁电机测试</div>
- <div style="font-weight: bold;font-family: '微软雅黑';font-size:28px;text-align: center;opacity: 0.6;">移动数据系统</div>
- <div style="margin: 40% 0 0 20%;height: 25px;">
- <span style="font-size:15px;color: #3fcdfd;font-weight: bold;">登录名</span>
- <input style="display: inline-block;width: 55%;border-bottom: 2px solid #3fcdfd;margin-left: 10px;height: 25px;" ng-model="vm.username" type="text"/>
- </div>
- <div style="margin: 5% 0 0 20%;height: 25px;">
- <span style="font-size:15px;color: #3fcdfd;font-weight: bold;">密码</span>
- <input style="display: inline-block;width: 55%;border-bottom: 2px solid #3fcdfd;margin-left: 25px;height: 25px;" ng-model="vm.password" type="password"/>
- </div>
- <div style="text-align: center;margin-top: 15%;">
- <button class="button button-calm" style="width: 70%;font-weight: bold;" ng-click="login()">登录</button>
- </div>
- </ion-content>
- </ion-view>
|