/* pages/cancerCheck/cancerCheck.wxss */
/* pages/folicAcid/folicAcid.wxss */
.menuList_title {
font-size: 34rpx;
font-weight: 600;
line-height: 34rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.menuList_bg{
width: 670rpx;
height: 180rpx;
background: linear-gradient(134deg, rgba(255,150,171,0.61) 0%, rgba(255,174,178,0.07) 100%);
box-shadow: 0rpx 4rpx 8rpx 5rpx rgba(245,33,84,0.1);
border-radius: 20rpx 20rpx 20rpx 20rpx;
opacity: 1;
}
.menuList_text {
font-size: 26rpx;
font-weight: 500;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 26rpx;
}
.menuList_next{
width: 20rpx;
height: 20rpx;
opacity: 1;
border: 2rpx solid #FF8EA9;
display: inline-block;
width: 18rpx;
height: 18rpx;
border-bottom: none;
border-left: none;
transform: rotate(45deg);
}