洛阳学员端
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.

49 lines
951 B

10 months ago
5 months ago
10 months ago
5 months ago
10 months ago
3 months ago
10 months ago
10 months ago
1 week ago
5 months ago
  1. <script>
  2. // import location from '@/common/js/location.js'
  3. export default {
  4. onLaunch: function() {
  5. // location.getLocation(()=>{
  6. // this.$store.dispatch('getCity')
  7. // });
  8. },
  9. onShow: function() {
  10. console.log('App Show')
  11. },
  12. onHide: function() {
  13. console.log('App Hide')
  14. },
  15. methods: {
  16. }
  17. }
  18. </script>
  19. <style lang="scss">
  20. /*每个页面公共css */
  21. @import '@/uni_modules/uview-ui/index.scss';
  22. @import 'common/css/app.scss';
  23. .pageBgImg {
  24. font-size: 28rpx;;
  25. color: #333;
  26. min-height: 100vh;
  27. background: url('./static/images/bigImg/topBg.png') #F6F7FA no-repeat;
  28. background-size: 100% 278rpx;
  29. }
  30. .topBg{
  31. background: url('./static/images/bigImg/topBg.png') #F6F7FA no-repeat;
  32. background-size: 100% 100%;
  33. }
  34. .h1 {
  35. text {
  36. &.active {
  37. &::before {
  38. background: url('./static/images/bigImg/h1Active.png') #F6F7FA no-repeat;
  39. background-size: 100% 100%;
  40. }
  41. }
  42. }
  43. }
  44. </style>