index.wxss 518 B

123456789101112131415161718192021222324252627282930
  1. /* 自定义上传样式 */
  2. .upImage_ltem {
  3. display: flex;
  4. justify-content: center;
  5. width: 130rpx;
  6. height: 118rpx;
  7. background: #FFFFFF;
  8. border-radius: 20px;
  9. opacity: 0.69;
  10. overflow: hidden;
  11. }
  12. .upImage_add {
  13. font-size: 50rpx;
  14. color: #333333;
  15. }
  16. /* 图片为空提示 */
  17. .image-tips {
  18. position: absolute;
  19. color: #ED6876;
  20. width: 350rpx;
  21. top: 50%;
  22. right: -365rpx;
  23. transform: translate(0,-50%);
  24. }
  25. .van-uploader__preview-image{
  26. width: 50rpx !important;
  27. }