u-action-sheet.ttss 837 B

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