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