Newer
Older
miniCreditFactory / pages / camera / camera.wxss
bello on 29 May 2020 448 bytes init

.camera-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
}

camera {
  width: 100%;
  /* height: 1200rpx; */
}

.take-layout {
  /* margin-bottom: 40rpx; */
  bottom: 40rpx;
   position: absolute;
}

.run-time {
    text-align: center;
    color: #4bcc78;
     font-size: 36rpx;
    font-weight: 500;
    margin-bottom: 10rpx;
}