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