11 lines
163 B
CSS
11 lines
163 B
CSS
|
|
.preview-block{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
.preview-pic{
|
||
|
|
width: 1334rpx;
|
||
|
|
height: 750rpx;
|
||
|
|
}
|