Newer
Older
thirdparty / src / main / resources / templates / css / passGuard.css
huishen on 17 Oct 1 KB BF-前端更新
.basic-info-input {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #eeeeee;
    line-height: 54px;
}
.NoneInput90 {
    flex: 1;
    /* flex-shrink: 1; */
    /* width: 65%; */
    /* height: 28px; */
    flex: 1;
    min-width: 0;
    text-align: left;
    border: none;
    font-size: 13px;
    color: #646464;
    font-family: Arial;
    outline:none;
    padding-left: 20px;
}
.required{
    color: red;
}
.nowrap{
    flex-shrink: 0;
    white-space: nowrap;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
    top: 22px;
    left: -9px;
}
.fixed{
    position: fixed;
}
.blue{
    color: #4a74ff;
}
.flex-row{
    display: flex;
    flex-flow: row nowrap;
}
.flex-align-center{
    align-items: center;
}
.color666{
    color: #666;
}
.font14{
    font-size: 14px;
}
.margin-left-5{
    margin-left: 5px;
}
.no-border{
    border-style: none;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 10px;
}