34 lines
455 B
CSS
34 lines
455 B
CSS
#bcid {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
background: #000000;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
div {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.fbt {
|
|
color: #0E76E1;
|
|
width: 50%;
|
|
background-color: #ffffff;
|
|
float: left;
|
|
line-height: 44px;
|
|
text-align: center;
|
|
}
|
|
.choose{
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.choose .cancel{
|
|
position:static;
|
|
/* top: 10px; */
|
|
/* right: 12px; */
|
|
z-index: 100;
|
|
} |