shmily-drag-image.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .con .area.data-v-75f788fa {
  18. width: 100%;
  19. }
  20. .con .area .view.data-v-75f788fa {
  21. display: flex;
  22. justify-content: center;
  23. align-items: center;
  24. }
  25. .con .area .view .area-con.data-v-75f788fa {
  26. position: relative;
  27. overflow: hidden;
  28. }
  29. .con .area .view .area-con .pre-image.data-v-75f788fa {
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .con .area .view .area-con .del-con.data-v-75f788fa {
  34. position: absolute;
  35. top: 0rpx;
  36. right: 0rpx;
  37. padding: 0 0 20rpx 20rpx;
  38. }
  39. .con .area .view .area-con .del-con .del-wrap.data-v-75f788fa {
  40. width: 36rpx;
  41. height: 36rpx;
  42. background-color: rgba(0, 0, 0, 0.4);
  43. border-radius: 0 0 0 10rpx;
  44. display: flex;
  45. justify-content: center;
  46. align-items: center;
  47. }
  48. .con .area .view .area-con .del-con .del-wrap .del-image.data-v-75f788fa {
  49. width: 20rpx;
  50. height: 20rpx;
  51. }
  52. .con .area .add.data-v-75f788fa {
  53. position: absolute;
  54. display: flex;
  55. justify-content: center;
  56. align-items: center;
  57. }
  58. .con .area .add .add-wrap.data-v-75f788fa {
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. background-color: #eeeeee;
  63. }