|
- .camera {
- height: 340rpx;
- width: 310rpx;
- margin: 88rpx auto;
- border: 1px solid #52a0fd;
- color: #52a0fd;
- }
-
- .camera image {
- width: 59rpx;
- height: 45rpx;
- margin: 113rpx 125rpx 35rpx 126rpx;
- }
-
- .camera text {
- display: block;
- text-align: center;
- }
-
- .up-img{
- width: 600rpx;
- margin: 40rpx auto 0;
- height: auto;
- padding: 10rpx;
- border: 1px dashed #52A0FD;
- }
- .up-img image{
- width: 600rpx;
- }
- .operationBox{
- display: flex;
- justify-content: space-between;
- margin-bottom: 40rpx;
- }
- .btn {
- float: right;
- height: 52rpx;
- line-height: 52rpx;
- background: rgba(101, 158, 246, 1);
- border-radius: 10rpx;
- font-size: 28rpx;
- font-weight: 500;
- padding: 0 25rpx;
- color: rgba(255, 255, 255, 1);
- }
|