identity_camera.less 563 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @import url('../../style.less');
  2. page {
  3. font-family: @ff-1;
  4. }
  5. .camera,
  6. .image {
  7. width: 100%;
  8. height: 480rpx;
  9. }
  10. .operate-container {
  11. display: flex;
  12. justify-content: center;
  13. margin-top: 50rpx;
  14. .btn {
  15. width: 40%;
  16. margin: 0;
  17. &::after {
  18. border: none;
  19. }
  20. &:first-child {
  21. margin-right: 30rpx;
  22. }
  23. }
  24. }
  25. .notice-container {
  26. padding: 40rpx 60rpx;
  27. .notice {
  28. font-size: 40rpx;
  29. color: @fc-1;
  30. font-weight: bold;
  31. display: block;
  32. margin-bottom: 15rpx;
  33. }
  34. .desc {
  35. display: block;
  36. font-size: 32rpx;
  37. color: @fc-3;
  38. line-height: 1.7;
  39. }
  40. }