ocr.wxss 731 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .container {
  2. height: 100vh;
  3. }
  4. .camera-container {
  5. width: 100%;
  6. height: 100%;
  7. position: relative;
  8. }
  9. .camera {
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .btnCamera{
  14. width: 220rpx;
  15. height: 220rpx;
  16. position: fixed;
  17. left:265rpx;
  18. right:265rpx;
  19. bottom: 180rpx;
  20. z-index: 20;
  21. }
  22. .sysIcon_b05{
  23. width: 220rpx;
  24. height: 220rpx;
  25. }
  26. .panelFooter{
  27. width: 100%;
  28. position: fixed;
  29. bottom: 0;
  30. background: #004433;
  31. z-index: 10;
  32. }
  33. .btn{
  34. width: 50%;
  35. height:120rpx;
  36. font-size: 36rpx;
  37. color: #C1E1C1;
  38. justify-content: flex-end;
  39. }
  40. .btnSelected{
  41. color: #FFDD88;
  42. }
  43. .panelLine{
  44. width: 72rpx;
  45. height: 14rpx;
  46. margin-top: 21rpx;
  47. }
  48. .panelLineSelected{
  49. width: 72rpx;
  50. height: 14rpx;
  51. background-color: #FFDD88;
  52. }