liuyg
2021-06-03 30beac8df8af98aa4b051e599ad195e79f421151
xiugai
2 files modified
22 ■■■■ changed files
widgets/searchL/Widget.html 3 ●●●●● patch | view | raw | blame | history
widgets/searchL/css/style.css 19 ●●●● patch | view | raw | blame | history
widgets/searchL/Widget.html
@@ -12,4 +12,7 @@
            placeholder="输入纬度" />
    </div>
    <img class="input_img" src="images/query.png">
    <div class="searchLMain">
        1111
    </div>
</div>
widgets/searchL/css/style.css
@@ -24,7 +24,7 @@
  height: 35px;
  /* color: #fff; */
  display: flex;
  font-size: 16px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, .2);
@@ -34,7 +34,7 @@
  width: 260px;
  height: 35px;
  line-height: 40px;
  font-size: 16px;
  font-size: 14px;
  text-indent: 8px;
  outline: 0;
  float: left;
@@ -52,7 +52,7 @@
  display: none;
  width: 260px;
  height: 35px;
  font-size: 16px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
@@ -61,7 +61,7 @@
  width: 90px;
  height: 35px;
  line-height: 40px;
  font-size: 16px;
  font-size: 14px;
  text-indent: 8px;
  outline: 0;
  float: left;
@@ -77,19 +77,30 @@
.jimu-widget-searchL .input-sms1::-webkit-input-placeholder, .jimu-widget-searchL .input-sms::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
.jimu-widget-searchL .input-sms1::-moz-placeholder, .jimu-widget-searchL .input-sms::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  font-size: 14px;
}
.jimu-widget-searchL .input-sms1:-moz-placeholder, .jimu-widget-searchL .input-sms:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  font-size: 14px;
}
.jimu-widget-searchL .input-sms1::-ms-input-placeholder, .jimu-widget-searchL .input-sms::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
.jimu-widget-searchL .searchLMain {
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 600px;
  background-color: aliceblue;
}