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

93 lines
1.6 KiB
CSS

.header {
background: #169bd4;
height: 2.325rem;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0.9rem;
box-sizing: border-box;
}
.header p {
font-size: 0.35rem;
font-weight: normal;
font-stretch: normal;
color: #ffffff;
}
.header p span{
font-size: 0.75rem;
font-weight: normal;
color: #ffffff;
}
.header_menu img{
width: 0.8rem;
height: 0.8rem;
margin-right: 0.875rem;
}
.header_menu img:last-child{
margin-right: 0;
}
.content{
padding-top: 2.3rem;
padding-bottom: 2.5rem;
}
.content_adb {
background-color: #f6f7f1;
padding: 0.675rem 0.575rem;
}
.content_adb h3 {
font-family: MicrosoftYaHei;
font-size: 0.6rem;
font-weight: normal;
letter-spacing: 0.048rem;
color: #9a825e;
margin-bottom: 0.55rem;
}
.adb_info {
display: flex;
border-top: 0.025rem solid #ede6da;
padding-top: 0.375rem;
}
.adb_info img {
width: 3.15rem;
height: 4.875rem;
}
.adb_right {
margin-left: 0.525rem;
}
.adb_right p{
font-family: MicrosoftYaHei;
font-size: 0.6rem;
font-weight: normal;
letter-spacing: 0.048rem;
color: #9a825e;
margin-bottom: 0.45rem;
line-height: 1rem;
}
.adb_right span{
padding: 0.25rem 0.3rem;
border-radius: 0.25rem;
border: solid 0.025rem #9b835d;
font-size: 0.45rem;
font-weight: normal;
letter-spacing: 0.035rem;
color: #9a825e;
text-align: center;
line-height: 0.9rem;
}
.no_book {
padding-top: 2.725rem;
text-align: center;
}
.no_book img {
width: 7.15rem;
height: 6.55rem;
}
.no_book p{
font-family: MicrosoftYaHei;
font-size: 0.45rem;
font-weight: normal;
letter-spacing: 0.035rem;
color: #737373;
margin-top: 0.575rem;
}