AssistanceAct.css 2.46 KB
@charset "UTF-8";

/* Author XGQ
 * 2019-12-28
 */
.box {
	justify-content: center;
}

.background_img {
	background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/assis00.png);
	background-size: 100% 100%;
}

.top_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.top_img image {
	width: 626upx;
	height: 145upx;
	padding-top: 130upx;
}

.top_img text {
	font-size: 32upx;
	color: #FFFFFF;
	padding-top: 20upx;
}

.top_title_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.top_title_img image {
	width: 530upx;
	height: 504upx;
	padding-top: 50upx;
	padding-bottom: 30upx;
}

.top_title_img text {
	font-size: 25upx;
	color: #FFFFFF;
}

.top_button_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 50upx;
	margin-bottom: 50upx;
}

.top_button_img text {
	font-size: 40upx;
	color: #D01119;
	background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/assis02.png);
	background-size: cover;
	width: 443upx;
	height: 83upx;
	line-height: 70upx;
}

.content_title_box {
	display: flex;
	justify-content: center;
	margin-bottom: 40upx;
	border-bottom: 1upx solid #ffd500;
}

.content_title_title {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 50%;
	text-align: center;
	color: #FFFFFF;
	font-size: 27upx;
	border-left: 1upx solid #ffd500;
	border-right: 1upx solid #ffd500;
	border-top: 1upx solid #ffd500;
	margin: 10upx 40upx 0upx 40upx;
	padding: 8upx;
}

.content_title_title image{
	width: 30upx;
	height: 30upx;
	margin-right: 10upx;
	margin-top: 6upx;
}

.content_title_title text{
	line-height: 20upx;
}

.content_title_chack_bg{
	background: #ffd500;
}

.content_box {
	display: flex;
	justify-content: center;
	margin-top: 20upx;
}

.content_box_gift {
	width: 60%;
	font-size: 25upx;
	color: #FFFFFF;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.content_box_remark {
	font-size: 25upx;
	color: #FFFFFF;
	text-decoration:underline;
}

.foot_load{
	display: flex;
	justify-content: center;
	font-size: 25upx;
	color: #FFFFFF;
	margin-top: 50upx;
}

.foot_receive{
	display: flex;
	justify-content: center;
	font-size: 25upx;
	color: #FFFFFF;
	margin-top: 30upx;
	margin-bottom: 60upx;
}

.font_color{
	color: #B9B5B5;
	text-decoration:underline;
}