132 lines
1.8 KiB
Plaintext
132 lines
1.8 KiB
Plaintext
.container {
|
|
background-color: #fff;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.yuanwen {
|
|
margin: 10px 40rpx;
|
|
}
|
|
|
|
.book {
|
|
border-bottom: 2px solid #eee;
|
|
height: 70vh;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.control {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.tabs {
|
|
--tab-font-size: 1em;
|
|
--tabs-line-height: 80rpx;
|
|
}
|
|
|
|
.book-name {
|
|
font-size: 1.5rem;
|
|
padding-top: 30rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.book-line {
|
|
flex-wrap: wrap;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.book-line,.book-line-item {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.book-line-item {
|
|
align-items: center;
|
|
flex-direction: column;
|
|
margin-right: 10px;
|
|
padding: 0;
|
|
}
|
|
|
|
.book-line-pingyin {
|
|
color: #ff9800;
|
|
flex: 1;
|
|
font-family: SourceHanSansHWSC ExtraLight;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.book-line-word {
|
|
color: #111;
|
|
flex: 1;
|
|
font-family: SourceHanSansHWSC Heavy;
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
.record-img {
|
|
height: 80rpx;
|
|
width: 80rpx;
|
|
}
|
|
|
|
.play-img {
|
|
height: 150rpx;
|
|
width: 150rpx;
|
|
}
|
|
|
|
.pinyin-img {
|
|
height: 80rpx;
|
|
width: 80rpx;
|
|
}
|
|
|
|
.yuanwen-title {
|
|
color: #333;
|
|
font-size: 40rpx;
|
|
margin-top: 5px;
|
|
padding-top: 10px;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.yuanwen-html {
|
|
font-size: 1.2em;
|
|
line-height: 2em;
|
|
}
|
|
|
|
.yuanwen-word {
|
|
align-items: center;
|
|
display: flex;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.yuanwen-voice {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.img {
|
|
height: 80rpx;
|
|
width: 80rpx;
|
|
}
|
|
|
|
.yuanwen-name {
|
|
color: #666;
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
padding-right: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.yuanwen-detail {
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.yuanwen-detail-text {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.title {
|
|
color: #ff4500;
|
|
font-size: 40rpx;
|
|
margin-bottom: 15px;
|
|
margin-top: 5px;
|
|
} |