Files
ClassContent/历届学生/zheng-yuqing/项目练习/上课项目/橱窗/css/index.css
2024-09-27 02:06:13 +08:00

93 lines
1.5 KiB
CSS

.header {
height: 0.9rem;
position: fixed;
width: 100%;
left: 0;
top: 0;
display: flex;
align-items: center;
padding-left: 0.3rem;
padding-right: 0.3rem;
box-sizing: border-box;
justify-content: space-between;
background: #fff;
}
.header span {
font-size: 0.34rem;
color: #333333;
}
.header img {
width: 0.19rem;
height: 0.34rem;
}
.content {
padding: 0 0.24rem;
margin-top: 1.130rem;
}
.list {
margin-bottom: 0.23rem;
}
.list li {
background-color: #ffffff;
border-radius: 0.1rem;
}
.list li .title {
display: flex;
align-items: center;
justify-content: space-between;
height: 1.01rem;
}
.list .time {
font-size: 0.28rem;
color: #949494;
}
.list .more {
display: flex;
align-items: center;
}
.list .more span {
font-size: 0.28rem;
color: #949494;
margin-right: 0.27rem;
}
.list .more img {
width: 0.2rem;
height: 0.11rem;
transform: rotate(180deg);
}
.menu {}
.menu .item {
display: flex;
justify-content: space-between;
border-top: 0.02rem solid #f0f0f4;
box-sizing: border-box;
padding-top: 0.36rem;
padding-bottom: 0.27rem;
}
.menu .text {}
.menu .text .name {
font-size: 0.34rem;
color: #333333;
margin-bottom: 0.17rem;
}
.menu .text .bank,
.menu .text .time,
.menu .price .other{
font-size: 0.2rem;
color: #949494;
}
.menu .text .time {
margin-top: 0.2rem;
}
.menu .price {}
.menu .price .nums {
font-size: 0.3rem;
color: #333333;
margin-bottom: 0.21rem;
}
.menu .price .other {
}