u-grid-item.ttss 961 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-grid-item.data-v-54899586 {
  7. box-sizing: border-box;
  8. background: #fff;
  9. display: flex;
  10. flex-direction: row;
  11. align-items: center;
  12. justify-content: center;
  13. position: relative;
  14. flex-direction: column;
  15. position: relative;
  16. float: left;
  17. }
  18. .u-grid-item-hover.data-v-54899586 {
  19. background: #f7f7f7 !important;
  20. }
  21. .u-grid-marker-box.data-v-54899586 {
  22. position: absolute;
  23. display: inline-flex;
  24. line-height: 0;
  25. }
  26. .u-grid-marker-wrap.data-v-54899586 {
  27. position: absolute;
  28. }
  29. .u-grid-item-box.data-v-54899586 {
  30. padding: 30rpx 0;
  31. display: flex;
  32. flex-direction: row;
  33. align-items: center;
  34. justify-content: center;
  35. flex-direction: column;
  36. flex: 1;
  37. width: 100%;
  38. height: 100%;
  39. }