tn-grid-item.wxss 859 B

123456789101112131415161718192021222324252627282930
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
  6. */
  7. .tn-grid-item.data-v-f814fb48 {
  8. box-sizing: border-box;
  9. background-color: #FFFFFF;
  10. display: flex;
  11. flex-direction: row;
  12. align-items: center;
  13. justify-content: center;
  14. position: relative;
  15. flex-direction: column;
  16. }
  17. .tn-grid-item__box.data-v-f814fb48 {
  18. display: flex;
  19. flex-direction: row;
  20. align-items: center;
  21. justify-content: center;
  22. flex-direction: column;
  23. flex: 1;
  24. width: 100%;
  25. height: 100%;
  26. }
  27. .tn-grid-item--hover.data-v-f814fb48 {
  28. background: #F8F7F8 !important;
  29. }