123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <script>
- export default {
- onLaunch: function() {
- },
- onShow: function() {
-
- },
- onHide: function() {
- },
- methods:{
-
- }
- }
- </script>
- <style lang="scss">
-
-
-
- @import "uview-ui/index.scss";
-
-
-
- page{
- background-color:
- }
-
-
- .hover-class{
- background-color:
- }
-
- .bottom-safety{
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
-
-
- .bgc-f{
- background-color:
- }
- </style>
|