﻿.ps-houseTable { border-style: solid; cursor: default; font-family: verdana,arial,sans-serif; font-size: 11px; color: #333333; border-width: 1px 0px 0px 1px; border-color: #666666; border-collapse: collapse; moz-user-select: -moz-none; -moz-user-select: none; -o-user-select: none; -khtml-user-select: none; /* you could also put this in a class */ -webkit-user-select: none; /* and add the CSS class here instead */ -ms-user-select: none; user-select: none; /**禁止选中文字*/ }
.ps-houseTable th { border: 0px solid #666666; cursor: default; height: 30px; padding: 0px; background-color: #dedede; text-align: center; }
.ps-houseTable td { border: 0px solid #666666; cursor: default; background-color: #ffffff; padding: 0px; }
.ps-houseTable .ps-chart-head { border-style: solid; border-width: 0px 1px 1px 0px; border-color: #666666; }
.ps-houseTable .ps-chart-box { background-position: right; border-style: solid; border-width: 0px 0px 1px 0px; border-color: #666666; background-image: url('imgs/point.png'); background-repeat: repeat-y; }
.ps-houseTable .ps-unit { border-style: solid; border-width: 0px 0px 1px 0px; border-color: #666666; background-position: right; text-align: center; vertical-align: middle; background-image: url('imgs/point.png'); background-repeat: repeat-y; }
.ps-houseTable .ps-allunit { border-style: solid; border-width: 0px 1px 1px 0px; border-color: #666666; text-align: center; vertical-align: middle; }
.ps-houseTable .ps-floor { background-position: bottom; cursor: default; width: 60px; text-align: center; vertical-align: middle; background-color: #dedede; border-right-style: solid; border-right-width: 1px; border-right-color: #666666; background-image: url('imgs/point.png'); background-repeat: repeat-x; }
.ps-houseTable .ps-house-box {width: 182px; margin: 0px; cursor: default; padding: 0px; background-image: url('imgs/boxline.png'); vertical-align: top; }
.ps-houseTable .ps-house { margin: 0px 1px 1px 0px; cursor: default; padding: 0px; background-color: #EFEFEF; width: 90px; height: 40px; float: left; position: relative; }
.ps-houseTable .ps-house .ps-house-code { padding: 0px; margin: 0px; -webkit-transform: scale(0.65) translate(5px,0); cursor: default; position: absolute; width: 45px; font-size: 12px; line-height: 25px; text-align: center; white-space: nowrap; left: 0px; top: 7px; height: 25px; border-right-style: solid; border-right-width: 1px; border-right-color: #999999; font-weight:bold; }
.ps-houseTable .ps-house-selected { background-color: #b3f2ff; color:#001469; }
.ps-houseTable .ps-house-unselected { }
.ps-houseTable .ps-house .ps-house-dimensions { margin: 0px; -webkit-transform: scale(0.65) translate(5px,0); cursor: default; position: absolute; bottom: 0px; right: 3px; width: 40px; font-size: 7px; line-height: 14px; text-align: right; padding-right: 3px; white-space: nowrap; }
.ps-houseTable .ps-house .ps-house-balance { margin: 0px; -webkit-transform: scale(0.65) translate(-5px,0); cursor: default; position: absolute; width: 40px; font-size: 7px; line-height: 14px; padding-left: 3px; text-align: right; white-space: nowrap; right: 3px; top: 0px; }
.ps-houseTable .ps-chart { cursor: default; border: 1px solid #999999; width: 20px; height: 20px; float: left; margin-left: 5px; }
.ps-houseTable .ps-chart-text { cursor: default; height: 20px; float: left; line-height: 20px; text-align: left; white-space: normal; display: inline-block; }
.ps-dragbox { border: 2px dashed #64B1FF; position: absolute; cursor: default; }
.ps-houseTable label { vertical-align: middle; display: inline-block; }
