Commit 4731aa95 authored by zhangchenchen's avatar zhangchenchen

feat: 鹤小飞位置样式调整

parent 7e03da1e
...@@ -1408,24 +1408,21 @@ export default { ...@@ -1408,24 +1408,21 @@ export default {
.ipbox { .ipbox {
width: 674rpx; width: 674rpx;
height: 922rpx; height: 922rpx;
position: relative;
left: 36rpx;
border-radius: 24rpx; border-radius: 24rpx;
background-color: white; background-color: white;
top: 50rpx; top: 50rpx;
display: block;
margin: 50rpx auto;
.iphexiaofei { .iphexiaofei {
width: 374rpx; width: 374rpx;
height: 298rpx; height: 298rpx;
position: absolute; display: block;
top: 15rpx; margin: 15rpx auto 0;
left: 165rpx;
} }
.ipcard { .ipcard {
position: absolute;
padding: 15rpx; padding: 15rpx;
top: 313rpx;
.title { .title {
display: flex; display: flex;
...@@ -1493,8 +1490,9 @@ export default { ...@@ -1493,8 +1490,9 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: center;
width: 268rpx; width: 268rpx;
height: 330rpx;
.ipcontext { .ipcontext {
width: 100%; width: 100%;
margin-top: 6rpx; margin-top: 6rpx;
...@@ -1511,7 +1509,7 @@ export default { ...@@ -1511,7 +1509,7 @@ export default {
width: 342rpx; width: 342rpx;
height: 201rpx; height: 201rpx;
.ipcontainer { .ipcontainer {
height: 172rpx; height: 152rpx;
width: 322rpx; width: 322rpx;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
......
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