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.

25 lines
315 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. }
  18. .item .titleInside {
  19. font-weight: 600;
  20. }