nnnjjj123
2020-10-28 6c1de8829fc946b40c15d495cc8980eac00d09ca
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
.jimu-widget-Measurement{
  width: 100%;
  height: 100%;
  background-color: #3a3e45;
  font-size: 14px;
  border: 1px solid rgb(69, 154, 251);
  color: rgb(238, 235, 235);
  font-size: 16px;
  display: none;
}
 
#table {
    position: relative;
}
 
.th {
    height: 40px;
    border-bottom: 1px solid #3474a6;
    padding: 8px;
}
 
.i {
    width: 20px;
    background-color: red;
    height: 17px;
    background: url(../../../images/measure_imgs/toolbox.png ) no-repeat 0 0;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
 
.tsls {
    float: left;
}
 
.xx {
    float: right;
    font-size: 30px;
    line-height: 20px;
    cursor: pointer;
}
 
.td {
    width: 350px;
    text-align: center;
    margin-top: 15px;
}
 
.fangge {
    display: inline-block;
    width: 30%;
    height: 70px;
    margin-right: 3px;
    margin-bottom: 5px;
}
 
.tupian {
    width: 50px;
    height: 50px;
    background-color: #dd751b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0  auto;
    margin-bottom: 10px;
    cursor: pointer;
}
 
.pic2 {
    background-color: #c092fe;
}
 
.pic3 {
    background-color: #3de3f4;
}
 
.pic4 {
    background-color: #88b8ff;
}
 
.pic5 {
    background-color: #95d333;
}
 
#measureHeight,#measureHeight2 {
    margin-top: 10px;
}
 
.td .fangge .pic {
    display: block;
    border-width: 0px !important;
    border-style: initial !important;
    border-color: initial !important;
    border-image: initial !important;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
 
.tbottom {
    text-align: center;
    width: 150px;
    line-height: 30px;
    background-color: #0077ff;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
}
 
#measure_danwei {
    height: 20px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    
}
 
#measure_danwei #danwei {
    font-size: 13px;
    margin-right: 10px;
}
 
#measure_length_danwei {
    vertical-align: center;
    padding: 0 10px 4px;
    width: 200px;
    color: #fff;
    background-color: #424851;
}