message_info.wxss 392 B

12345678910111213141516171819202122232425262728293031
  1. .container{
  2. background-color: #fff;
  3. }
  4. .text1{
  5. width:690rpx;
  6. margin-top: 60rpx;
  7. font-size: 48rpx;
  8. font-weight: 400;
  9. }
  10. .text2{
  11. width:690rpx;
  12. margin-top: 30rpx;
  13. font-size: 24rpx;
  14. font-weight: 400;
  15. }
  16. .line{
  17. width:690rpx;
  18. height:1rpx;
  19. background-color: #d2d2d2;
  20. margin:60rpx 0;
  21. }
  22. .text3{
  23. width:690rpx;
  24. font-size: 30rpx;
  25. font-weight: 400;
  26. line-height: 50rpx;
  27. }