liuyg
2021-07-19 db6de8889a3271f4764648ca24b3584498498c2d
巡逻样式
2 files modified
35 ■■■■ changed files
public/map/lib/layui/css/modules/layer/myskin/routename-and-peoplename.css 11 ●●●● patch | view | raw | blame | history
public/map/popup/style/routename-and-peoplename.css 24 ●●●● patch | view | raw | blame | history
public/map/lib/layui/css/modules/layer/myskin/routename-and-peoplename.css
@@ -12,14 +12,19 @@
.routename-and-peoplename .layui-layer-title {
    padding: 0 80px;
    text-align: center;
    background: #fff;
    /* background: #fff; */
    border: none;
    color: #677788;
    /* color: #677788; */
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    background-color: #004CA7 !important;
    color: #fff !important;
    /* border: 1px solid #007bc3 !important; */
    /* border-radius: 5px !important; */
}
.routename-and-peoplename .layui-layer-content {
    background: #fff;
    background: #004CA7;
    border-radius: 0 0 10px 10px;
}
public/map/popup/style/routename-and-peoplename.css
@@ -22,7 +22,7 @@
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #677788;
    color: #fff;
}
.routename-and-peoplename-box li {
@@ -39,7 +39,15 @@
.routename-and-peoplename-box li span {
    flex: 2;
}
.routename-and-peoplename-box li:nth-child(2) select::-webkit-input-placeholder {
    color: #fff;
  }
  input::-moz-input-placeholder {
    color: #fff;
  }
  input::-ms-input-placeholder {
    color: #fff;
  }
.routename-and-peoplename-box li:nth-child(2) select {
    margin-top: 6px;
    padding: 0 10px;
@@ -47,11 +55,15 @@
    flex: 6;
    height: 28px;
    outline: none;
    color: #677788;
    /* colorgb(37, 20, 20)fff; */
    background-color: #004CA7 !important;
    color: #fff !important;
    border: 1px solid #007bc3 !important;
    border-radius: 5px !important;
}
.routename-and-peoplename-box li:nth-child(2) select option {
    color: #677788;
    color: #fff;
}
@@ -65,6 +77,10 @@
    outline: none;
    height: 28px;
    font-size: 14px;
    background-color: #004CA7 !important;
    color: #fff !important;
    border: 1px solid #007bc3 !important;
    border-radius: 5px !important;
}
.routename-and-peoplename-box .confirm-update {