_pay-success.css 1.41 KB
.pay-success {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #f0f0f0; 

	.top-tip {
		width: 100%;
		height: 240px;
		border-bottom: solid 1px #e0e0e0;
		text-align: center;
		background-color: #fff;

		.img-c {
			margin-top: 25px;
			width: 102px;
			height:102px;
			background: resolve('cart/pay-ok.png') no-repeat;
			background-size: 100% 100%;
			display: inline-block;
		}

		.ok-tip {
			font-size: 24px;
			color: #d0021b;
			line-height: 60px;
		}

		.left-tip {
			font-size: 19px;
			color: #b0b0b0;
		}
	}

	.info-table-c {
		height: 160px;
		border-bottom: solid 1px #e0e0e0;
		padding: 20px 25px;
		background-color: #fff;

		table {
			width: 100%;

			tr {
				height: 40px;
			}

			td {
				font-size: 24px;
				color: #444444;
			}

			td:nth-child(2) {
				text-align: right;
			}
		}
	}

	.btn-c {
		width: 100%;
		height: 102px;
		background-color: #fff;
		border-bottom: solid 1px #e0e0e0;
		padding: 0 25px;

		a {
			width: 270px;
			height: 53px;
			border: solid 2px #444;
			display: block;
			float: left;
			line-height: 53px;
			text-align: center;
			border-radius: 5px;
			box-sizing:border-box;
            -moz-box-sizing:border-box;
            margin-top: 24px;
            font-size: 24px;
            color: #444;
		}

		a:nth-child(2) {
			margin-left: 50px;
		}
	}

	.ad-pic {
		width: 100%;
		height: 200px;
		display: block;
		background-color: #fff;
		margin: 25px 0;
	}
}