index.wxss 456 B

1234567891011121314151617181920212223242526
  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. }