yunshangxie/unpackage/dist/dev/mp-weixin/tuniao-ui/components/tn-grid-item/tn-grid-item.wxss

30 lines
830 B
Plaintext
Raw Normal View History

2024-04-20 14:58:10 +08:00
@charset "UTF-8";
/**
* 下方引入的为Tuniao UI的集成样式文件为scss预处理器其中包含了一些"tn-"开头的自定义变量
* 使用的时候请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* Tuniao UI自定义的css类名和scss变量均以"tn-"开头,不会造成冲突,请放心使用
*/
.tn-grid-item.data-v-f814fb48 {
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
position: relative;
flex-direction: column;
}
.tn-grid-item__box.data-v-f814fb48 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-direction: column;
flex: 1;
width: 100%;
height: 100%;
}
.tn-grid-item--hover.data-v-f814fb48 {
background: #F8F7F8 !important;
}