supplyManage.css 2.39 KB
@import "./m-bar.css";/*工具条*/
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-footer.css";/*底部*/
@import "./m-form.css";/*表单*/
@import "./m-pack.select.css";/*下拉框*/
@import "../fancybox/jquery.fancybox.css";/*fancybox*/
@import "./manage.public.css";/*管理后台通用样式*/
@import "./old.cache.css";/*兼容旧版本样式*/

/* supply manage css */
.s-select {
	width: 120px;
}
.mbox-filter span {
	margin-right: 20px;
	*zoom: 1;
}
.mbox-table table {
    width: 100%;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ccc;
}
.mbox-table td {
    border-top: 1px solid #ccc;
    border-collapse: collapse;
    padding: 20px 0;
    text-align: center;
    width: 15%;
}
.cancel-ensure span {
	color: #f60;
}
.mbox-table tbody td {
	padding: 20px 0;
}
.a-new {
	position: relative;
    cursor: pointer;
}
.a-new:hover {
	color: #333;
}
.a-new span {
	color: #f60;
}
.a-new b,
.filter-onstate {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.a-new b {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 17px;
	height: 19px;
	background-image: url("../../images/index-all.png");
	background-repeat: no-repeat;
	background-position: -155px -61px;
	position: absolute;
	top: -14px;
	right: -24px;
}
.supplyment {
    width: 800px;
    display: none;
}
.supplyment h2 {
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    font-weight: 100;
    padding: 20px 0;
}
.supplyment table {
    width: 100%;
    border: 1px solid #ccc;
}
.supplyment td {
    width: 12%;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.supplyment thead td {
    background-color: #f9f9f9;
    padding: 15px;
}
.supplyment .iptText {
    width: 64px;
}
.supplyment p {
    text-align: left;
    max-height: 106px;
    overflow: hidden;
}
.supplyment .now-input,
.supplyment .now-price,
.supplyment .sub-hide {
    display: none;
}
.supplyment .already {
    display: block;
}
.now-input .submitBtn {
    padding: 0 2px;
    vertical-align: middle;
}
td.now-supplyment {
    width: 20%;
}
button {
    outline: none;
}
.filter-onstate {
	margin-top: 20px;
}
.mbox-filter .one {
	width: 133px;
}
.mbox-filter .submitBtn {
	margin: 0 3px;
}
 
.r-hd{
    margin: 20px 0;
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    font-size: 16px;
}
/*响应式*/
@media screen and (max-width: 1200px){

}