赣州市洪水风险预警系统三维版本
guoshilong
2023-02-27 4d8c6dd77427e8e581fda17b6b65ba86bfb7a815
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
<div class="form-body form-inline" style="width:100%; height: 100%;">
    <div style="width:100%; height: 100%;">
        <div style="width:100%;float:left;">
            <div class="form-group" style="width:100%; height: 26px;">
                <label class="col-md-3 control-label" style="text-align: right; color: rgb(131, 127, 127); line-height: 26px; height: 100%;font-weight:normal;float:left; font-size: 14px; width: 90px; "  data-dojo-attach-point="xian"  >县:</label>
                <div class="col-md-9" style="color: #666; padding-left: 6px; width: 220px; line-height: 26px; height: 100%;font-weight:normal;float:left; font-size: 14px; margin-left: 10px; border: 1px solid rgb(170, 166, 166); background: rgb(233, 230, 230);" >
                    <span data-dojo-attach-point="county" >--</span> 
                </div>
            </div> 
            <div class="form-group" style="margin-top: 10px; width:100%; height: 26px;">
                <label class="col-md-3 control-label" style="text-align: right; color: rgb(131, 127, 127); line-height: 26px; height: 100%;font-weight:normal;float:left; font-size: 14px; width: 90px; "  data-dojo-attach-point="xiang" >乡:</label>
                <div class="col-md-9" style="color: #666; padding-left: 6px; width: 220px; line-height: 26px; height: 100%;font-weight:normal;float:left; font-size: 14px; margin-left: 10px; border: 1px solid rgb(170, 166, 166); background: rgb(233, 230, 230);" >
                    <span  data-dojo-attach-point="country" >--</span>
                </div>
            </div> 
            <div class="form-group"  style="margin-top: 10px; width:100%; height: 26px;">
                <label class="col-md-3 control-label" style="text-align: right; color: rgb(131, 127, 127); line-height: 26px; height: 100%;font-weight:normal;float:left; font-size: 14px; width: 90px; "  data-dojo-attach-point="xingzhengqu">行政区划名称:</label>
                <div class="col-md-9" style="color: #666; padding-left: 6px; width: 220px; line-height: 26px; height: 100%;font-weight:normal;float:left; font-size: 14px; margin-left: 10px ;border: 1px solid rgb(170, 166, 166); background: rgb(233, 230, 230);;">
                     <span  data-dojo-attach-point="district" >--</span>
                </div>
            </div> 
            <div class="form-group" style="margin-top: 10px; width:100%; height: 26px;">
                <label class="col-md-3 control-label" style="text-align: right; color: rgb(131, 127, 127); line-height: 26px; height: 100%;font-weight:normal;float:left; font-size: 14px; width: 90px; "   data-dojo-attach-point="duanmiandaima">控制断面代码:</label>
                <div class="col-md-9" style="color: #666; padding-left: 6px; width: 220px; line-height: 26px; height: 100%;font-weight:normal;float:left; font-size: 14px; margin-left: 10px; border: 1px solid rgb(170, 166, 166); background: rgb(233, 230, 230);" >
                    <span data-dojo-attach-point="section" >--</span>  
                </div>
            </div>
            <div class="form-group" style="margin-top: 10px; width:100%; height: 26px;">
                <label class="col-md-3 control-label" style="text-align: right; color: rgb(131, 127, 127); line-height: 26px; height: 100%;font-weight:normal;float:left; font-size: 14px; width: 90px; "  data-dojo-attach-point="liuyu">流域名称:</label>
                <div class="col-md-9" style="color: #666; padding-left: 6px; width: 220px; line-height: 26px; height: 100%; font-weight:normal;float:left; font-size: 14px; margin-left: 10px; border: 1px solid rgb(170, 166, 166); background: rgb(233, 230, 230);" >
                    <span data-dojo-attach-point="basin" >--</span>
                </div>
        </div>
    </div>
    </div></div>