Commit 094ab80e by Tippi.Rao

样式修改

parent 4c519ddd
...@@ -191,10 +191,10 @@ body { ...@@ -191,10 +191,10 @@ body {
.invest-wrapper-content-left-item { .invest-wrapper-content-left-item {
display: flex; display: flex;
@media screen and (max-width: 1650px) { @media screen and (max-width: 1650px) {
margin-bottom: 10px; margin-bottom: 4px;
} }
@media screen and (min-width: 1651px) { @media screen and (min-width: 1651px) {
margin-bottom: 16px; margin-bottom: 10px;
} }
} }
.invest-wrapper-content-left-item-img { .invest-wrapper-content-left-item-img {
...@@ -314,7 +314,7 @@ body { ...@@ -314,7 +314,7 @@ body {
.operator-wrapper { .operator-wrapper {
@media screen and (max-width: 1650px) { @media screen and (max-width: 1650px) {
margin-left: 47px; margin-left: 47px;
margin-top: 35px; margin-top: 26px;
} }
@media screen and (min-width: 1651px) { @media screen and (min-width: 1651px) {
margin-left: 72px; margin-left: 72px;
...@@ -394,7 +394,7 @@ body { ...@@ -394,7 +394,7 @@ body {
.advise-wrapper { .advise-wrapper {
@media screen and (max-width: 1650px) { @media screen and (max-width: 1650px) {
margin-left: 47px; margin-left: 47px;
margin-top: 20px; margin-top: 14px;
} }
@media screen and (min-width: 1651px) { @media screen and (min-width: 1651px) {
margin-left: 72px; margin-left: 72px;
...@@ -417,21 +417,26 @@ body { ...@@ -417,21 +417,26 @@ body {
} }
.advise-wrapper-content-item { .advise-wrapper-content-item {
display: flex; display: flex;
margin-bottom: 16px; @media screen and (max-width: 1650px) {
margin-bottom: 8px;
}
@media screen and (min-width: 1651px) {
margin-bottom: 16px;
}
} }
.advise-wrapper-content-item img { .advise-wrapper-content-item img {
@media screen and (max-width: 1650px) { @media screen and (max-width: 1650px) {
width: 13px; width: 13px;
height: 13px; height: 13px;
margin-right: 13px; margin-right: 13px;
margin-top: 6px;
} }
@media screen and (min-width: 1651px) { @media screen and (min-width: 1651px) {
width: 20px; width: 20px;
height: 20px; height: 20px;
margin-right: 20px; margin-right: 20px;
margin-top: 10px;
} }
margin-top: 10px;
} }
.advise-wrapper-content-item-text { .advise-wrapper-content-item-text {
@media screen and (max-width: 1650px) { @media screen and (max-width: 1650px) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论