notice.wxss 277 B

1234567891011121314151617181920
  1. .container {
  2. background-color: #fff;
  3. position: fixed;
  4. top:0;
  5. }
  6. .text1{
  7. position: fixed;
  8. top:380rpx;
  9. font-size:68rpx;
  10. font-weight: 400;
  11. }
  12. .text2{
  13. position: fixed;
  14. top:515rpx;
  15. font-size:28rpx;
  16. font-weight: 400;
  17. line-height: 20rpx;
  18. text-align: center;
  19. }