| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .mapbody{
- width: 100%;
- }
- .bottomfloatV{
- align-items: center;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: whitesmoke;
- height: 150rpx;
- }
- .contensb{
- display: flex;
- flex-direction: column;
- justify-content:flex-start;
- }
- .itemContent{
- padding: 10rpx;
- border-bottom-width: 2rpx;
- border-bottom-style:outset;
- border-bottom-color:lightgray;
- }
- .addrName{
- font-size: 32rpx;
- color: black;
- height: 40rpx;
- line-height: 40rpx;
- margin-top: 18rpx;
- margin-left: 18rpx;
- }
- .addrNamedetl{
- font-size: 26rpx;
- color:darkslategrey;
- height: 40rpx;
- line-height: 40rpx;
- margin-left: 18rpx;
- }
|