order_confirm_success.css 2.04 KB
@import "./m-public.css";/*基类*/
@import "./m-steps.css";/*step*/
@import "./m-form.css";/*form*/


.msg-wrap{
	background: #f7ffec;
	border-top: 1px #ddd solid;
	text-align: center;
	padding: 40px;
}
.msg-error{
	background: #fff8ec;
}
.msg-tips{
	display: inline-block;
	*display: inline;
	*zoom:1;
	text-align: left;
}
.safe-icon {
	margin-top: -5px;
}
.msg-wrap p{
	color: #666;
}
.msg-wrap p span{
	color: #ff1111;
}

.order-list{
	margin-top: 1px;
}

.order-tips{
	margin-bottom: 5px;
}

.list-title{
	background: #fafafa;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	color: #666;
}
.list-title span.ll{
	width: 170px;
	margin-right: 5px;
}
.list-title .a-link{
	cursor: pointer;
}
.btn-box{
	text-align: center;
	margin-top: 30px;
}
.btn-box .submitBtn{
	margin: 0 5px;
}

.list-content{
	border: 1px #ddd solid;
	color: #666;
	display: none;
}
.c-header{
	border-bottom: 1px #ddd solid;
}
.c-header span{
	float: left;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 134px;
}
.c-header .shop-title{
	width: 186px;
}
.c-header .goods-title{
	width: 266px;
} 


.inline{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
}
.shop-info{
	width: 146px;
	padding: 20px;
}
.goods-info{
	width: 260px;
	color: #999;
}
.goods-info:hover{
	color: #23ac38;
}
.goods-info img{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.goods-name{
	overflow: hidden;
	margin-left: 60px;
}
.buy-num,
.buy-price,
.freight,
.subtotal{
	width: 126px;
	text-align: center;
}
.goods-group{
	margin: 20px 0;
}
.header-steps-short {
	width: 510px;
	margin-top: 30px;
}
.ban {
  position: absolute;
  display: block;
  width: 28px;
  height: 16px;
  background: #ff8316!important;
  border: 1px solid #fa5500!important;
  text-align: center;
  line-height: 16px;
  color: #fff!important;
  left: 30px;
  top: 16px;
  z-index: 1;
  margin: 0!important;
}
.goods-info {
  position: relative;
}
.itesp {
  background: url(../../images/one-icon.png) no-repeat -222px -184px;
  width: 23px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 20px;
}