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.
|
- /* package_A/pages/agree/index.wxss */
- .text_container {
- width: 100%;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- }
- .title {
- font-size: 32rpx;
- font-weight: 600;
- }
- .content {
- width: 100%;
- padding: 0 20rpx;
- word-break: break-all;
- white-space: pre-wrap;
- }
|