Commit d734bb62 by Hantao

修改图片

parent 1e2eba24
...@@ -163,9 +163,9 @@ ...@@ -163,9 +163,9 @@
} }
.title { .title {
height: 8vh; height: 120rpx;
width: auto; width: 54rpx;
margin-top: 1vh; margin-top: 50rpx;
} }
} }
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
overflow: hidden; overflow: hidden;
justify-content: center; /* Center content vertically if space allows */ justify-content: center;
} }
.bottom-panel { .bottom-panel {
...@@ -212,12 +212,9 @@ ...@@ -212,12 +212,9 @@
align-items: center; align-items: center;
.beaker-img { .beaker-img {
width: 28vh; width: 364rpx;
height: 42vh; height: 541rpx;
max-width: 300rpx;
max-height: 445rpx;
margin-bottom: -10rpx; margin-bottom: -10rpx;
object-fit: contain;
} }
.beaker-label { .beaker-label {
...@@ -243,7 +240,7 @@ ...@@ -243,7 +240,7 @@
} }
.vs-icon { .vs-icon {
width: 80rpx; width: 108rpx;
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 50%; top: 50%;
...@@ -276,8 +273,8 @@ ...@@ -276,8 +273,8 @@
z-index: 1; z-index: 1;
.tab-icon { .tab-icon {
height: 40rpx; height: 48rpx;
width: 40rpx; width: 48rpx;
margin-right: 8rpx; margin-right: 8rpx;
} }
...@@ -294,13 +291,13 @@ ...@@ -294,13 +291,13 @@
} }
.tab-btn-active { .tab-btn-active {
width: 240rpx; width: 280rpx;
height: 70rpx; height: 80rpx;
} }
.tab-btn { .tab-btn {
width: 200rpx; width: 240rpx;
height: 70rpx; height: 80rpx;
} }
} }
...@@ -357,7 +354,7 @@ ...@@ -357,7 +354,7 @@
} }
.ppm-icon { .ppm-icon {
height: 50rpx; height: 60rpx;
margin-left: 10rpx; margin-left: 10rpx;
} }
} }
...@@ -395,10 +392,10 @@ ...@@ -395,10 +392,10 @@
.bulb-icon { .bulb-icon {
position: absolute; position: absolute;
left: -16rpx; left: -20rpx;
bottom: -8rpx; bottom: -10rpx;
width: 64rpx; width: 80rpx;
height: 64rpx; height: 80rpx;
z-index: 12; 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