style.scss 239 B

12345678910111213141516
  1. .agreement-screen{
  2. padding: 30upx;
  3. }
  4. .html-all{
  5. max-width: 100%;
  6. font-size: 30upx;
  7. line-height: 45upx;
  8. color: #333;
  9. word-break: break-all;
  10. }
  11. .html-img{
  12. max-width: 100% !important;
  13. height: auto;
  14. vertical-align: middle;
  15. }