62 lines
1.1 KiB
CSS
62 lines
1.1 KiB
CSS
.page {
|
|
position: absolute;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
overflow: hidden;
|
|
display: flex;
|
|
/* justify-content: center; */
|
|
align-items: center;
|
|
background: url(https://humeng-res.oss-cn-beijing.aliyuncs.com/hm_aigc/applet/bg_%E4%B8%BB%E8%83%8C%E6%99%AF%402x.png)
|
|
100% no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.title {
|
|
position: absolute;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: #454F63;
|
|
z-index: 999;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.back {
|
|
position: absolute;
|
|
width: 56px;
|
|
height: 56px;
|
|
left: 0;
|
|
background-image: url(https://humeng-res.oss-cn-beijing.aliyuncs.com/humeng/vlog/lv2_icon_backBlack%402x.png);
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
|
|
.center {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
overflow-y: scroll;
|
|
position: absolute;
|
|
bottom: 93px;
|
|
width: 100vw;
|
|
align-content: baseline;
|
|
}
|
|
|
|
.img {
|
|
position: relative;
|
|
width: 45%;
|
|
left: calc((100vw - 96%)/2);
|
|
height: 420rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
|
|
margin: 20rpx 10rpx 0 10rpx;
|
|
border-radius: 12px;
|
|
}
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 12px;
|
|
}
|
|
|
|
.center :last-child {
|
|
margin-bottom: 50rpx;
|
|
} |