u-field.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-1c764f86 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-1c764f86 {
  12. padding-bottom: constant(safe-area-inset-bottom);
  13. padding-bottom: env(safe-area-inset-bottom);
  14. box-sizing: content-box;
  15. }
  16. .data-v-1c764f86:export {
  17. appThemeColor: #38C148;
  18. appThemeBgColor: #ffffff;
  19. appThemeBgGrayColor: #fafafa;
  20. appThemeBgGrayDeppColor: #f8f8f8;
  21. appThemeSearchBgColor: #F4F5F8;
  22. appThemeBorderColor: #efefef;
  23. appThemeTextColor: #333333;
  24. appThemeTextGrayColor: #8f92a1;
  25. appThemeTextGrayLightColor: #cccccc;
  26. appThemeTextGrayDeepColor: #696969;
  27. appThemeTextWhiteColor: #ffffff;
  28. appThemeTextBlackColor: #171717;
  29. appThemeTextBlackDeepColor: #16162e;
  30. appThemeTextMoneyColor: #f00;
  31. appThemeTextGrayWhiteColor: #c3c6cb;
  32. appThemeSkuGrayColor: #f5f5f8;
  33. appThemeCardGrayColor: #8f92a1;
  34. appThemeShopGrayColor: #888e98;
  35. appThemePointsSignBgColor: #f0f0f0;
  36. appThemePointsSignLabelColor: #dfdfdf;
  37. appThemePointsSignValueColor: #696969;
  38. appThemePointsSignYellowColor: #f9a906;
  39. appThemePointsSignBlueColor: #22ac38;
  40. appThemeNavbarTabColor: #696969;
  41. appThemeNavbarTabColorActive: #333333;
  42. appThemeShadow: 0px 2px 8px 0px rgba(27, 25, 86, 0.06);
  43. appZIndexDeep: 0;
  44. appZIndexNormal: 19;
  45. appZIndexAbsolute: 99;
  46. appZIndexFixed: 199;
  47. appZIndexPage: 999;
  48. appThemeBuyBtnBgColor: #ed3f14;
  49. }
  50. .u-field.data-v-1c764f86 {
  51. font-size: 28rpx;
  52. padding: 20rpx 28rpx;
  53. text-align: left;
  54. position: relative;
  55. color: #303133;
  56. }
  57. .u-field-inner.data-v-1c764f86 {
  58. display: flex;
  59. flex-direction: row;
  60. align-items: center;
  61. }
  62. .u-textarea-inner.data-v-1c764f86 {
  63. align-items: flex-start;
  64. }
  65. .u-textarea-class.data-v-1c764f86 {
  66. min-height: 96rpx;
  67. width: auto;
  68. font-size: 28rpx;
  69. }
  70. .fild-body.data-v-1c764f86 {
  71. display: flex;
  72. flex-direction: row;
  73. flex: 1;
  74. align-items: center;
  75. }
  76. .u-arror-right.data-v-1c764f86 {
  77. margin-left: 8rpx;
  78. }
  79. .u-label-text.data-v-1c764f86 {
  80. display: inline-flex;
  81. }
  82. .u-label-left-gap.data-v-1c764f86 {
  83. margin-left: 6rpx;
  84. }
  85. .u-label-postion-top.data-v-1c764f86 {
  86. flex-direction: column;
  87. align-items: flex-start;
  88. }
  89. .u-label.data-v-1c764f86 {
  90. width: 130rpx;
  91. flex: 1 1 130rpx;
  92. text-align: left;
  93. position: relative;
  94. display: flex;
  95. flex-direction: row;
  96. align-items: center;
  97. }
  98. .u-required.data-v-1c764f86::before {
  99. content: '*';
  100. position: absolute;
  101. left: -16rpx;
  102. font-size: 14px;
  103. color: #fa3534;
  104. height: 9px;
  105. line-height: 1;
  106. }
  107. .u-field__input-wrap.data-v-1c764f86 {
  108. position: relative;
  109. overflow: hidden;
  110. font-size: 28rpx;
  111. height: 48rpx;
  112. flex: 1;
  113. width: auto;
  114. }
  115. .u-clear-icon.data-v-1c764f86 {
  116. display: flex;
  117. flex-direction: row;
  118. align-items: center;
  119. }
  120. .u-error-message.data-v-1c764f86 {
  121. color: #fa3534;
  122. font-size: 26rpx;
  123. text-align: left;
  124. }
  125. .placeholder-style.data-v-1c764f86 {
  126. color: #969799;
  127. }
  128. .u-input-class.data-v-1c764f86 {
  129. font-size: 28rpx;
  130. }
  131. .u-button-wrap.data-v-1c764f86 {
  132. margin-left: 8rpx;
  133. }