GiftPackList.css 2.89 KB
@charset "UTF-8";

/* Author XGQ
 * 2019-12-12
 */

.box {
	align-content: center;
}

.box_top {
	width: 100%;
}

.box_top image {
	width: 100%;
}

.box_title {
	margin: 10upx 20upx 20upx 20upx;
	padding: 35upx;
	background-color: #FFFFFF;
	border-radius: 20upx;
}

.top_title {
	font-size: 30upx;
	margin-bottom: 10upx;
}

.top_time {
	font-size: 27upx;
	color: #B9B5B5;
}

.top_price {
	font-size: 35upx;
	color: #D61B30;
	margin-top: 30upx;
	margin-bottom: 5upx;
}

.top_foot {
	display: flex;
}

.top_foot_price {
	font-size: 22upx;
	color: #B9B5B5;
	width: 50%;
	text-decoration: line-through;
}

.top_foot_qty {
	font-size: 22upx;
	color: #B9B5B5;
	width: 50%;
	align-content: flex-end;
	text-align: right;
}

.box_ware {
	margin: 10upx 20upx 20upx 20upx;
	padding: 35upx;
	background-color: #FFFFFF;
	border-radius: 20upx;
}

.box_ware_title {
	font-size: 35upx;
	margin: 5upx 0upx 30upx 0upx;
}

.box_ware_box {
	display: flex;
	margin: 10upx 0upx 25upx 0upx;
}

.box_ware_img {
	width: 18%;
	height: 110upx;
	border: #999999 solid 1upx;
}

.box_ware_img image {
	width: 100%;
	height: 100%;
}

.box_ware_item {
	width: 82%;
	margin-left: 25upx;
	position: relative;
}

.box_ware_item_title {
	font-size: 30upx;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.box_ware_count {
	display: flex;
}

.box_ware_item_price {
	font-size: 25upx;
	color: #B9B5B5;
	position: absolute;
	bottom: 60upx;
	left: 0;
}

.box_ware_item_qty {
	font-size: 25upx;
	position: absolute;
	bottom: 15upx;
	left: 0;
}

.box_ware_code {
	position: absolute;
	bottom: 10upx;
	right: 10upx;
}

.box_ware_code image {
	width: 40upx;
	height: 40upx;
}

.box_ware_code text {
	font-size: 20upx;
}

.foot_box {
	margin: 10upx 20upx 50upx 20upx;
	padding: 35upx;
	background-color: #FFFFFF;
	border-radius: 20upx;
}

.foot_box_title {
	font-size: 35upx;
	margin-bottom: 30upx;
}

.foot_box_remark {
	font-size: 27upx;
	line-height: 40upx;
}

.foot_empty {
	height: 90upx;
}

.foot_button {
	display: flex;
	margin: 20upx 0upx 0upx 0upx;
	padding: 25upx 0upx;
	background: #FFFFFF;
	text-align: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.foot_button_left {
	background: #e4010c;
	color: #FFFFFF;
	width: 250upx;
	height: 70upx;
	font-size: 28upx;
	line-height: 70upx;
	border-radius: 30upx 0upx 0upx 30upx;
}

.foot_button_right {
	background: #ffbb42;
	color: #FFFFFF;
	width: 250upx;
	height: 70upx;
	font-size: 28upx;
	line-height: 70upx;
	border-radius: 0upx 30upx 30upx 0upx;
}

.foot_button_buy {
	background: #e4010c;
	color: #FFFFFF;
	width: 400upx;
	height: 70upx;
	font-size: 28upx;
	line-height: 70upx;
	border-radius: 30upx 30upx 30upx 30upx;
}

.foot_button_intalge {
	background: #ffbb42;
	color: #FFFFFF;
	width: 400upx;
	height: 70upx;
	font-size: 28upx;
	line-height: 70upx;
	border-radius: 30upx 30upx 30upx 30upx;
}