u-modal.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-model.data-v-3626fcec {
  7. height: auto;
  8. overflow: hidden;
  9. font-size: 32rpx;
  10. background-color: #fff;
  11. }
  12. .u-model__btn--hover.data-v-3626fcec {
  13. background-color: #e6e6e6;
  14. }
  15. .u-model__title.data-v-3626fcec {
  16. padding-top: 48rpx;
  17. font-weight: 500;
  18. text-align: center;
  19. color: #303133;
  20. }
  21. .u-model__content__message.data-v-3626fcec {
  22. padding: 48rpx;
  23. font-size: 30rpx;
  24. text-align: center;
  25. color: #606266;
  26. }
  27. .u-model__footer.data-v-3626fcec {
  28. display: -webkit-box;
  29. display: -webkit-flex;
  30. display: flex;
  31. -webkit-box-orient: horizontal;
  32. -webkit-box-direction: normal;
  33. -webkit-flex-direction: row;
  34. flex-direction: row;
  35. }
  36. .u-model__footer__button.data-v-3626fcec {
  37. -webkit-box-flex: 1;
  38. -webkit-flex: 1;
  39. flex: 1;
  40. height: 100rpx;
  41. line-height: 100rpx;
  42. font-size: 32rpx;
  43. box-sizing: border-box;
  44. cursor: pointer;
  45. text-align: center;
  46. border-radius: 4rpx;
  47. }