Commit d734bb62 by Hantao

修改图片

parent 1e2eba24
......@@ -163,9 +163,9 @@
}
.title {
height: 8vh;
width: auto;
margin-top: 1vh;
height: 120rpx;
width: 54rpx;
margin-top: 50rpx;
}
}
......@@ -176,7 +176,7 @@
flex-direction: column;
align-items: center;
overflow: hidden;
justify-content: center; /* Center content vertically if space allows */
justify-content: center;
}
.bottom-panel {
......@@ -212,12 +212,9 @@
align-items: center;
.beaker-img {
width: 28vh;
height: 42vh;
max-width: 300rpx;
max-height: 445rpx;
width: 364rpx;
height: 541rpx;
margin-bottom: -10rpx;
object-fit: contain;
}
.beaker-label {
......@@ -243,7 +240,7 @@
}
.vs-icon {
width: 80rpx;
width: 108rpx;
position: absolute;
left: 50%;
top: 50%;
......@@ -276,8 +273,8 @@
z-index: 1;
.tab-icon {
height: 40rpx;
width: 40rpx;
height: 48rpx;
width: 48rpx;
margin-right: 8rpx;
}
......@@ -294,13 +291,13 @@
}
.tab-btn-active {
width: 240rpx;
height: 70rpx;
width: 280rpx;
height: 80rpx;
}
.tab-btn {
width: 200rpx;
height: 70rpx;
width: 240rpx;
height: 80rpx;
}
}
......@@ -357,7 +354,7 @@
}
.ppm-icon {
height: 50rpx;
height: 60rpx;
margin-left: 10rpx;
}
}
......@@ -395,10 +392,10 @@
.bulb-icon {
position: absolute;
left: -16rpx;
bottom: -8rpx;
width: 64rpx;
height: 64rpx;
left: -20rpx;
bottom: -10rpx;
width: 80rpx;
height: 80rpx;
z-index: 12;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment