show.wxss 261 B

123456789101112131415161718
  1. .notice {
  2. padding: 32rpx;
  3. font-size: 26rpx;
  4. color: #333;
  5. }
  6. .title {
  7. width: 100%;
  8. font-weight: bold;
  9. border-bottom: 1rpx solid #eaeaea;
  10. padding-bottom: 32rpx;
  11. }
  12. .text {
  13. margin-top: 32rpx;
  14. line-height: 64rpx;
  15. }
  16. .text image {
  17. max-width: 100%;
  18. }