123456789101112131415161718192021222324252627282930313233343536 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .u-tips.data-v-6f495b00 {
- font-size: 26rpx;
- text-align: center;
- padding: 34rpx 0;
- line-height: 1;
- color: #909399;
- }
- .u-action-sheet-item.data-v-6f495b00 {
- display: flex;
- flex-direction: row;
- line-height: 1;
- justify-content: center;
- align-items: center;
- font-size: 32rpx;
- padding: 34rpx 0;
- flex-direction: column;
- }
- .u-action-sheet-item__subtext.data-v-6f495b00 {
- font-size: 24rpx;
- color: #909399;
- margin-top: 20rpx;
- }
- .u-gab.data-v-6f495b00 {
- height: 12rpx;
- background-color: #eaeaec;
- }
- .u-actionsheet-cancel.data-v-6f495b00 {
- color: #303133;
- }
|