Files
2024-09-27 02:06:13 +08:00

58 lines
1.1 KiB
CSS

.header{
display: flex;
align-items: center;
position: fixed;
width: 100%;
height: 2.25rem;
background: #fff;
padding: 0px .8rem;
box-sizing: border-box;
border-bottom: 1px solid #f5f5f5;
z-index: 999;
overflow: hidden;
}
.header p{
font-size: .9rem;
color: #000;
font-weight: 600;
margin: 0 auto;
}
.content{
width: 100%;
padding-top: 2.75rem;
}
.content li{
width: 100%;
padding-left: .8rem;
padding-right: .8rem;
border-bottom: 1px solid rgba(0,0,0,0.05);
box-sizing: border-box;
margin-bottom: .5rem;
}
.content li a .menu_title{
display: flex;
justify-content: space-between;
height: 2.2rem;
align-items: center;
}
.content li a .menu_title h3{
font-size: .9rem;
font-weight: 600;
color: #000000;
}
.content li a .menu_title p{
font-size: .7rem;
color: #999;
font-weight: 300;
}
.content li a .menu_pic{
display: flex;
justify-content: space-between;
padding-bottom: 1rem;
}
.content li a .menu_pic img{
width: 5.4rem;
height: 5.4rem;
}