1234567891011121314151617181920212223242526 |
- page {
- background: #eee;
- }
- map {
- width: 100%;
- height: 45%;
- position: fixed;
- }
- .scan {
- padding-top: 540rpx;
- }
- .scan .scanDate {
- background: #fff;
- width:92%;
- margin:14rpx auto;
- height:90rpx;
- line-height:90rpx;
- border-radius: 10rpx;
- }
- .scan .scanDate text{
- margin-left:25rpx;
- font-size:28rpx;
- color:#4d4d4d;
- }
|