合同小程序前端代码仓库
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.
 
 
 
 
 

55 lines
880 B

@import "../../uvue.wxss";
:host{display:flex;flex-direction:column}
.container {
display: flex;
flex-direction: column;
height: 300vh;
background-color: #f5f5f5;
}
.user-info {
padding: 20px;
height: 200px;
background-color: #007aff;
color: #fff;
text-align: center;
}
.username {
font-size: 20px;
font-weight: bold;
margin: 0 auto;
line-height: 200px;
}
.menu {
flex: 1;
padding: 20px;
background-color: #fff;
}
.menu-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 0;
border-bottom: 1px solid #eee;
}
.menu-item text {
font-size: 16px;
}
.arrow {
width: 20px;
height: 20px;
}
.footer {
display: flex;
justify-content: space-around;
padding: 10px;
background-color: #fff;
border-top: 1px solid #ccc;
}
.nav-item {
text-align: center;
}
.nav-item text {
font-size: 14px;
}