u-grid-item.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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: -webkit-box;
  10. display: -webkit-flex;
  11. display: flex;
  12. -webkit-box-orient: horizontal;
  13. -webkit-box-direction: normal;
  14. -webkit-flex-direction: row;
  15. flex-direction: row;
  16. -webkit-box-align: center;
  17. -webkit-align-items: center;
  18. align-items: center;
  19. -webkit-box-pack: center;
  20. -webkit-justify-content: center;
  21. justify-content: center;
  22. position: relative;
  23. -webkit-flex-direction: column;
  24. flex-direction: column;
  25. position: relative;
  26. float: left;
  27. }
  28. .u-grid-item-hover.data-v-54899586 {
  29. background: #f7f7f7 !important;
  30. }
  31. .u-grid-marker-box.data-v-54899586 {
  32. position: absolute;
  33. display: -webkit-inline-box;
  34. display: -webkit-inline-flex;
  35. display: inline-flex;
  36. line-height: 0;
  37. }
  38. .u-grid-marker-wrap.data-v-54899586 {
  39. position: absolute;
  40. }
  41. .u-grid-item-box.data-v-54899586 {
  42. padding: 30rpx 0;
  43. display: -webkit-box;
  44. display: -webkit-flex;
  45. display: flex;
  46. -webkit-box-orient: horizontal;
  47. -webkit-box-direction: normal;
  48. -webkit-flex-direction: row;
  49. flex-direction: row;
  50. -webkit-box-align: center;
  51. -webkit-align-items: center;
  52. align-items: center;
  53. -webkit-box-pack: center;
  54. -webkit-justify-content: center;
  55. justify-content: center;
  56. -webkit-flex-direction: column;
  57. flex-direction: column;
  58. -webkit-box-flex: 1;
  59. -webkit-flex: 1;
  60. flex: 1;
  61. width: 100%;
  62. height: 100%;
  63. }