Files
senlan/pages/display/index.css
2025-04-23 19:50:30 +08:00

137 lines
2.2 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%;
}
.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%;
}
.title {
position: absolute;
font-size: 16px;
line-height: 22px;
color: #454F63;
z-index: 999;
font-weight: 500;
}
.content {
position: absolute;
width: 100%;
}
.img_loading {
display: flex;
justify-content: center;
margin-top: 30rpx;
}
.img_1 {
width: 300rpx;
height: 300rpx;
}
.loading {
position: relative;
width: 100%;
height: 300rpx;
display: flex;
justify-content: center;
margin-top: 60rpx;
}
.tip{
text-align: center;
font-family: '苹方';
font-size:25rpx;
color:#006d9f;
animation: opp 2.7s infinite linear;
}
@keyframes opp{
0%{
opacity: 1;
}
40%{
opacity: 1;
}
60%{
opacity: 0;
}
100%{
opacity: 1;
}
}
.box_show {
display: flex;
/* justify-content: center; */
align-items: center;
flex-direction: column;
margin-top: 50rpx;
height: 75vh;
}
.showImage {
border: #fff 1px solid;
height: 60vh;
width: 80%;
border-radius: 20px;
}
.printTip {
width: 80%;
margin-top: 20rpx;
}
.upload-btn {
background: url(https://humeng-res.oss-cn-beijing.aliyuncs.com/hm_aigc/applet/btn%403x.png)
100% no-repeat;
background-size: 100% 100%;
height: 100rpx;
line-height: 100rpx;
width: 80%;
margin-top: 20rpx;
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 16px;
font-family: 'Microsoft YaHei', 'Microsoft Yahei', Arial, sans-serif;
text-align: center;
white-space: nowrap;
position: absolute;
bottom: 0;
}
.wait_box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.wait_1, .wait_2 {
color: #505C73 ;
font-weight: 700;
font-size: 14px;
font-family: "Microsoft YaHei", sans-serif;
margin-top: 8rpx;
}
.progressBar {
width: 80%;
margin-top: 40rpx;
}