privacy.wxss 420 B

12345678910111213141516171819202122232425262728293031323334
  1. page{
  2. background: #ffffff;
  3. }
  4. .container {
  5. width: 95%;
  6. height: 100%;
  7. background: #ffffff;
  8. font-size: 26rpx;
  9. margin: 25rpx 25rpx;
  10. }
  11. .indent {
  12. text-indent: 30px;
  13. }
  14. .title {
  15. margin: 25rpx 0rpx;
  16. }
  17. .title-name {
  18. text-align: center;
  19. font-size: 45rpx;
  20. font-weight: bold;
  21. padding-bottom: 25rpx;
  22. }
  23. .right {
  24. text-align: right;
  25. }
  26. .name {
  27. font-size: 28rpx;
  28. font-weight: bold;
  29. }
  30. .red {
  31. color: #ff1a27 !important;
  32. }