租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
481 B

/**
* 下方引入的为uvUI的集成样式文件,为scss预处理器,其中包含了一些"uv-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uvUI自定义的css类名和scss变量,均以"uv-"开头,不会造成冲突,请放心使用
* @import '@/uni_modules/uv-ui-tools/theme.scss';
*/
.se-grid {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 10rpx;
}