推广小程序前端代码
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.

28 lines
418 B

2 months ago
  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. },
  5. onShow: function() {
  6. },
  7. onHide: function() {
  8. }
  9. }
  10. </script>
  11. <style lang="scss">
  12. @import url("common.scss");
  13. /*每个页面公共css */
  14. body{
  15. background-color: #f7f7f7;
  16. font-size: 30rpx;
  17. }
  18. .page{
  19. padding-top: var(--window-top);
  20. }
  21. .redact-address {
  22. .uv-input__content__field-wrapper__field{
  23. padding: 10rpx !important;
  24. }
  25. }
  26. </style>