liuyg
2021-07-19 8edfd53f41b3f9f7c14684ea72e5e2a66476c07f
巡逻管理样式
4 files modified
46 ■■■■ changed files
public/map/lib/layui/css/modules/layer/myskin/region-name.css 10 ●●●● patch | view | raw | blame | history
public/map/popup/style/region-name.css 28 ●●●●● patch | view | raw | blame | history
public/map/widgets/patrolManagement/PatrolManagement.css 2 ●●● patch | view | raw | blame | history
public/map/widgets/patrolManagement/template.html 6 ●●●● patch | view | raw | blame | history
public/map/lib/layui/css/modules/layer/myskin/region-name.css
@@ -12,14 +12,18 @@
.region-name .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; */
}
.region-name .layui-layer-content {
    background: #fff;
    background: #004CA7;
    border-radius: 0 0 10px 10px;
}
public/map/popup/style/region-name.css
@@ -38,13 +38,25 @@
.region-name-box li:nth-child(2) {
    height: 80px;
}
.region-name-box li:nth-child(2) textarea::-webkit-input-placeholder {
    color: #fff;
  }
  input::-moz-input-placeholder {
    color: #fff;
  }
  input::-ms-input-placeholder {
    color: #fff;
  }
.region-name-box li:nth-child(2) textarea {
    width: 100%;
    height: 100%;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    background-color: #004CA7 !important;
    color: #fff !important;
    border: 1px solid #007bc3 !important;
    border-radius: 5px !important;
}
.region-name-box input {
@@ -53,11 +65,23 @@
    vertical-align: middle;
    outline: none;
}
.region-name-box .region-name-input::-webkit-input-placeholder {
    color: #fff;
  }
  input::-moz-input-placeholder {
    color: #fff;
  }
  input::-ms-input-placeholder {
    color: #fff;
  }
.region-name-box .region-name-input {
    width: 100%;
    height: 28px;
    font-size: 14px;
    background-color: #004CA7 !important;
    color: #fff !important;
    border: 1px solid #007bc3 !important;
    border-radius: 5px !important;
}
.region-name-box .start-editing {
public/map/widgets/patrolManagement/PatrolManagement.css
@@ -757,7 +757,7 @@
    left: 48px;
    width: calc(100% - 48px);
    height: 32px;
    color: #677788;
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
public/map/widgets/patrolManagement/template.html
@@ -124,11 +124,11 @@
                                    <li id='patrolRoute'>
                                        区域:
                                        <div>
                                        </div>
                                        <div class='select-list'>
                                            <ul>
                                            </ul>
                                        </div>
                                    </li>
@@ -257,6 +257,6 @@
    </div>
    <div class="tips">
        单击左键开始绘制。
        单击左键开始绘制。
    </div>
</div>