greenPro/unpackage/dist/dev/mp-weixin/pages/API/map/map.wxss

34 lines
436 B
Plaintext
Raw Permalink Normal View History

2024-06-02 14:51:29 +00:00
@import "../../../nvue.wxss";
.content {
flex: 1;
}
.map {
width: 750rpx;
height: 250px;
background-color: #f0f0f0;
}
.scrollview {
flex: 1;
padding: 10px;
}
.list-item {
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
padding: 5px 0px;
}
.list-text {
flex: 1;
}
.button {
margin-top: 5px;
margin-bottom: 5px;
}