miniprogram-demo/packageAPI/pages/get-location/get-location.wxss

16 lines
246 B
Plaintext
Raw Normal View History

2020-12-08 18:53:41 +08:00
.page-body-info {
height: 225px;
}
.page-body-text-small {
font-size: 12px;
color: var(--weui-FG-0);
margin-bottom: 50px;
}
.page-body-text-location {
display: flex;
font-size: 25px;
}
.page-body-text-location text {
margin: 5px;
}