康巴易测肤/伤疤uniapp小程序类
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

95 lines
2.4KB

  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .safe-area-bottom.data-v-6766c527 {
  28. padding-bottom: env(safe-area-inset-bottom);
  29. }
  30. view.data-v-6766c527, scroll-view.data-v-6766c527, swiper-item.data-v-6766c527 {
  31. display: flex;
  32. flex-direction: column;
  33. flex-shrink: 0;
  34. flex-grow: 0;
  35. flex-basis: auto;
  36. align-items: stretch;
  37. align-content: flex-start;
  38. }
  39. .u-reset-button.data-v-6766c527 {
  40. width: 100%;
  41. }
  42. .u-action-sheet.data-v-6766c527 {
  43. text-align: center;
  44. }
  45. .u-action-sheet__header.data-v-6766c527 {
  46. position: relative;
  47. padding: 12px 30px;
  48. }
  49. .u-action-sheet__header__title.data-v-6766c527 {
  50. font-size: 16px;
  51. color: #303133;
  52. font-weight: bold;
  53. text-align: center;
  54. }
  55. .u-action-sheet__header__icon-wrap.data-v-6766c527 {
  56. position: absolute;
  57. right: 15px;
  58. top: 15px;
  59. }
  60. .u-action-sheet__description.data-v-6766c527 {
  61. font-size: 13px;
  62. color: #909193;
  63. margin: 18px 15px;
  64. text-align: center;
  65. }
  66. .u-action-sheet__item-wrap__item.data-v-6766c527 {
  67. padding: 15px;
  68. display: flex;
  69. flex-direction: row;
  70. align-items: center;
  71. justify-content: center;
  72. flex-direction: column;
  73. }
  74. .u-action-sheet__item-wrap__item__name.data-v-6766c527 {
  75. font-size: 16px;
  76. color: #303133;
  77. text-align: center;
  78. }
  79. .u-action-sheet__item-wrap__item__subname.data-v-6766c527 {
  80. font-size: 13px;
  81. color: #c0c4cc;
  82. margin-top: 10px;
  83. text-align: center;
  84. }
  85. .u-action-sheet__cancel-text.data-v-6766c527 {
  86. font-size: 16px;
  87. color: #606266;
  88. text-align: center;
  89. padding: 16px;
  90. }
  91. .u-action-sheet--hover.data-v-6766c527 {
  92. background-color: #f2f3f5;
  93. }