6bee393c by zhangmeng

官网

1 parent 8a457508
......@@ -1329,4 +1329,26 @@ function applyInvitation() {
color: #fff;
}
@media (max-width: 767px) {
.yaoQing {
img {
height: 80px;
}
.el-image {
height: 80px !important;
width: 63px !important;
}
}
.club {
width: 72px;
.el-image {
height: 80px !important;
width: 63px !important;
}
}
}
</style>
......
......@@ -1452,4 +1452,14 @@ function applyInvitation() {
right: 5%;
color: #fff;
}
@media (max-width: 767px) {
.yaoQing {
img {
height: 80px;
}
}
}
</style>
......
......@@ -1755,6 +1755,12 @@ async function handelQR(id, type) {
justify-content: space-around;
}
}
.fixed_gg_l {
img {
height: 80px;
}
}
}
/* 中等屏幕(平板设备) */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!