You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
2.7 KiB
115 lines
2.7 KiB
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.ranking-header.data-v-04903046 {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 150px;
|
|
}
|
|
.ranking-header .ranking-heander-bg.data-v-04903046 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ranking-header .ranking-header-txt.data-v-04903046 {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 150px;
|
|
padding: 20px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
}
|
|
.ranking-header .ranking-header-txt .ranking-title.data-v-04903046 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
font-size: 26px;
|
|
font-weight: bold;
|
|
color: #1a1a1a;
|
|
}
|
|
.ranking-header .ranking-header-txt .ranking-title.data-v-04903046 .uni-icons {
|
|
color: #01a4fe !important;
|
|
}
|
|
.ranking-header .ranking-header-txt .ranking-title .title-text.data-v-04903046 {
|
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
letter-spacing: 1px;
|
|
/* 文字间距更舒服 */
|
|
margin-left: 8px;
|
|
}
|
|
.ranking-header .ranking-header-txt .ranking-header-tip.data-v-04903046,
|
|
.ranking-header .ranking-header-txt .ranking-num.data-v-04903046 {
|
|
color: #333;
|
|
font-size: 14px;
|
|
padding-top: 15px;
|
|
}
|
|
.ranking-list.data-v-04903046 {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border-radius: 26px 26px 0 0;
|
|
margin-top: -30px;
|
|
z-index: 999;
|
|
padding: 20px 0;
|
|
}
|
|
.ranking-item.data-v-04903046 {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 30px 20px 0 20px;
|
|
padding: 10px;
|
|
background-color: #f7f8fc;
|
|
border-radius: 6px;
|
|
}
|
|
.ranking-item .ranking-item-img.data-v-04903046 {
|
|
margin-right: 10px;
|
|
}
|
|
.ranking-item .ranking-item-img .book-cover.data-v-04903046 {
|
|
width: 100px;
|
|
height: 150px;
|
|
border-radius: 10px;
|
|
padding: 0 10px;
|
|
background-color: #fff;
|
|
}
|
|
.ranking-item .ranking-book-info.data-v-04903046 {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 14px;
|
|
color: #666;
|
|
}
|
|
.ranking-item .ranking-book-info .book-info-title.data-v-04903046 {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #000;
|
|
padding-top: 10px;
|
|
}
|
|
.ranking-item .ranking-book-info .book-info-name.data-v-04903046,
|
|
.ranking-item .ranking-book-info .book-info-desc.data-v-04903046 {
|
|
padding-top: 10px;
|
|
line-height: 24px;
|
|
}
|
|
.ranking-item.first-item.data-v-04903046 {
|
|
background-color: #fBF0BB;
|
|
}
|
|
.ranking-item.two-item.data-v-04903046 {
|
|
background-color: #e9eff6;
|
|
}
|
|
.ranking-item.three-item.data-v-04903046 {
|
|
background-color: #fBF0BB;
|
|
}
|
|
.ranking-item .ranking-icon.data-v-04903046 {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: -10px;
|
|
width: 64px;
|
|
height: 28px;
|
|
}
|
|
.ranking-item .ranking-common-icon.data-v-04903046 {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: -10px;
|
|
width: 28px;
|
|
height: 28px;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|