18 lines
246 B
SCSS
18 lines
246 B
SCSS
page{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.container{
|
|
width: 100%;
|
|
height: 100%;
|
|
.map{
|
|
width: 750rpx;
|
|
height: 100vh;
|
|
}
|
|
}
|
|
|
|
.box{
|
|
width: 548rpx;
|
|
height: 520rpx;
|
|
background-color: #fff;
|
|
} |