Commit 0e9f0e60 authored by agping's avatar agping

修改

parent 5c869f05
...@@ -59,21 +59,24 @@ ...@@ -59,21 +59,24 @@
</script> </script>
<style scoped> <style scoped>
.min-height-list{ .min-height-list{
width: 7.5rem; width: 100%;
height: 100vh; height: 100vh;
background: #fff; background: #fff;
} }
.bg-con{ .bg-con{
width: 100%; width: 100%;
height: 10rem; height: 10rem;
background: #fff url(images/Group@2x.png) no-repeat center .3rem/7.5rem; background: #fff url(images/Group@2x.png) no-repeat center .3rem/100%;
} }
img{ img{
width: 5.4rem; width: 5.4rem;
position: fixed;
bottom: 1.2rem;
left: 50%;
margin-left: -2.7rem;
} }
.btn-con{ .btn-con{
text-align: center; /*margin-top: .3rem;*/
margin-top: .3rem;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment