1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .u-grid-item.data-v-54899586 {
- box-sizing: border-box;
- background: #fff;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- position: relative;
- 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: 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: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- flex: 1;
- width: 100%;
- height: 100%;
- }
|