u-upload.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-0d33af60 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-0d33af60 {
  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-0d33af60: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-upload.data-v-0d33af60 {
  51. display: flex;
  52. flex-direction: row;
  53. flex-wrap: wrap;
  54. align-items: center;
  55. }
  56. .u-list-item.data-v-0d33af60 {
  57. width: 200rpx;
  58. height: 200rpx;
  59. overflow: hidden;
  60. margin: 10rpx;
  61. background: #f4f5f6;
  62. position: relative;
  63. border-radius: 10rpx;
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. }
  68. .u-preview-wrap.data-v-0d33af60 {
  69. border: 1px solid #ebecee;
  70. }
  71. .u-add-wrap.data-v-0d33af60 {
  72. flex-direction: column;
  73. color: #606266;
  74. font-size: 26rpx;
  75. }
  76. .u-add-tips.data-v-0d33af60 {
  77. margin-top: 20rpx;
  78. line-height: 40rpx;
  79. }
  80. .u-add-wrap__hover.data-v-0d33af60 {
  81. background-color: #ebecee;
  82. }
  83. .u-preview-image.data-v-0d33af60 {
  84. display: block;
  85. width: 100%;
  86. height: 100%;
  87. border-radius: 10rpx;
  88. }
  89. .u-delete-icon.data-v-0d33af60 {
  90. position: absolute;
  91. top: 10rpx;
  92. right: 10rpx;
  93. z-index: 10;
  94. background-color: #fa3534;
  95. border-radius: 100rpx;
  96. width: 44rpx;
  97. height: 44rpx;
  98. display: flex;
  99. flex-direction: row;
  100. align-items: center;
  101. justify-content: center;
  102. }
  103. .u-icon.data-v-0d33af60 {
  104. display: flex;
  105. flex-direction: row;
  106. align-items: center;
  107. justify-content: center;
  108. }
  109. .u-progress.data-v-0d33af60 {
  110. position: absolute;
  111. bottom: 10rpx;
  112. left: 8rpx;
  113. right: 8rpx;
  114. z-index: 9;
  115. width: auto;
  116. }
  117. .u-error-btn.data-v-0d33af60 {
  118. color: #ffffff;
  119. background-color: #fa3534;
  120. font-size: 20rpx;
  121. padding: 4px 0;
  122. text-align: center;
  123. position: absolute;
  124. bottom: 0;
  125. left: 0;
  126. right: 0;
  127. z-index: 9;
  128. line-height: 1;
  129. }