| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- *{
- padding: 0;
- margin: 0;
- }
- html{
- width:100%;
- height:100%;
- }
- .indexApp{
- position: absolute;
- /* top: 50%; */
- /* margin: -20px 0 0 -77px; */
- }
- .w100{
- width:100%;
- height:100%;
- }
- .btnpanel{
- width:40%;
- margin:20% auto;
- height:100%;
- }
- .elButton{
- display: block;
- line-height: 1;
- white-space: nowrap;
- cursor: pointer;
- background: #fff;
- border: 1px solid #d8dce5;
- border-color: #d8dce5;
- -webkit-appearance: none;
- text-align: center;
- box-sizing: border-box;
- outline: none;
- margin: 0;
- transition: .1s;
- font-weight: 500;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- border-radius: 4px;
- width:100%;
- height:25%;
- margin-bottom:5%;
- font-size: 50px;
- }
- .elButton a{
- text-decoration: none;
- }
- .el-button a{
- text-decoration: none;
- color: #5a5e66;
- }
- .el-form{
- padding: 20px;
- }
- .avatar-uploader{
- width: 50px;
- float: left;
- margin-right: 5px;
- }
- .avatar-uploader .el-upload {
- background-color: #fbfdff;
- border: 1px dashed #c0ccda;
- border-radius: 6px;
- box-sizing: border-box;
- width: 50px;
- height: 50px;
- line-height: 146px;
- vertical-align: top;
- }
- .el-icon-data,.el-icon-plus{
- font-size: 20px;
- color: #8c939d;
- position: absolute;
- margin: 13px 0 0 -10px;
- }
- .avatar {
- width: 50px;
- height: 50px;
- display: block;
- }
- .excess label.el-form-item__label{
- line-height: 1;
- padding-top: 7px;
- }
- .skip a span{
- text-decoration: underline;
- }
|