C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 line
516 B

  1. /* pages3/userProtocol/userProtocol.wxss */
  2. .content {
  3. padding: 30rpx;
  4. padding-top: 200rpx;
  5. color: #525252;
  6. }
  7. .content view {
  8. margin-bottom: 30rpx;
  9. }
  10. .title {
  11. font-weight: 600;
  12. font-size: 35rpx;
  13. text-align: center;
  14. }
  15. .paragraph {
  16. text-indent: 40rpx;
  17. line-height: 45rpx;
  18. }
  19. .paragraph.noIndent {
  20. text-indent: 0;
  21. }
  22. .items .titleInside {
  23. font-weight: 600;
  24. }
  25. .items .paragraphIndise {
  26. text-indent: 40rpx;
  27. line-height: 45rpx;
  28. }
  29. .items .item {
  30. text-indent: 40rpx;
  31. line-height: 45rpx;
  32. }