login.html 1.2 KB

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