folicAcid.wxss 1.17 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
/* pages/folicAcid/folicAcid.wxss */
.menuList_title {
font-size: 34rpx;
font-family: PingFang SC-Medium, PingFang SC;
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: 600;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 26rpx;
}
.menuList_text1 {
font-size: 26rpx;
font-weight: 600;
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);
}