Files
ClassContent/历届学生/罗朝/项目练习/小说app/css/book.css
2024-09-27 02:06:13 +08:00

155 lines
2.4 KiB
CSS

.header {
position: fixed;
width: 100%;
background: #fff;
left: 0;
top: 0;
}
.header_search {
display: flex;
justify-content: space-between;
padding: 0.32rem 0.5rem 0 0.5rem;
align-items: center;
}
.search_f{
position: relative;
width: 15.4rem;
}
.search_f img {
position: absolute;
width: 0.65rem;
top: 0.375rem;
}
.search_one {
left: 0.6rem;
}
.search_two {
right: 0.85rem;
}
.search_f input{
padding-left: 1.675rem;
height: 1.45rem;
background-color: #e6e6e6;
border-radius: 0.712rem;
width: 100%;
box-sizing: border-box;
border: none
}
.search_t p {
height: 0.575rem;
font-size: 0.6rem;
font-weight: normal;
font-stretch: normal;
color: #010101;
}
.header_menu ul {
display: flex;
justify-content: space-around;
}
.header_menu ul li {
font-size: 0.6rem;
font-weight: normal;
font-stretch: normal;
color: #4c4c4c;
}
.header_menu {
margin-top: 0.6rem;
margin-bottom: 0.6rem;
}
.content {
margin-top: 3.9915rem;
margin-bottom: 2.45rem;
}
.banner {
height: 7.875rem;
}
.banner img{
width: 100%;
height: 7.875rem;
}
.clas {
padding-top:0.825rem;
padding-bottom: 0.95rem;
background: #fff;
}
.clas ul{
display: flex;
justify-content: space-around;
}
.clas ul li{
text-align: center;
}
.clas ul li img{
width: 1.4rem;
height: 1.4rem;
}
.clas ul li p{
font-size: 0.45rem;
font-weight: normal;
font-stretch: normal;
color: #000000;
margin-top: 0.35rem;
}
.like {
margin-top: 0.25rem;
padding-top: 0.425rem;
padding-left: 0.825rem;
padding-right: 0.825rem;
}
.like_title {
display: flex;
justify-content: space-between;
margin-bottom: 0.925rem;
align-items: flex-end;
}
.like_title h3{
font-size: 0.65rem;
font-weight: normal;
font-stretch: normal;
color: #000000;
border-left: 0.4rem solid #ff4c8a;
padding-top: 0.525rem;
padding-left: 0.35rem;
}
.like_title p{
font-size: 0.4rem;
font-weight: normal;
font-stretch: normal;
color: #4d4d4d;
}
.like_title p .icon-jiantou1{
font-size: 12px;
}
.like_list {
}
.like_list ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.like_list ul li{
margin-right: 0.65rem;
width: 5.225rem;
margin-bottom: 1.2rem;
}
.like_list ul li:nth-child(3n){
margin-right: 0;
}
.like_list ul li img{
width: 5.225rem;
height: 7.025rem;
}
.like_list ul li p{
margin-top: 0.425rem;
font-size: 0.45rem;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0.045rem;
color: #010101;
}