index.wxss 789 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* pagesPublic/pages/tdcr/tdcr-list/index.wxss */
  2. .main {
  3. width: 100%;
  4. height: 100vh;
  5. display: flex;
  6. align-items: center;
  7. justify-content: center;
  8. background-size: 100% 100%;
  9. }
  10. .map-block {
  11. width: 80%;
  12. height: 47vh;
  13. background-size: 100% 100%;
  14. background-repeat: no-repeat;
  15. }
  16. .map-block-item {
  17. position: absolute;
  18. }
  19. .map-block-item .item-name {
  20. width: 258rpx;
  21. height: 85rpx;
  22. line-height: 85rpx;
  23. font-size: 30rpx;
  24. font-weight: bold;
  25. color: #00FFFF;
  26. background-size: 100% 100%;
  27. position: relative;
  28. text-align: center;
  29. padding: 5rpx 20rpx;
  30. }
  31. .map-block-item .item-line {
  32. border-left: dashed 1px #00FFFF;
  33. width: 1rpx;
  34. position: relative;
  35. }
  36. .map-block-item .item-postion {
  37. width: 40rpx;
  38. height: 40rpx;
  39. background-size: 100%;
  40. position: relative;
  41. }