| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .container {
- height: 100vh;
- }
- .camera-container {
- width: 100%;
- height: 100%;
- position: relative;
- }
- .camera {
- width: 100%;
- height: 100%;
- }
- .btnCamera{
- width: 220rpx;
- height: 220rpx;
- position: fixed;
- left:265rpx;
- right:265rpx;
- bottom: 180rpx;
- z-index: 20;
- }
- .sysIcon_b05{
- width: 220rpx;
- height: 220rpx;
- }
- .panelFooter{
- width: 100%;
- position: fixed;
- bottom: 0;
- background: #004433;
- z-index: 10;
- }
- .btn{
- width: 50%;
- height:120rpx;
- font-size: 36rpx;
- color: #C1E1C1;
- justify-content: flex-end;
- }
- .btnSelected{
- color: #FFDD88;
- }
- .panelLine{
- width: 72rpx;
- height: 14rpx;
- margin-top: 21rpx;
- }
- .panelLineSelected{
- width: 72rpx;
- height: 14rpx;
- background-color: #FFDD88;
- }
|