camera.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .lary-top{
  2. position: fixed;
  3. z-index: 101;
  4. top: 0;
  5. width: 100%;
  6. background:#3b8bff
  7. }
  8. .camera-photo{
  9. position: fixed;
  10. z-index: 100;
  11. overflow: hidden;
  12. }
  13. .page-flex{
  14. display: flex;
  15. }
  16. .page-mask{
  17. background-color: rgba(0,0,0,0.6);
  18. }
  19. .page-mask-lr{
  20. width: 90rpx;
  21. }
  22. .page-content{
  23. flex:1
  24. }
  25. .tackPhoto{
  26. color:#fff;
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. }
  31. .confirm-photo{
  32. width: 130rpx;
  33. height: 130rpx;
  34. background-color: #3b8bff;
  35. border-radius: 50%;
  36. text-align: center;
  37. line-height: 130rpx;
  38. }
  39. .cancel{
  40. position: absolute;
  41. right: 90rpx;
  42. }
  43. .id-card{
  44. position: absolute;
  45. font-size: 36rpx;
  46. color: #fff;
  47. top:53%;
  48. right: 40rpx;
  49. display: flex;
  50. align-items: center;
  51. transform-origin: right;
  52. transform: rotate(90deg);
  53. }
  54. .id-card-text{
  55. color:#3b8bff
  56. }
  57. .canvas-style{
  58. margin: auto;
  59. overflow: hidden;
  60. }
  61. .base-img{
  62. position: fixed;
  63. z-index: 101;
  64. }
  65. .success-img{
  66. position: fixed;
  67. z-index: 101;
  68. background-color: black;
  69. }
  70. .after-img-tips{
  71. display: flex;
  72. align-items: center;
  73. justify-content: space-between;
  74. width: 100%;
  75. position: fixed;
  76. bottom: 75rpx;
  77. padding-left: 60rpx;
  78. padding-right: 60rpx;
  79. box-sizing: border-box;
  80. }
  81. .back{
  82. width: 141rpx;
  83. height: 141rpx;
  84. }