修改‘我的’页面样式

This commit is contained in:
lnn19986213 2022-07-19 11:32:08 +08:00
parent 75eb5b96cd
commit c8cb38e7b8
1 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
page { page {
background-color: #F4F5F7; background-color: #F4F5F7;
} }
@ -344,6 +344,7 @@
.content_area { .content_area {
padding: 0 16px; padding: 0 16px;
margin-bottom: 60px;
.fans_box { .fans_box {
display: flex; display: flex;
@ -413,7 +414,6 @@
} }
.content_bott { .content_bott {
box-sizing: border-box;
padding: 16px; padding: 16px;
background-color: #FFFFFF; background-color: #FFFFFF;
border-radius: 8px; border-radius: 8px;