平安校园
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.
 
 
 
 
 
 

25 line
456 B

  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. /* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
  13. @import "uview-ui/index.scss";
  14. .uni-tabbar-bottom{
  15. .uni-tabbar{
  16. box-shadow: 0px -3px 9px 0px rgba(0,0,0,0.06), 0px 4px 4px 0px rgba(0,0,0,0.01);
  17. }
  18. }
  19. uni-page-body{
  20. height: 100%;
  21. background-color: #F6F8FA;
  22. }
  23. </style>