info_detail.less 2.11 KB
#infoDetail{
	/**
	 * name : zzf
	 * info : 
	 */

	.goods-msg {
	    margin: 10px 0;
	    border-top: 1px solid #ddd;
	    border-bottom: 1px solid #ddd;
	    background: #fff;
	    font-size: 13px;
	    color: #999;
	    line-height: 25px;
	    padding: 10px;
	    label {
	        margin-left: 5px;
	        display: inline;
	    }
	    .time {
	        float: right;
	    }
	    .name {
	        font-size: 15px;
	        color: #666;
	        display: inline-block;
	        max-width: 100%;
	        box-sizing: border-box;
	        padding-right: 65px;
	        margin-right: -65px;
	    }
	    .price {
	        color: #f60;
	    }
	}

	.status{
		padding: 10px 15px;
		h3{
			font-size: 16px;
			font-weight: normal;
			margin-bottom: 5px;
		}
		p{
			line-height: 2;
			color: #999;
		}
	}

	.text-msg {
	    padding: 10px;
	    border-top: 1px solid #ddd;
	    border-bottom: 1px solid #ddd;
	    background: #fff;
	    line-height: 20px;
	    color: #999;
	    margin-bottom: 10px;
	    .title {
	        font-size: 14px;
	        color: #666;
	        margin: 5px 0;
	    }
	    img {
	        width: 100%;
	    }
	}

	.more {
	    margin: 20px 10px;
	    text-align: center;
	    font-size: 16px;
	    color: #999;
	    position: relative;
	    z-index: 0;
	    p {
	        background: #f5f5f5;
	        display: inline-block;
	        position: relative;
	        z-index: 99;
	        padding: 0 5px;
	    }
	    &:before {
	        content: "";
	        position: absolute;
	        width: 100%;
	        background: #ddd;
	        height: 1px;
	        text-align: center;
	        left: 0px;
	        top: 12px;
	    }
	}

	.footer-bar {
	    height: 50px;
	    position: fixed;
	    width: 100%;
	    bottom: 0px;
	    a {
	        width: 50%;
	        float: left;
	        text-align: center;
	        height: 100%;
	        line-height: 50px;
	        font-size: 16px;
	        color: #999;
	        &.collect {
	            background: #fff;
	        }
	        &.touch {
	            background: #FF9D2C;
	            color: #fff;
	        }
	    }
	    .m-icon {
	        margin-right: 4px;
	        margin-top: -4px
	    }
	}

}