agreement.acss 426 B

12345678910111213141516171819202122232425262728
  1. /* required by usingComponents */
  2. /* pages/agreement/agreement.wxss */
  3. .priCon{
  4. width:93%;
  5. margin:0 auto;
  6. }
  7. .priTitle{
  8. font-size:32rpx;
  9. color:#2a2a2a;
  10. margin:34rpx 0 19rpx;
  11. }
  12. .line{
  13. width:100rpx;
  14. height:4rpx;
  15. background:#2a2a2a;
  16. }
  17. .passage{
  18. font-size:24rpx;
  19. text-align: justify;
  20. color:#2a2a2a;
  21. }
  22. .passage view{
  23. line-height:1.5;
  24. margin-top:10rpx;
  25. }
  26. .passage>view:first-child{
  27. margin:21rpx 0 44rpx;
  28. }