@@ -4,7 +4,7 @@
height: 100%;
$margin-r: 20px;
$borderRadius: 10px;
- padding: 20px 0px;
+ padding-top: 15px;
.header {
height: 56px;
padding: 0px 15px;
@@ -22,7 +22,8 @@ onMounted(() => {})
<style lang="scss" scoped>
width: calc(100%);
- height: 112px;
+ height: 60px;
+ margin-bottom: 10px;
// background: #183868;
display: flex;
align-items: center;
@@ -48,14 +48,14 @@ onMounted(() => {})
width: calc(100% - 184px);
background: #eaf1f9;
- padding: 15px 30px;
+ padding: 15px 15px;
.layout-header {
width: 100%;
- height: 162px;
+ height: 100px;
}
.layout-content {
- height: calc(100% - 162px);
+ height: calc(100% - 100px);
@@ -125,11 +125,13 @@ onMounted(() => {
.menus-user {
- height: 200px;
+ height: 180px;
flex-wrap: wrap;
justify-content: center;
padding-top: 40px;
+ border-bottom: 1px solid #5383bd;
+ margin-bottom: 20px;
.userImg {
width: 60px;
height: 60px;
@@ -164,7 +166,7 @@ onMounted(() => {
.userInfo {
- margin-top: -25px;
+ margin-top: 0px;
h4 {
text-align: center;
color: #fff;
@@ -233,11 +233,11 @@ li {
._tagList {
- height: 50px;
+ height: 30px;
- background-color: #fff;
- border-radius: 20px;
+ background: rgba(255, 255, 255, 0.5);
+ border-radius: 10px;
.tag-view {
@@ -253,7 +253,7 @@ li {
display: block;
width: auto;
- border-radius: 20px 20px 20px 20px;
color: inherit;
text-decoration: none;
padding: 2px;
@@ -268,6 +268,7 @@ li {
p {
margin-left: 5px;
+ font-size: 16px;
.fhomeBox {
@@ -283,6 +284,7 @@ li {
img {