12345678910111213141516171819 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .u-td.data-v-35ace0c0 {
- display: flex;
- flex-direction: row;
- flex-direction: column;
- flex: 1;
- justify-content: center;
- font-size: 28rpx;
- color: #606266;
- align-self: stretch;
- box-sizing: border-box;
- height: 100%;
- }
|