supplyPublish.css 2.45 KB
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-footer.css";/*底部*/
@import "./m-minicart.css";/*迷你购物车*/
@import "./m-pack.select.css";/*下拉列表*/
@import "./m-form.css";/*表单*/
@import "../fancybox/jquery.fancybox.css";/*fancybox*/
@import "./manage.public.css";/*后台管理公用样式*/
@import "./old.cache.css";/*兼容旧版本样式*/

/* supply publish css */
.mbox-table table {
    width: 100%;
}
.mbox-table table,
.mbox-table .iptTips {
	margin-bottom: 20px;
}
.mbox-table .align-right {
	vertical-align: top;
	padding: 7px 10px 0 0;
	width: 18%;
    font-size: 14px;
}
.mbox-table textarea {
    width: 248px;
    max-width: 400px;
}
.form-radio {
	width: 14px;
	height: 14px;
	margin-top: 6px;
}
.mbox-table .label-radio {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 7px 20px 0 10px;
	vertical-align: middle;
}
.z-index-1 {
	position: relative;
	z-index: 10;
}
.m-region {
	float: none;
	margin: 0 0 10px 0;
}
.upload-pics li {
	float: left;
	border: 1px solid #fff;
	margin: 0 20px 10px 0;
    position: relative;
}
.upload-pics img {
	width: 85px;
	height: 85px;
	border: 0;
	display: block;
}
.upload-pics .btn-area .submitBtn {
	padding: 0 10px;
	font-size: 12px;
	height: 81px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}
.s-plus {
	display: block;
	background: url(../../images/index-all.png) no-repeat -509px -203px;
	width: 14px;
	height: 14px;
	margin: 20px 0 10px 22px;
	*margin-left: 0;
}
.upload-area img {
	width: 100px;
	height: 100px;
}
.file-img {
	border: 0;
}
label.error {
	margin-bottom: 20px;
    width: 248px;
	position: static;
}
.place-exchange {
	margin-top: 10px;
}
.place-exchange span,
.place-exchange {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.place-exchange span {
    padding: 8px 0;
    margin-right: 10px;
}
.place-exchange input {
    width: 14px;
    height: 14px;
    margin: -3px 3px 0 0;
}
.input-region {
    height: 0;
    visibility: hidden;
    position: absolute;
}
.mbox-bd .Wdate {
    background: #fff url(http://static.nong12.com/static/common/date/skin/datePicker.gif) no-repeat right;
}
.img-remove {
	background: url(../../images/release.png) no-repeat -190px -27px;
	width: 21px;
	height: 21px;
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	z-index: 99;
    display: none;
}
.uploadBtn {
    height: 118px;
}
.cancel-ensure button {
    padding: 0 15px;
}

/*响应式*/
@media screen and (max-width: 1200px){
	
}