1234567891011121314151617181920212223242526272829303132333435 |
- @import "../../style/common";
- .image_screen{
- width: 100%;
- height: 100%;
- }
- :host{
- overflow: hidden;
- }
- .image_model{
- background-color: #666666;
- overflow: hidden;
- }
- .image_model-image{
- width: 100%;
- height: 100%;
- }
- .header-title-model{
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .header-left{
- z-index: 10;
- }
- .image-fixed{
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 10;
- position: absolute;
- background-color: transparent;
- }
|