67 lines
1.4 KiB
Plaintext
Raw Normal View History

2025-10-29 13:53:24 +08:00
.poster_main.data-v-d354fff4 {
width: 100vw;
height: 100vh;
background-color: #f1f2f5;
}
.poster_canvas.data-v-d354fff4 {
padding-top: 30rpx;
height: 534px;
}
#firstCanvas.data-v-d354fff4 {
margin: 0 auto;
}
.poster_func.data-v-d354fff4 {
margin-top: 40rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.poster_func_choice.data-v-d354fff4 {
font-size: 28rpx;
font-weight: 400;
color: #0082fa;
text-decoration: underline;
}
.poster_func_download.data-v-d354fff4, .poster_func_link.data-v-d354fff4 {
width: 500rpx;
height: 80rpx;
font-size: 28rpx;
border-radius: 66rpx;
display: flex;
justify-content: center;
align-items: center;
background-color: #0082fa;
margin-top: 30rpx;
color: #fff;
}
.poster_func_link.data-v-d354fff4 {
background-color: #fff;
}
.image_popup.data-v-d354fff4 {
display: flex;
justify-content: center;
align-items: center;
}
.image_popup_card.data-v-d354fff4 {
width: 90vw;
z-index: 200;
}
.image_popup_card_title.data-v-d354fff4 {
text-align: center;
font-size: 36rpx;
font-weight: 600;
}
.image_popup_card_title_text.data-v-d354fff4 {
margin: 20rpx 0 60rpx 0;
}
.image_popup_card_enter.data-v-d354fff4 {
margin: 100rpx 0 20rpx 0;
}
.image_popup_card_swiper_item.data-v-d354fff4 {
display: flex;
justify-content: center;
}
.image_popup_card_swiper_image.data-v-d354fff4 {
width: 480rpx;
height: 320rpx;
}