/**
 * 全屏展示样式
 * use: admin/login
 */
#app.admin-wrapper { position: fixed; z-index: 1; box-sizing: border-box; width: 100%; height: 100%; margin: 0; padding: 0; }

#app.admin-wrapper .content-wrapper { border: 1px solid skyblue; position: fixed; z-index: 2; left: 15px; top: 15px; right: 15px; bottom: 50px; }
.btn { min-width: 110px; animation: all .3s; background-image: none; }
.btn-default { color: rgba(50, 255, 255, .6); border-color: rgba(50, 255, 255, .15); background-color: rgba(50, 255, 255, .05); }
.btn-default:hover { color: rgba(50, 255, 255, .6); border-color: rgba(50, 255, 255, .35); background-color: rgba(50, 255, 255, .15); }

.btn-info { color: rgba(50, 255, 255, .9); border-color: rgba(50, 255, 255, .35); background-color: rgba(50, 255, 255, .15); }
.btn-info:hover { color: rgba(50, 255, 255, 1); border-color: rgba(50, 255, 255, .75); background-color: rgba(50, 255, 255, .35); }
.btn~.btn { margin-left: 10px; }

