123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- /* html,
- body {
- height: 100%;
- }
- .camera {
- height: 100%;
- }
- .camera > view {
- height: 24vh;
- background: #000000;
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #ffffff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- padding: 0 80rpx;
- }
- .camera > view > image {
- width: 148rpx;
- height: 148rpx;
- }
- .coverBox{
- width: 75%;
- height: 83.7%;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- }
- .cameraBorder {
- width: 100%;
- height: 100%;
- }
- .cameraTips {
- font-size: 32rpx;
- width: 100%;
- height: 90rpx;
- background: #000000;
- background: rgba(0, 0, 0, 0.3);
- border-radius: 46rpx;
- color: #ffffff;
- line-height: 90rpx;
- text-align: center;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- } */
- html,
- body {
- height: 100%;
- }
- Page {
- background-color: black;
- }
- .view {
- width: 100%;
- position: fixed;
- top: 0;
- left: 0;
- display: flex;
- }
- .border {
- position: fixed;
- }
- .button-view-bg,
- .button-view-bg-X {
- width: 100%;
- position: fixed;
- bottom: 0;
- background-color: black;
- }
- .button-view-bg {
- height: 24vh;
- display: flex;
- flex-direction: column;
- }
- .-X{
- width:100%;
- height:68rpx;
- }
- .button-view {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- .button-view > image {
- width: 148rpx;
- height: 148rpx;
- }
- .button-view > view:first-child,
- .button-view > view:last-child {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #FFFFFF;
- width: 128rpx;
- height: 128rpx;
- text-align: center;
- line-height: 128rpx;
- }
|