You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
896 B
Plaintext

2 years ago
.img1 .imgArea, .img2 .imgArea {
margin: 0 auto;
width: calc((100vw - 45px)/ 2);
height: calc((100vw - 45px)/ 8*3);
border-radius: 8rpx;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
border: 1px dotted #ccc;
margin-bottom: 10px;
}
.imgInfo {
width: 100%;
border-radius: 8rpx;
max-height: 100%;
}
.updateImg {
/* position: absolute;
right: -50px;
font-size: 30rpx;
color: #00a0ff; */
position:absolute;
right:-50px;
font-size:30rpx;
color:#00a0ff;
top:-10px;
margin-top:calc((100vw - 45px)/ 16*3);
}
.img1 p, .img2 p {
text-align: center;
margin: 0;
}
.f25{
font-size: 50rpx;
}
.img2, .img1 {
width: 100vw;
padding: 15px;
display: flex;
justify-content: space-between;
align-items:center;
background-color: #fff;
box-sizing: border-box;
}