scanRecord.wxss 337 B

1234567891011121314151617181920212223242526
  1. page {
  2. background: #eee;
  3. }
  4. map {
  5. width: 100%;
  6. height: 45%;
  7. position: fixed;
  8. }
  9. .scan {
  10. padding-top: 540rpx;
  11. }
  12. .scan .scanDate {
  13. background: #fff;
  14. width:92%;
  15. margin:14rpx auto;
  16. height:90rpx;
  17. line-height:90rpx;
  18. border-radius: 10rpx;
  19. }
  20. .scan .scanDate text{
  21. margin-left:25rpx;
  22. font-size:28rpx;
  23. color:#4d4d4d;
  24. }