.hide,
.none {
? ? display: none;
}
.clearfix:after {
? ? visibility: hidden;
? ? clear: both;
? ? display: block;
? ? content: ".";
? ? height: 0;
}
.clearfix {
? ? *zoom: 1;
}
.fl {
? ? float: left;
? ? display: inline;
}
.fr {
? ? float: right;
? ? display: inline;
}
.fs-0 {
? ? font-size: 0;
}
.inline-block,
.ib {
? ? display: inline-block;
? ? *display: inline;
? ? *zoom: 1;
? ? vertical-align: top;
? ? font-size: 12px;
}
.duu-container {
? ? width: 1180px;
? ? margin: 0 auto;
}
.noselect {
? ? -webkit-touch-callout: none;
? ? -webkit-user-select: none;
? ? -khtml-user-select: none;
? ? -moz-user-select: none;
? ? -ms-user-select: none;
? ? user-select: none;
}
/*公共-背景顏色*/
.bg-gray {
? ? background-color: #666666;
}
.bg-primary {
? ? background-color: #11b4ba;
}
.bg-green {
? ? background-color: #31bc45;
}
.bg-blue {
? ? background-color: #22a4ff;
}
.bg-red {
? ? background-color: #ff424f;
}
/*公共-按鈕樣式*/
.btn {
? ? background-color: #fff;
? ? font-size: 14px;
? ? color: #666666;
? ? border: 1px solid #ccc;
? ? padding: 4px 8px;
? ? -webkit-border-radius: 3px;
? ? -moz-border-radius: 3px;
? ? border-radius: 3px;
}
.btn:hover {
? ? background-color: #31b5bc;
? ? color: #fff;
? ? border: 1px solid #31b5bc;
}
.btn-block {
? ? width: 100%;
}
.btn-primary {
? ? width: 100%;
? ? display: block;
? ? height: 40px;
? ? line-height: 40px;
? ? border-radius: 3px;
? ? background-color: #31b5bc;
? ? color: #ffffff;
? ? text-align: center;
? ? font-size: 16px;
}
.btn-primary:hover {
? ? color: #fff;
? ? opacity: 0.9;
}
.btn-primary:active {
? ? box-shadow: 0 8px 2px 0 #2eaeb5 inset;
}
/*字體顏色*/
.text-muted,
.text-muted:hover {
? ? color: #666666;
}
#dtlRentBuildings .text-muted,
.text-muted:hover {
? ? color: #666666;
}
#dtlRentBuildings .text-muted span {
? ? display: inline-block;
? ? width: 200px;
}
.text-primary,
.text-primary:hover {
? ? color: #11b4ba;
}
.text-orange,
.text-orange:hover {
? ? color: #f57d48
}
.text-gray,
.text-gray:hover {
? ? color: #999999;
}
.text-align {
? ? text-align: center;
}
.txta-right {
? ? text-align: right;
}
.txta-left {
? ? text-align: left;
}
.border-none {
? ? border: none;
}
.border-top {
? ? border-top: 1px solid #d5d5d5;
}
.mt-0 {
? ? margin-top: 0px;
}
.mr-0 {
? ? margin-right: 0px;
}
.ml-0 {
? ? margin-left: 0px;
}
.mb-0 {
? ? margin-bottom: 0px;
}
.mt-5 {
? ? margin-top: 5px;
}
.mr-5 {
? ? margin-right: 5px;
}
.ml-5 {
? ? margin-left: 5px;
}
.mb-5 {
? ? margin-bottom: 5px;
}
.mt-8 {
? ? margin-top: 8px;
}
.mr-8 {
? ? margin-right: 8px;
}
.ml-8 {
? ? margin-left: 8px;
}
.mb-8 {
? ? margin-bottom: 8px;
}
.mt-10 {
? ? margin-top: 10px;
}
.mr-10 {
? ? margin-right: 10px;
}
.ml-10 {
? ? margin-left: 10px;
}
.mb-10 {
? ? margin-bottom: 10px;
}
.mt-15 {
? ? margin-top: 15px;
}
.mr-15 {
? ? margin-right: 15px;
}
.ml-15 {
? ? margin-left: 15px;
}
.mb-15 {
? ? margin-bottom: 15px;
}
.mt-20 {
? ? margin-top: 20px;
}
.mr-20 {
? ? margin-right: 20px;
}
.ml-20 {
? ? margin-left: 20px;
}
.mb-20 {
? ? margin-bottom: 20px;
}
.mt-25 {
? ? margin-top: 25px;
}
.mr-25 {
? ? margin-right: 25px;
}
.ml-25 {
? ? margin-left: 25px;
}
.mb-25 {
? ? margin-bottom: 25px;
}
.mt-30 {
? ? margin-top: 30px;
}
.mr-30 {
? ? margin-right: 30px;
}
.ml-30 {
? ? margin-left: 30px;
}
.mb-30 {
? ? margin-bottom: 30px;
}
.pt-10 {
? ? padding-top: 10px;
}
.pt-20 {
? ? padding-top: 20px;
}
.pt-30 {
? ? padding-top: 30px;
}
.pt-40 {
? ? padding-top: 40px;
}
.row,
.row:after,
.row:before {
? ? display: table;
? ? content: "";
? ? width: 100%;
}
.row:after {
? ? clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
? ? display: inline;
? ? float: left;
}
.col-1 {
? ? width: 8.333%
}
.col-2 {
? ? width: 16.667%
}
.col-3 {
? ? width: 25%
}
.col-4 {
? ? width: 33.333%
}
.col-5 {
? ? width: 41.667%
}
.col-6 {
? ? width: 50%;
}
.col-7 {
? ? width: 58.333%
}
.col-8 {
? ? width: 66.667%
}
.col-9 {
? ? width: 75%
}
.col-10 {
? ? width: 83.333%
}
.col-11 {
? ? width: 91.667%
}
.col-12 {
? ? width: 100%
}
.fs-12 {
? ? font-size: 12px;
}
.fs-14 {
? ? font-size: 14px;
}
.fs-16 {
? ? font-size: 16px;
}
.fs-18 {
? ? font-size: 18px;
}
.fs-20 {
? ? font-size: 20px;
}
.fs-22 {
? ? font-size: 22px;
}
.fs-24 {
? ? font-size: 24px;
}
.fs-26 {
? ? font-size: 26px;
}
.fs-28 {
? ? font-size: 28px;
}
.fs-30 {
? ? font-size: 30px;
}
.fs-32 {
? ? font-size: 32px;
}
.fs-34 {
? ? font-size: 34px;
}
.fs-36 {
? ? font-size: 36px;
}
.fs-38 {
? ? font-size: 38px;
}
.fs-40 {
? ? font-size: 40px;
}
.fs-42 {
? ? font-size: 42px;
}