|
@@ -203,12 +203,12 @@ head{width: 100%;height: 100%;overflow: hidden;}
|
|
|
.tanc img{width: 100%;display: block;overflow: hidden;}
|
|
.tanc img{width: 100%;display: block;overflow: hidden;}
|
|
|
.album-box .hiden {
|
|
.album-box .hiden {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: calc(100% - 5rem);
|
|
|
|
|
|
|
+ height: calc(100% - 90px);
|
|
|
}
|
|
}
|
|
|
.album-box .text-box .qrcode {
|
|
.album-box .text-box .qrcode {
|
|
|
/*width: 6rem;*/
|
|
/*width: 6rem;*/
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- height: 6rem;
|
|
|
|
|
|
|
+ height: 100px;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
}
|
|
}
|
|
|
.album-box .text-box .qrcode .img {
|
|
.album-box .text-box .qrcode .img {
|
|
@@ -223,12 +223,12 @@ head{width: 100%;height: 100%;overflow: hidden;}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.album-box .template-1 .qrcode img {
|
|
.album-box .template-1 .qrcode img {
|
|
|
- bottom: 1rem;
|
|
|
|
|
|
|
+ bottom: 1.5rem;
|
|
|
margin: auto;
|
|
margin: auto;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
left: 0;
|
|
left: 0;
|
|
|
- width: 4.25rem;
|
|
|
|
|
- height: 4.25rem;
|
|
|
|
|
|
|
+ width: 100px;
|
|
|
|
|
+ height: 100px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|