You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
726 B

  1. .camera {
  2. height: 340rpx;
  3. width: 310rpx;
  4. margin: 88rpx auto;
  5. border: 1px solid #52a0fd;
  6. color: #52a0fd;
  7. }
  8. .camera image {
  9. width: 59rpx;
  10. height: 45rpx;
  11. margin: 113rpx 125rpx 35rpx 126rpx;
  12. }
  13. .camera text {
  14. display: block;
  15. text-align: center;
  16. }
  17. .up-img{
  18. width: 600rpx;
  19. margin: 40rpx auto 0;
  20. height: auto;
  21. padding: 10rpx;
  22. border: 1px dashed #52A0FD;
  23. }
  24. .up-img image{
  25. width: 600rpx;
  26. }
  27. .operationBox{
  28. display: flex;
  29. justify-content: space-between;
  30. margin-bottom: 40rpx;
  31. }
  32. .btn {
  33. float: right;
  34. height: 52rpx;
  35. line-height: 52rpx;
  36. background: rgba(101, 158, 246, 1);
  37. border-radius: 10rpx;
  38. font-size: 28rpx;
  39. font-weight: 500;
  40. padding: 0 25rpx;
  41. color: rgba(255, 255, 255, 1);
  42. }