.jimu-widget-Measurement{
|
width: 100%;
|
height: 100%;
|
background-color: rgb(255, 255, 255);
|
font-size: 14px;
|
/* border: 1px solid rgb(69, 154, 251); */
|
color: rgb(0, 0, 0);
|
font-size: 16px;
|
display: none;
|
border-radius: 5px;
|
box-shadow: 0 0 8px #fff;
|
}
|
|
#table {
|
position: relative;
|
}
|
|
.th {
|
height: 40px;
|
border-bottom: 1px solid #3474a6;
|
padding: 8px;
|
}
|
|
.i {
|
width: 20px;
|
background-color: red;
|
height: 17px;
|
background: url(../../../images/newImages/图上测量.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;
|
position: relative;
|
top: -2px;
|
}
|
.xx:hover {
|
color: red;
|
}
|
|
.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;
|
color: #fff;
|
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: #000;
|
background-color: rgba(255, 255, 255, .75);
|
}
|