agreement.wxss 531 B

123456789101112131415161718192021222324252627282930313233343536
  1. .container{
  2. text-align: justify;
  3. width: 700rpx;
  4. margin: 0 auto;
  5. line-height: 2;
  6. font-size: 28rpx;
  7. padding-bottom: 40rpx;
  8. }
  9. .title{
  10. text-align: center;
  11. font-size: 48rpx;
  12. margin-bottom: 40rpx;
  13. text-indent: 0;
  14. }
  15. .bold{
  16. font-weight: bold;
  17. }
  18. .top{
  19. margin-top: 20rpx;
  20. text-indent: 0 !important;
  21. }
  22. view{
  23. text-indent: 56rpx;
  24. }
  25. .btn{
  26. width: auto;
  27. margin: 60rpx auto;
  28. color: #FFF;
  29. background: #005033;
  30. text-align: center;
  31. height: 100rpx;
  32. line-height: 100rpx;
  33. text-indent: 0;
  34. font-size: 28rpx;
  35. }