Browse Source

commit

master
hhx 3 years ago
parent
commit
99428c34c3
  1. 9
      04.系统编码/App/Content/styles/index.css

9
04.系统编码/App/Content/styles/index.css

@ -1208,8 +1208,8 @@
.info-point-content { .info-point-content {
width: auto !important; width: auto !important;
height: 60px !important; height: 72px !important;
margin-top: -58px !important; margin-top: -70px !important;
margin-left: 0 !important; margin-left: 0 !important;
} }
@ -1219,6 +1219,7 @@
} }
.info-point-content .info-point-top { .info-point-content .info-point-top {
margin-bottom: 6px;
padding: 5px 30px 5px 10px; padding: 5px 30px 5px 10px;
border-radius: 3px; border-radius: 3px;
position: relative; position: relative;
@ -1252,8 +1253,8 @@
} }
.info-point-content .icon { .info-point-content .icon {
width: 20px; width: 32px;
height: 20px; height: 32px;
margin: 0 auto; margin: 0 auto;
background: url("../images/markers/1.png") no-repeat center/cover; background: url("../images/markers/1.png") no-repeat center/cover;
} }

Loading…
Cancel
Save