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.
166 lines
3.2 KiB
166 lines
3.2 KiB
.rl-modal{
|
|
.modal-dialog{
|
|
width: 18rem;
|
|
}
|
|
|
|
.modal-content{
|
|
border-radius: 0;
|
|
.topborder{
|
|
height: 0.5rem;
|
|
vertical-align: top;
|
|
}
|
|
.modal-header{
|
|
font-size: 0.9rem;
|
|
font-weight: bolder;
|
|
color: $navy;
|
|
vertical-align: middle;
|
|
padding: 3rem 0 2rem;
|
|
border:0;
|
|
img{
|
|
width: 3.5rem;
|
|
}
|
|
|
|
}
|
|
.login-tit{
|
|
font-size: 0.8rem;
|
|
color: $navy;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.form-login{
|
|
padding:1.5rem 1.9rem;
|
|
.form-group{
|
|
margin-bottom: 1rem;
|
|
.form-control{
|
|
border-color: $green;
|
|
height:2.0rem;
|
|
line-height: 2.0rem;
|
|
padding:0 12px;
|
|
}
|
|
.phone{
|
|
width:70%;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
line-height: 1.85rem;
|
|
height: 1.95rem;
|
|
text-align: center;
|
|
background-color: #fff7d3;
|
|
border: 1px solid $orange;
|
|
border-right:0;
|
|
margin-bottom: 0;
|
|
}
|
|
.input-group-addon{
|
|
width:30%;
|
|
padding:0;
|
|
line-height: 1.85rem;
|
|
text-align: center;
|
|
border-color: $orange;
|
|
background-color: $orange;
|
|
color: $font-ff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
}
|
|
.btn-group{
|
|
margin-bottom: 1rem;
|
|
height: 2rem;
|
|
display: block;
|
|
.btn{
|
|
display: block;
|
|
width: 100%;
|
|
background-color: $bg-ff;
|
|
padding:0.5rem 0.6rem;
|
|
}
|
|
}
|
|
.btn-green{
|
|
padding:0.5rem 0.6rem;
|
|
}
|
|
}
|
|
.modal-footer{
|
|
border-top:0;
|
|
padding:0 1.9rem 1rem;
|
|
text-align: center;
|
|
.checkresult{
|
|
padding:1rem ;
|
|
text-align: center;
|
|
background-color: #fff7d3;
|
|
margin-bottom: 1rem;
|
|
}
|
|
a{
|
|
font-size: 0.7rem;
|
|
color: $green;
|
|
margin-left: 0.5rem;
|
|
}
|
|
.reg-link{
|
|
padding-top: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.modal-duijie{
|
|
.modal-dialog{
|
|
margin-top:10%;
|
|
}
|
|
.modal-content{
|
|
padding:3.5rem 2.9rem;
|
|
img{
|
|
margin-bottom: 1.55rem;
|
|
}
|
|
.action-box{
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
.modal-zixun{
|
|
.modal-dialog{
|
|
position: absolute;
|
|
top:50%;
|
|
left:0;
|
|
right:0;
|
|
margin-top: -11rem;
|
|
width: 16rem;
|
|
.modal-content{
|
|
padding:0.5rem;
|
|
.close-bottom{
|
|
position: absolute;
|
|
top: 100%;
|
|
left:0;
|
|
width: 100%;
|
|
font-size: 2rem;
|
|
line-height: 3rem;
|
|
text-align: center;
|
|
text-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
|
|
span{
|
|
cursor: pointer;
|
|
color: $font-ff;
|
|
}
|
|
}
|
|
.img-txt{
|
|
font-size: 0.8rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.popover{
|
|
-webkit-border-radius: 0.2rem;
|
|
-moz-border-radius: 0.2rem;
|
|
border-radius: 0.2rem;
|
|
padding:0.2rem;
|
|
.popover-content{
|
|
padding:0;
|
|
}
|
|
}
|
|
.msg-modal{
|
|
.modal-dialog{
|
|
position: absolute;
|
|
width: 300px;
|
|
top:300px;
|
|
left:50%;
|
|
margin-left: -150px;
|
|
.modal-content{
|
|
padding:0.5rem;
|
|
}
|
|
}
|
|
}
|
|
|