measure-to.wxss 819 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .upload-view{
  2. width: 15vw;
  3. height: 15vw;
  4. background: #F8F9FD;
  5. border: 2rpx solid #606EB2;
  6. border-radius: 14rpx;
  7. display: grid;
  8. align-items: initial;
  9. justify-content: center;
  10. }
  11. .btn-add-class-2 {
  12. background: #3E69F6;
  13. border-radius: 50%;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. padding: 20rpx;
  18. box-shadow: 0px 17px 22px 0px #1B365D33;
  19. }
  20. .upload-view>view:nth-child(2){
  21. font-style: normal;
  22. font-weight: 400;
  23. font-size: 8px;
  24. font-family: 'PingFang SC';
  25. text-align: center;
  26. color: #606EB2;
  27. }
  28. .van-uploader__preview>image{
  29. border-radius: 14rpx !important;
  30. }
  31. .van-uploader__preview-delete{
  32. /* border-radius: 0 14rpx 0 0 !important; */
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. }
  37. .add-btn{
  38. font-size: 20px;
  39. font-family: 'PingFang SC';
  40. }