南昌市物联网技防平台-学校版前端
Administrator
2021-06-03 f451c972e2dadccb068949f5edeac10705cacfc6
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/*
 * @Author: Morpheus 
 * @Date: 2021-03-12 11:51:19 
 * @Last Modified by:   Morpheus 
 * @Last Modified time: 2021-03-12 11:51:19 
 */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
 
* {
    margin: 0;
    padding: 0;
}
 
.route-name-layer-box {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #677788;
}
 
.route-name-layer-box li {
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    
}
 
.route-name-layer-box li:nth-child(2) {
    height: 80px;
}
 
.route-name-layer-box li:nth-child(2) textarea {
    width: 100%;
    height: 100%;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}
 
.route-name-layer-box li:nth-child(3) select {
    padding-left: 12px;
    height: 28px;
    width: 100%;
    outline: none;
    color: #677788;
}
 
.route-name-layer-box li:nth-child(3) select option {
    color: #000;
}
 
.route-name-layer-box input {
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
    outline: none;
}
 
.route-name-layer-box .route-name-layer-input {
    width: 100%;
    height: 28px;
    font-size: 14px;
}
 
.route-name-layer-box .start-editing {
    width: 72px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #15a2fe;
    border: 1px solid #3680C1;
    border-radius: 4px;
    cursor: pointer;
}