拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
341B

  1. /* package_A/pages/agree/index.wxss */
  2. .text_container {
  3. width: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: flex-start;
  7. align-items: center;
  8. }
  9. .title {
  10. font-size: 32rpx;
  11. font-weight: 600;
  12. }
  13. .content {
  14. width: 100%;
  15. padding: 0 20rpx;
  16. word-break: break-all;
  17. white-space: pre-wrap;
  18. }