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.
26 lines
389 B
26 lines
389 B
.box { |
|
width: 100%; |
|
height: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
|
|
.btnbox { |
|
margin-bottom: 5px; |
|
button { |
|
margin-right: 15px; |
|
} |
|
} |
|
.selectBtn { background-color: #1890ff; color: #fff; } |
|
|
|
.imgbox { |
|
width: 100%; |
|
height:500px; |
|
overflow: hidden; |
|
canvas{ overflow: hidden; } |
|
.content,.center{ |
|
width: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
} |
|
}
|
|
|