index.wxss 548 B

123456789101112131415161718192021222324252627
  1. .noticeBox .notice {
  2. padding: 30rpx 20rpx;
  3. box-sizing: border-box;
  4. }
  5. .noticeBox .notice .date {
  6. width: 285rpx;
  7. padding: 6rpx 0rpx;
  8. margin: 0rpx auto;
  9. background-color: #D2DAE7;
  10. border-radius: 30rpx;
  11. text-align: center;
  12. }
  13. .noticeBox .notice .content {
  14. margin-top: 24rpx;
  15. padding: 28rpx 22rpx;
  16. border-radius: 20rpx;
  17. background: #FFFFFF;
  18. font-size: 32rpx;
  19. }
  20. .noticeBox .notice .content .title {
  21. font-weight: bold;
  22. margin-bottom: 20rpx;
  23. }
  24. .noticeBox .notice .content .row {
  25. line-height: 48rpx;
  26. margin-bottom: 10rpx;
  27. }