bank_new.less
383 Bytes
.BankNewPage{
h2 {
line-height: 50px;
border-bottom: 4px solid #5eba2c;
}
.m-list{
background-color: #FFF;
.cell-basic{
.title{
text-align: right;
}
}
margin-bottom: 50px;
}
}
#protocol {
display: none;
width: 700px;
height: 600px;
position: relative;
iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}
}