DragImage.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. @charset "UTF-8";
  2. /*每个页面公共css */
  3. .font72.data-v-40b3ee54 {
  4. font-size: 72rpx;
  5. }
  6. .font44.data-v-40b3ee54 {
  7. font-size: 44rpx;
  8. }
  9. .font36.data-v-40b3ee54 {
  10. font-size: 36rpx;
  11. }
  12. .font32.data-v-40b3ee54 {
  13. font-size: 32rpx;
  14. }
  15. .font28.data-v-40b3ee54 {
  16. font-size: 28rpx;
  17. }
  18. .font24.data-v-40b3ee54 {
  19. font-size: 24rpx;
  20. }
  21. .font22.data-v-40b3ee54 {
  22. font-size: 22rpx;
  23. }
  24. .font20.data-v-40b3ee54 {
  25. font-size: 20rpx;
  26. }
  27. .fw400.data-v-40b3ee54 {
  28. font-weight: 400;
  29. }
  30. .fw500.data-v-40b3ee54 {
  31. font-weight: 500;
  32. }
  33. .fw600.data-v-40b3ee54 {
  34. font-weight: 600;
  35. }
  36. .fw700.data-v-40b3ee54 {
  37. font-weight: 700;
  38. }
  39. .el.data-v-40b3ee54 {
  40. white-space: nowrap;
  41. overflow: hidden;
  42. text-overflow: ellipsis;
  43. }
  44. button.data-v-40b3ee54 {
  45. background-color: transparent;
  46. }
  47. .button-hover.data-v-40b3ee54 {
  48. background: transparent;
  49. }
  50. button.data-v-40b3ee54::after {
  51. border: none;
  52. box-sizing: content-box;
  53. }
  54. .data-v-40b3ee54::-webkit-scrollbar {
  55. width: 0;
  56. height: 0;
  57. color: transparent;
  58. }
  59. .placeholder-input.data-v-40b3ee54 {
  60. font-size: 28rpx;
  61. font-family: PingFangSC-Regular, PingFang SC;
  62. font-weight: 400;
  63. color: #B7B7C5;
  64. line-height: 40rpx;
  65. }
  66. /*每个页面公共css */
  67. .flex-center.data-v-40b3ee54 {
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. }
  72. .flex-around.data-v-40b3ee54 {
  73. display: flex;
  74. justify-content: space-around;
  75. align-items: center;
  76. }
  77. .flex-between.data-v-40b3ee54 {
  78. display: flex;
  79. justify-content: space-between;
  80. align-items: center;
  81. }
  82. .flex-start.data-v-40b3ee54 {
  83. display: flex;
  84. justify-content: flex-start;
  85. align-items: center;
  86. }
  87. .flex-end.data-v-40b3ee54 {
  88. display: flex;
  89. justify-content: flex-end;
  90. align-items: flex-end;
  91. }
  92. .null-box.data-v-40b3ee54 {
  93. width: 100%;
  94. height: 176rpx;
  95. background-color: #151126;
  96. }
  97. .no-more.data-v-40b3ee54 {
  98. color: #9A9ABF;
  99. text-align: center;
  100. padding: 10rpx 0rpx 30rpx 0rpx;
  101. }
  102. .con .area.data-v-40b3ee54 {
  103. width: 100%;
  104. }
  105. .con .area .view.data-v-40b3ee54 {
  106. display: flex;
  107. justify-content: center;
  108. align-items: center;
  109. }
  110. .con .area .view .area-con.data-v-40b3ee54 {
  111. position: relative;
  112. }
  113. .con .area .view .area-con .pre-image.data-v-40b3ee54 {
  114. width: 100%;
  115. height: 100%;
  116. border-radius: 8rpx;
  117. }
  118. .con .area .view .area-con .del-con.data-v-40b3ee54 {
  119. position: absolute;
  120. top: 0rpx;
  121. right: 0rpx;
  122. padding: 0 0 20rpx 20rpx;
  123. }
  124. .con .area .view .area-con .del-con .del-wrap.data-v-40b3ee54 {
  125. width: 36rpx;
  126. height: 36rpx;
  127. background-color: rgba(0, 0, 0, 0.4);
  128. border-radius: 0 0 0 10rpx;
  129. display: flex;
  130. justify-content: center;
  131. align-items: center;
  132. }
  133. .con .area .view .area-con .del-con .del-wrap .del-image.data-v-40b3ee54 {
  134. width: 20rpx;
  135. height: 20rpx;
  136. }
  137. .con .area .view .area-con .choose.data-v-40b3ee54 {
  138. width: 40rpx;
  139. height: 40rpx;
  140. position: absolute;
  141. right: 8rpx;
  142. top: 8rpx;
  143. border-radius: 40rpx;
  144. border: 2rpx solid #FFFFFF;
  145. background: #FE3B49;
  146. color: #FFFFFF;
  147. text-align: center;
  148. font-size: 24rpx;
  149. line-height: 40rpx;
  150. }
  151. .con .area .add.data-v-40b3ee54 {
  152. position: absolute;
  153. display: flex;
  154. justify-content: center;
  155. align-items: center;
  156. }
  157. .con .area .add .add-wrap.data-v-40b3ee54 {
  158. display: flex;
  159. justify-content: center;
  160. align-items: center;
  161. background-color: #151126;
  162. }