|
@@ -398,7 +398,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- margin-bottom: 20rpx;
|
|
|
+ margin-bottom: 80rpx;
|
|
|
}
|
|
|
|
|
|
.photo-title {
|
|
@@ -443,7 +443,7 @@ export default {
|
|
|
.photo-preview {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
- height: 800rpx;
|
|
|
+ height: 900rpx;
|
|
|
background-color: #000;
|
|
|
border-radius: 20rpx;
|
|
|
overflow: hidden;
|
|
@@ -464,8 +464,8 @@ export default {
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
- width: 400rpx;
|
|
|
- height: 500rpx;
|
|
|
+ width: 500rpx;
|
|
|
+ height: 600rpx;
|
|
|
border: 4rpx dashed #fff;
|
|
|
border-radius: 200rpx;
|
|
|
pointer-events: none;
|