w-upload.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. .w-drawer.data-v-5f2291c5 {
  2. box-sizing: border-box;
  3. width: 100%;
  4. height: 100%;
  5. display: flex;
  6. display: -webkit-flex;
  7. flex-direction: column;
  8. }
  9. .w-setbox.data-v-5f2291c5 {
  10. box-sizing: border-box;
  11. position: fixed;
  12. z-index: 1000;
  13. left: 0px;
  14. right: 0px;
  15. width: 100%;
  16. height: 100%;
  17. background-color: rgba(0, 0, 0, 0.7);
  18. box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  19. transition: all 0.2 ease;
  20. bottom: -100%;
  21. /* -webkit-transform: scale(1);
  22. transform: scale(1); */
  23. }
  24. .wShow.data-v-5f2291c5 {
  25. box-sizing: border-box;
  26. bottom: 0;
  27. /* transform: scale(0); */
  28. }
  29. .w-header.data-v-5f2291c5 {
  30. box-sizing: border-box;
  31. width: 100%;
  32. background: #ffffff;
  33. line-height: 40px;
  34. position: absolute;
  35. bottom: 0;
  36. border-top-left-radius: 20px;
  37. border-top-right-radius: 20px;
  38. transition: all 0.4 ease;
  39. /* border-bottom: 10rpx solid #ffffff; */
  40. }
  41. .w-line.data-v-5f2291c5 {
  42. width: 100%;
  43. background-color: #f7f8fa;
  44. height: 8px;
  45. }
  46. .w-item.data-v-5f2291c5 {
  47. box-sizing: border-box;
  48. height: 100rpx;
  49. line-height: 100rpx;
  50. width: 100%;
  51. text-align: center;
  52. }
  53. .w-item1.data-v-5f2291c5:first-child {
  54. border-bottom: 1px solid #ebedf0;
  55. }
  56. .fileBox.data-v-5f2291c5 {
  57. box-sizing: border-box;
  58. margin: 20rpx;
  59. }
  60. .filePath.data-v-5f2291c5 {
  61. box-sizing: border-box;
  62. width: 100%;
  63. /* padding: 10rpx 0; */
  64. display: flex;
  65. /* flex-direction: column; */
  66. justify-content: space-between;
  67. align-items: center;
  68. border-bottom: 1px solid #c0c0c0;
  69. }
  70. .text1.data-v-5f2291c5 {
  71. flex: 1;
  72. /* width: 100%; */
  73. /* margin: 10rpx 0 20rpx; */
  74. text-overflow: ellipsis;
  75. overflow: hidden;
  76. white-space: nowrap;
  77. padding-left: 10rpx;
  78. /* text-align: center; */
  79. vertical-align: middle;
  80. }
  81. .w-btn1.data-v-5f2291c5 {
  82. padding: 10rpx;
  83. padding-right: 20rpx;
  84. /* color: #f56c6c; */
  85. font-size: 38rpx;
  86. }
  87. .w-edit.data-v-5f2291c5 {
  88. color: #cccccc;
  89. /* width: 100%; */
  90. display: flex;
  91. justify-content: flex-end;
  92. }
  93. .imgList.data-v-5f2291c5 {
  94. display: flex;
  95. justify-content: flex-start;
  96. flex-wrap: wrap;
  97. padding: 0 10rpx;
  98. }
  99. .imgItem.data-v-5f2291c5 {
  100. margin: 20rpx 10rpx;
  101. position: relative;
  102. width: 160rpx;
  103. height: 160rpx;
  104. border-radius: 5px;
  105. }
  106. .cancel.data-v-5f2291c5 {
  107. position: absolute;
  108. height: 35rpx;
  109. width: 35rpx;
  110. line-height: 28rpx;
  111. font-size: 30rpx;
  112. text-align: center;
  113. vertical-align: middle;
  114. right: 0px;
  115. top: 0px;
  116. background-color: #f56c6c;
  117. color: #ffffff;
  118. z-index: 999;
  119. border-radius: 0 5px 0 0;
  120. }
  121. .w-img.data-v-5f2291c5 {
  122. border-radius: 5px;
  123. width: 160rpx;
  124. height: 160rpx;
  125. }
  126. .addItem.data-v-5f2291c5 {
  127. margin: 20rpx 10rpx;
  128. width: 160rpx;
  129. height: 160rpx;
  130. border: 1px solid #cccccc;
  131. display: flex;
  132. justify-content: center;
  133. align-items: center;
  134. font-size: 50rpx;
  135. color: #999;
  136. border-radius: 5px;
  137. }