@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .u-grid-item.data-v-54899586 { box-sizing: border-box; background: #fff; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; position: relative; -webkit-flex-direction: column; flex-direction: column; position: relative; float: left; } .u-grid-item-hover.data-v-54899586 { background: #f7f7f7 !important; } .u-grid-marker-box.data-v-54899586 { position: absolute; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; line-height: 0; } .u-grid-marker-wrap.data-v-54899586 { position: absolute; } .u-grid-item-box.data-v-54899586 { padding: 30rpx 0; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; width: 100%; height: 100%; }