|
123456789101112131415161718 |
- /* 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;
- }
|