agreement.wxss 228 B

12345678910111213141516
  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. padding-bottom: 30rpx;
  12. /* margin-top: 300rpx; */
  13. }