myVip.css 3.2 KB

/* 会员信息 */
.vip_msg{
	width: 100%;
	height: 180upx;
	background-color: #2E6FE3;
	position: relative;
}
.vip_msg_box{
	padding: 30upx 24upx;
}
.vip_header{
	width: 120upx;
	height: 120upx;
	margin-right: 30upx;
}
.vip_header image{
	border-radius: 50%;
}
.nick_name{
	color: #06121E;
	font-size: 34upx;
	font-weight: bold;
	margin: 14upx 0 20upx;
}
.vip_crown{
	width: 32upx;
	height: 32upx;
	margin-right: 10upx;
}
.vip_time{
	color: #3D444D;
	font-size: 22upx;
}
.vip_r_img{
	width: 54upx;
	position: absolute;
	top: -32upx;
	right: 0;
}
/* 成为会员的方法 */
.become_vip_wrap{
	background-image: url("../../static/vip_bg.png");
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding:74upx 58upx;
	background-color: #2E6FE3;
}
/* 充钱 */
.method_first{
	width: 100%;
	background-color: #FFF9E9;
	border-radius: 12upx;
	position: relative;
	margin-bottom: 36upx;
}
.method_content{
	padding: 40upx 24upx;
}
.method_top{
	font-size: 32upx;
	color: #664A2E;
	margin-bottom: 24upx;
}
.method_img{
	width: 64upx;
	/* height: 28upx; */
	margin-right: 16upx;
}
.method_center{
	color: #664A2E;
	font-size: 44upx;
	margin-bottom: 24upx;
}
.method_tips{
	color: #664A2E;
	font-size: 30upx;
	margin-bottom: 32upx;
}
.method_btn{
	width: 100%;
	height: 86upx;
	color: #EFE5D6;
	font-size: 32upx;
	background-color: #FD8314;
	border-radius: 64upx;
	margin-bottom: 24upx;
	box-shadow: 0upx 10upx 0upx 0upx #E16714;
}
.method_btn text{
	font-size: 44upx;
	margin-right: 24upx;
}
/* 连接 */
.method_connect{
	width: 24upx;
	position: absolute;
	bottom: -76upx;
	z-index: 2;
}
.con_l{
	left: 16upx;
}
.con_r{
	right: 16upx;
}
/* 分享 */
.method_second_content{
	padding: 60upx 40upx 40upx;
}
.method_second_center{
	padding:0 32upx;
	margin-bottom: 32upx;
	color: #664A2E;
	font-size: 32upx;
	text-align: center;
}
.method_second_pic{
	width: 354upx;
	margin: 0 auto 24upx;
}
.method_second_tips{
	color: #664A2E;
	font-size: 28upx;
	margin-bottom: 24upx;
	text-align: center;
}
/* 福利 */
.method_third_center{
	text-align: center;
	color: #664A2E;
	font-size: 36upx;
}
.method_third_tips{
	color: #664A2E;
	font-size: 28upx;
	margin: 40upx 0;
	text-align: center;
}
.method_btn_l{
	padding: 22upx 50upx;
	border-radius: 64upx;
	color: #EFE5D6;
	font-size: 32upx;
	background-color: #FD8314;
	box-shadow: 0upx 10upx 0upx 0upx #E16714;
}
/* 弹窗 */
.mask_top{
	padding: 60upx 40upx;
}
.mask_top_title{
	color: #06121E;
	font-size: 36upx;
	text-align: center;
	margin-bottom: 60upx;
}

/* 购买数量 */
.mask_buy_num{
	color: #06121E;
	font-size: 32upx;
	position: relative;
}
.mask_buy_num input{
	margin-left: 32upx;
	border: 1upx solid #eee;
	width: 207upx;
	height: 100upx;
	text-align: center;
	line-height: 100upx;
	font-size: 44upx;
	border-radius: 8upx;
}
.mask_arrow{
	position: absolute;
	width: 40upx;
	height: 40upx;
	right: 12upx;
	z-index: 9;
}
.add_number{
	top: 12upx;
}
.reduce_number{
	bottom: 12upx;
}
/* 总价钱 */
.mask_money{
	color: #06121E;
	font-size: 32upx;
}
.mask_money text{
	color: #FF2D28;
	font-size: 40upx;
}
/* 按钮 */
.mask_btn{
	width: 100%;
	height: 88upx;
	line-height: 88upx;
	text-align: center;
	background-color: #0083FB;
	color: #fff;
	font-size: 30upx;
}