u-upload.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-upload.data-v-0d33af60 {
  7. display: -webkit-box;
  8. display: -webkit-flex;
  9. display: flex;
  10. -webkit-box-orient: horizontal;
  11. -webkit-box-direction: normal;
  12. -webkit-flex-direction: row;
  13. flex-direction: row;
  14. -webkit-flex-wrap: wrap;
  15. flex-wrap: wrap;
  16. -webkit-box-align: center;
  17. -webkit-align-items: center;
  18. align-items: center;
  19. }
  20. .u-list-item.data-v-0d33af60 {
  21. width: 200rpx;
  22. height: 200rpx;
  23. overflow: hidden;
  24. margin: 10rpx;
  25. background: #f4f5f6;
  26. position: relative;
  27. border-radius: 10rpx;
  28. display: -webkit-box;
  29. display: -webkit-flex;
  30. display: flex;
  31. -webkit-box-align: center;
  32. -webkit-align-items: center;
  33. align-items: center;
  34. -webkit-box-pack: center;
  35. -webkit-justify-content: center;
  36. justify-content: center;
  37. }
  38. .u-preview-wrap.data-v-0d33af60 {
  39. border: 1px solid #ebecee;
  40. }
  41. .u-add-wrap.data-v-0d33af60 {
  42. -webkit-box-orient: vertical;
  43. -webkit-box-direction: normal;
  44. -webkit-flex-direction: column;
  45. flex-direction: column;
  46. color: #606266;
  47. font-size: 26rpx;
  48. }
  49. .u-add-tips.data-v-0d33af60 {
  50. margin-top: 20rpx;
  51. line-height: 40rpx;
  52. }
  53. .u-add-wrap__hover.data-v-0d33af60 {
  54. background-color: #ebecee;
  55. }
  56. .u-preview-image.data-v-0d33af60 {
  57. display: block;
  58. width: 100%;
  59. height: 100%;
  60. border-radius: 10rpx;
  61. }
  62. .u-delete-icon.data-v-0d33af60 {
  63. position: absolute;
  64. top: 10rpx;
  65. right: 10rpx;
  66. z-index: 10;
  67. background-color: #fa3534;
  68. border-radius: 100rpx;
  69. width: 44rpx;
  70. height: 44rpx;
  71. display: -webkit-box;
  72. display: -webkit-flex;
  73. display: flex;
  74. -webkit-box-orient: horizontal;
  75. -webkit-box-direction: normal;
  76. -webkit-flex-direction: row;
  77. flex-direction: row;
  78. -webkit-box-align: center;
  79. -webkit-align-items: center;
  80. align-items: center;
  81. -webkit-box-pack: center;
  82. -webkit-justify-content: center;
  83. justify-content: center;
  84. }
  85. .u-icon.data-v-0d33af60 {
  86. display: -webkit-box;
  87. display: -webkit-flex;
  88. display: flex;
  89. -webkit-box-orient: horizontal;
  90. -webkit-box-direction: normal;
  91. -webkit-flex-direction: row;
  92. flex-direction: row;
  93. -webkit-box-align: center;
  94. -webkit-align-items: center;
  95. align-items: center;
  96. -webkit-box-pack: center;
  97. -webkit-justify-content: center;
  98. justify-content: center;
  99. }
  100. .u-progress.data-v-0d33af60 {
  101. position: absolute;
  102. bottom: 10rpx;
  103. left: 8rpx;
  104. right: 8rpx;
  105. z-index: 9;
  106. width: auto;
  107. }
  108. .u-error-btn.data-v-0d33af60 {
  109. color: #ffffff;
  110. background-color: #fa3534;
  111. font-size: 20rpx;
  112. padding: 4px 0;
  113. text-align: center;
  114. position: absolute;
  115. bottom: 0;
  116. left: 0;
  117. right: 0;
  118. z-index: 9;
  119. line-height: 1;
  120. }