agreement.wxss 203 B

123456789101112131415
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. height: auto;
  5. /* background: #f3f3f3; */
  6. }
  7. .content {
  8. margin: 20rpx;
  9. color: #565555;
  10. font-size: 28rpx;
  11. /* margin-top: 300rpx; */
  12. }