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

29 lines
462 B

2 months ago
2 months ago
2 months ago
2 months ago
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 '/common.scss';
  13. /*每个页面公共css */
  14. body{
  15. background-color: $uni-color-background;
  16. // background-color: '#f40';
  17. font-size: 28rpx;
  18. }
  19. .page{
  20. padding-top: var(--window-top);
  21. }
  22. .redact-address {
  23. .uv-input__content__field-wrapper__field{
  24. padding: 10rpx !important;
  25. }
  26. }
  27. </style>