htz-image-upload.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .ceshi {
  2. width: 100%;
  3. height: 100%;
  4. position: relative;
  5. top: 0;
  6. left: 0;
  7. bottom: 0;
  8. right: 0;
  9. background-color: #FFFFFF;
  10. color: #2C405A;
  11. opacity: 0.5;
  12. z-index: 100;
  13. }
  14. .preview-full {
  15. position: fixed;
  16. top: 0;
  17. left: 0;
  18. bottom: 0;
  19. width: 100%;
  20. height: 100%;
  21. z-index: 1002;
  22. }
  23. .preview-full video {
  24. width: 100%;
  25. height: 100%;
  26. z-index: 1002;
  27. }
  28. .preview-full-close {
  29. position: fixed;
  30. right: 32rpx;
  31. top: 25rpx;
  32. width: 80rpx;
  33. height: 80rpx;
  34. line-height: 60rpx;
  35. text-align: center;
  36. z-index: 1003;
  37. /* background-color: #808080; */
  38. color: #fff;
  39. font-size: 65rpx;
  40. font-weight: bold;
  41. text-shadow: 1px 2px 5px rgb(0 0 0);
  42. }
  43. .htz-image-upload-list {
  44. position: absolute;
  45. top: 588rpx;
  46. display: flex;
  47. flex-wrap: wrap;
  48. }
  49. .htz-image-upload-Item {
  50. width: 160rpx;
  51. height: 160rpx;
  52. margin: 13rpx;
  53. /* margin-left: -163rpx;
  54. margin-top: 595rpx; */
  55. border-radius: 10rpx;
  56. position: relative;
  57. }
  58. .htz-image-upload-Item image {
  59. width: 100%;
  60. height: 100%;
  61. border-radius: 10rpx;
  62. }
  63. .htz-image-upload-Item-video {
  64. width: 100%;
  65. height: 100%;
  66. border-radius: 10rpx;
  67. position: relative;
  68. }
  69. .htz-image-upload-Item-video-fixed {
  70. position: absolute;
  71. top: 0;
  72. left: 0;
  73. bottom: 0;
  74. width: 100%;
  75. height: 100%;
  76. border-radius: 10rpx;
  77. z-index: 996;
  78. }
  79. .htz-image-upload-Item video {
  80. width: 100%;
  81. height: 100%;
  82. border-radius: 10rpx;
  83. }
  84. .htz-image-upload-Item-add {
  85. font-size: 105rpx;
  86. /* line-height: 160rpx; */
  87. text-align: center;
  88. border: 1px dashed #d9d9d9;
  89. color: #d9d9d9;
  90. }
  91. .htz-image-upload-Item-del {
  92. background-color: #f5222d;
  93. font-size: 24rpx;
  94. position: absolute;
  95. width: 35rpx;
  96. height: 35rpx;
  97. line-height: 35rpx;
  98. text-align: center;
  99. top: 0;
  100. right: 0;
  101. z-index: 80;
  102. color: #fff;
  103. }
  104. .htz-image-upload-Item-del-cover {
  105. background-color: #f5222d;
  106. font-size: 24rpx;
  107. position: absolute;
  108. width: 35rpx;
  109. height: 35rpx;
  110. text-align: center;
  111. top: 0;
  112. right: 0;
  113. color: #fff;
  114. line-height: 35rpx;
  115. z-index: 997;
  116. }
  117. .htz-image-upload-Item-video-app-poster {
  118. width: 100%;
  119. height: 100%;
  120. }