premaritalReport.wxss 626 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
/* pages/cancerCheck/cancerCheck.wxss */
/* pages/folicAcid/folicAcid.wxss */
.itemList_title {
font-size: 30rpx;
font-weight: 600;
line-height: 30rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.itemList_bg{
width: 670rpx;
height: 100rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
opacity: 1;
border: 4rpx solid transparent;
background-image: linear-gradient(#fff, #fff),
linear-gradient(to bottom left,#FFB4B4,#FF8EA9);
background-origin: border-box;
background-clip: content-box, border-box;
}