You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
1.9 KiB

.auth-tip{
margin-right: 12px;
}
5 years ago
.nav-list{
margin-top: 4px;
}
.gap{
margin-bottom: 4px;
}
5 years ago
.nav {
font-size: 16px;
background: white;
border-bottom: 1px solid #eee;
padding: 0 14px;
height: 42px;
font-weight: normal;
display: flex;
align-items: center;
position: relative;
}
.nav>.enter{
position: absolute;
right: 12px;
}
.nav>.icon{
margin-right: 10px;
5 years ago
}
button.nav::after{
border: none;
}
.login{
margin-top: 24rpx;
5 years ago
}
.logout{
color: white;
background-color: #fa5151;
}
.version{
font-size: 11px;
color: grey;
text-align: center;
margin-top: 20px;
margin-bottom: 8px;
5 years ago
}
.user-display{
background: white;
height: 122px;
5 years ago
}
.no-login{
color: #0080f0;
height: 122px;
display: flex;
align-items: center;
padding: 0 12px;
}
.no-login>image{
width: 72px;
height: 72px;
padding: 12px;
5 years ago
}
navigator[hidden] {
display: none!important;
}
5 years ago
.user-info{
padding: 4px 12px;
height: 50px;
display: flex;
align-items: center;
}
.user-detail{
margin-left: 20px;
}
.user-detail>text{
display: block;
}
.relation-info{
margin-bottom: 1px;
display: flex;
height: 64px;
5 years ago
}
.relation-detail{
width:33.33%;
display: inline-block;
text-align: center;
font-size: 14px;
}
.relation-detail>text{
display: block;
padding-top: 4px;
}
.my-display{
margin-top: 1px;
padding: 16px 8px;
}
.my-detail{
display: inline-block;
width:33%;
text-align: center;
font-size: 14px;
}
.my-detail>image{
width: 24px;
height: 24px;
}
.my-detail>text{
display: block;
}
.contact{
position: fixed;
bottom: 0;
background: transparent;
font-size: 12px;
text-decoration: underline;
color: grey;
font-weight: normal;
left:0;
right: 0;
margin: auto;
}
.avatar{
border-radius: 50%;
width: 42px;
height: 42px;
}
.auto-attendance{
transform: scale(0.60);
white-space: nowrap;
5 years ago
}
button.attendance{
font-size: 13px!important;
font-weight: normal;
}