liuyg
2021-06-22 0163b28ce3a2e0186b82e02fd8f98f8d9ee55340
widgets/FlyRoute/css/style.css
@@ -127,23 +127,23 @@
}
#passPoint,
#passPoint li {
.jimu-widget-FlyRoute #passPoint,
.jimu-widget-FlyRoute #passPoint li {
   margin: 0;
   padding: 0;
}
#passPoint {
.jimu-widget-FlyRoute #passPoint {
   height: 100%;
   list-style: none;
   overflow: auto;
}
#passPoint li {
.jimu-widget-FlyRoute #passPoint li {
   margin: 10px 40px;
}
.item {
.jimu-widget-FlyRoute .item {
   background: #3E9FFC;
   border-radius: 5px;
   height: 20px;
@@ -152,9 +152,9 @@
   font-family: "微软雅黑";
   text-align: center;
   margin-bottom: 5px;
    cursor: pointer;
}
.item:nth-child(1){
.jimu-widget-FlyRoute .item:nth-child(1) {
   margin-top: 20px !important;
}