ibeacon.wxss 373 B

12345678910111213141516171819202122232425
  1. .page-body-info {
  2. margin-top: 25px;
  3. padding: 15px 30px;
  4. width: auto;
  5. }
  6. .devices_summary {
  7. padding: 5px;
  8. font-size: 15px;
  9. }
  10. .device_list {
  11. height: 150px;
  12. border-radius: 3px;
  13. flex: 1;
  14. }
  15. .device_item {
  16. border-bottom: 1px solid var(--weui-FG-3);
  17. padding: 5px;
  18. color: var(--weui-FG-HALF);
  19. }
  20. .device_item_hover {
  21. background-color: rgba(0, 0, 0, .1);
  22. }