notice.wxss 328 B

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