u-upload.ttss 1.7 KB

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