myGift.wxss 2.53 KB
@charset "utf-8";

.c-a4 {
	color: #a4a4a4;
}

.c-red {
	color: #FF6768;
}

.h88 {
	height: 88rpx;
}


page {
	background-color: #f0f0f0;
}

.tab-title {
	display: flex;
	position: sticky;
	background-color: white;
	top: 0;
	font-size: 30rpx;
	z-index: 999;
}

.tab-title::after {
	position: absolute;
	content: '';
	width: 2rpx;
	height: 40%;
	background-color: #f0f0f0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tab-title-item {
	flex: 1;
	text-align: center;
	padding-top: 20rpx;
	padding-bottom: 20rpx;
	position: relative;
}

.tab-title-item.active {
	color: #FF6768;
	font-weight: bold;
	
}

.tab-title-item::after {
	position: absolute;
	content: '';
	left: 100%;
	bottom: 0;
	width: 0;
	border-bottom: 2rpx solid #FF6768;
	/* height: 3rpx; */
	transition: 0.2s all linear;
}

.tab-title-item.active::after {
	/* left: 100%; */
	width: 100%;
	left: 0;
	/* background-color: #FF6768; */
	/* transition-delay: 0.1s; */
}

.tab-title-item.active ~ .tab-title-item::after {
	/* width: 100%; */
	left: 0;
}

.tab-content {
	padding-top: 20rpx;
	padding-left: 20rpx;
	padding-right: 20rpx;
}

.tab-item {
	background-color: white;
	border-radius: 10rpx;
	overflow: hidden;
}

.tab-item ~ .tab-item {
	margin-top: 20rpx;
}

.img-container {
	background-color: #dedede;
	/* height: 300rpx; */
}

.img-container2 {
	width: 200rpx;
	height: 200rpx;
	background-color: #dedede;
	margin-right: 20rpx;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	position: relative;
}

.img-container2.error::before {
	font-family: iconfont;
	position: absolute;
	content: '\e8c1';
}

.img {
	display: block;
	width: 100%;
	height: 100%;
}

.desc-container {
	padding: 20rpx;
}



.rmb::before {
	content: '¥';
}

.date {
	color: #a4a4a4;
	font-size: 24rpx;
}

.btn-container {
	display: flex;
	/*justify-content: space-around;*/
	font-size: 26rpx;
}

.btn {
	padding: 20rpx;
	flex: 1;
	text-align: center;
	max-width: 50%;
}

.btn.red {
	background-color: #FF6768;
	color: white;
}

.btn.pink {
	background-color: #FACAD6;
	color: #FF6768;
}

.noMore {
	padding: 20rpx;
	color: #bbb;
	text-align: center;
	font-size: 22rpx;
}
.lb_remark{
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 50rpx;
	    line-height: 50rpx;
	    font-size: 30rpx;
	    color: #333;
	    padding-left: 10rpx;
	    background-color: rgba(250,250,250,0.5);
}

.rem_pop{
	    position: fixed;
	    top: 30%;
	    left: 6%;
	    width: 88%;
	    margin: 0 auto;
	    height: 460rpx;
	    background-color: #fff;
	    z-index: 100; border-radius: 10rpx;
		padding: 10rpx;
}