已增加整轮播图和地图连线

This commit is contained in:
aixianling
2023-10-07 11:30:13 +08:00
parent 39a344b054
commit 50541832cc
12 changed files with 451 additions and 153 deletions

View File

@@ -295,7 +295,7 @@ input::-ms-input-placeholder {
/**
自定义弹性盒子快速用
*/
div[flex] {
div[flex], .flex {
display: flex;
align-items: center;
@@ -717,3 +717,8 @@ h1, h2, h3, p {
pointer-events: all;
}
}
.m-center {
margin-left: 50%;
transform: translateX(-50%);
}