message.wxss 439 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
/* pages/message/message.wxss */
.bg{
width: 528rpx;
height: 490rpx;
margin: 50rpx auto;
}
.text{
height: 42rpx;
font-size: 30rpx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
line-height: 35rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.qr{
width: 240rpx;
height: 240rpx;
margin-top: -480rpx;
}