33 lines
615 B
Plaintext
33 lines
615 B
Plaintext
|
|
.camera.data-v-d3175bce {
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
height: 750rpx;
|
|
}
|
|
.btn-box.data-v-d3175bce {
|
|
position: relative;
|
|
}
|
|
.reset-btn.data-v-d3175bce {
|
|
position: absolute;
|
|
left: 0rpx;
|
|
top: 16rpx;
|
|
width: 120rpx;
|
|
height: 60rpx;
|
|
text-align: center;
|
|
}
|
|
.btn.data-v-d3175bce {
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 200rpx;
|
|
/* padding-top: 60rpx; */
|
|
background: -webkit-linear-gradient(#65bef9 0%, #50a0e8 100%);
|
|
background: linear-gradient(#65bef9 0%, #50a0e8 100%);
|
|
box-sizing: border-box;
|
|
margin-top: 40rpx;
|
|
}
|
|
|