tplus-mobilelogin
Version:
password login module
65 lines • 2.06 kB
text/less
.modal-pc{
padding: 20px 50px;
background-color: #fff;
border-radius: 10px;
.am-modal-content{
display: flex;
flex-direction: column;
.am-modal-body{
display: flex;
flex-direction: column;
flex: 1;
.am-list{
flex: 1;
display: flex;
flex-direction: column;
height: calc(~'100% - 65px');
.am-list-body{
border-top: 0;
border-bottom: 0;
flex: 1;
overflow-y: auto;
.am-list-item{
padding-left: 0;
min-height: 62px;
.am-list-content{
padding-left: 20px;
font-size: 16px;
color: #333333;
}
.am-list-extra{
.am-radio-wrapper .am-radio{
height: 62px;
.am-radio-inner{
top: 25px;
}
}
}
}
}
}
.modal-btn{
margin-top: 20px;
.btn{
display: inline-block;
width: 120px;
height: 40px;
border-radius: 6px;
line-height: 40px;
margin-right: 20px;
cursor: pointer;
}
.btn-cancel{
background: #FFFFFF;
border: 1px solid rgba(217,217,217,1);
color: #666;
}
.btn-submit{
background: #5370FF;
border: 1px solid #5370FF;
color: #fff;
}
}
}
}
}