index.wxss 401 B

1234567891011121314151617181920212223242526272829
  1. /* miniprogram/pages/deployService/index.wxss */
  2. page {
  3. background-color: white;
  4. padding-bottom: 50px;
  5. }
  6. .page {
  7. padding: 0 32px;
  8. }
  9. .title {
  10. margin-top: 16px;
  11. font-size: 17px;
  12. font-family: PingFang SC;
  13. font-weight: 500;
  14. color: #000000;
  15. }
  16. .info {
  17. margin-top: 12px;
  18. font-size: 17px;
  19. font-family: PingFang SC;
  20. font-weight: 400;
  21. color: #000000;
  22. }
  23. .img {
  24. margin-top: 12px;
  25. }