232 lines
3.9 KiB
Plaintext
232 lines
3.9 KiB
Plaintext
/* packageH/starMusic/starMusicIndex/starMusicIndex.wxss */
|
|
|
|
view,
|
|
text,
|
|
icon {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.header .header_content {
|
|
height: 3.263rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-left: 1.344rem;
|
|
padding-right: 1.469rem;
|
|
background: #fff;
|
|
}
|
|
|
|
.header .header_content .inputWrapper {
|
|
padding-right: 1.469rem;
|
|
flex: 1;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input {
|
|
height: 2.125rem;
|
|
background-color: #eff0f1;
|
|
border-radius: 1.063rem;
|
|
text-align: left;
|
|
display: flex;
|
|
align-content: center;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input icon {
|
|
padding-left: 1.125rem;
|
|
color: #666;
|
|
display: flex;
|
|
align-content: center;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-right: 0.531rem;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input input {
|
|
flex: 1;
|
|
margin-left: 0.531rem;
|
|
font-size: 0.875rem;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 1.5rem;
|
|
letter-spacing: 0.044rem;
|
|
color: #666;
|
|
border: none;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input input::-webkit-input-placeholder {
|
|
color: #666;
|
|
}
|
|
|
|
.header .brand {
|
|
width: 100%;
|
|
height: 10rem;
|
|
}
|
|
|
|
.header .brand .my-swipe {
|
|
height: 10rem;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
line-height: 150px;
|
|
text-align: center;
|
|
}
|
|
|
|
.header .brand .my-swipe image {
|
|
width: 100%;
|
|
height: 10rem;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.items {
|
|
padding: 0.938rem;
|
|
}
|
|
|
|
.items .item {
|
|
height: 8.406rem;
|
|
background-color: #fff;
|
|
padding: 0.875rem 0.8rem 1.25rem 0.563rem;
|
|
display: flex;
|
|
position: relative;
|
|
margin-bottom: 0.636rem;
|
|
border-radius: 0.625rem;
|
|
}
|
|
|
|
.items .item .face {
|
|
width: 6.281rem;
|
|
height: 6.281rem;
|
|
background-color: #999;
|
|
border-radius: 0.313rem;
|
|
}
|
|
|
|
.items .item .face image {
|
|
width: 6.281rem;
|
|
height: 6.281rem;
|
|
border-radius: 0.313rem;
|
|
}
|
|
|
|
.items .item .container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding-left: 0.413rem;
|
|
text-align: left;
|
|
}
|
|
|
|
.items .item .container .name {
|
|
/* text-overflow: -o-ellipsis-lastline; */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
font-size: 0.875rem;
|
|
color: #000;
|
|
}
|
|
|
|
.items .item .container .money .c1 {
|
|
font-size: 0.75rem;
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.items .item .container .money .c2 {
|
|
font-size: 1rem;
|
|
color: #ff2c29;
|
|
}
|
|
|
|
.items .item .container .money .c3 {
|
|
margin-left: 0.8rem;
|
|
font-size: 0.75rem;
|
|
color: #999;
|
|
}
|
|
|
|
.items .item .container .num {
|
|
font-size: 0.75rem;
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.items .item .container .num .text {
|
|
margin-left: 0.4rem;
|
|
}
|
|
|
|
.items .item .btn {
|
|
position: absolute;
|
|
bottom: 0.938rem;
|
|
right: 0.625rem;
|
|
width: 4.063rem;
|
|
height: 1.5rem;
|
|
background-color: #f14e4e;
|
|
border-radius: 0.125rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
}
|
|
|
|
.float {
|
|
position: fixed;
|
|
left: 0.84rem;
|
|
bottom: 5rem;
|
|
}
|
|
|
|
.float .btn {
|
|
width: 2.813rem;
|
|
height: 2.813rem;
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
.float .btn image {
|
|
width: 2.813rem;
|
|
height: 2.813rem;
|
|
}
|
|
|
|
.explainWrapper {
|
|
width: 100%;
|
|
max-height: 22.625rem;
|
|
background-color: #fff;
|
|
border-radius: 1.531rem;
|
|
padding-bottom: 3rem;
|
|
transition: 0.3s;
|
|
padding-top: 0.5rem;
|
|
}
|
|
|
|
.explainWrapper .header {
|
|
height: 2.596rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
|
|
.explainWrapper .header .title {
|
|
font-size: 1rem;
|
|
letter-spacing: 0.05rem;
|
|
color: #000;
|
|
}
|
|
|
|
.explainWrapper .header .icon-guanbi {
|
|
position: absolute;
|
|
top: 0.42rem;
|
|
right: 1.25rem;
|
|
color: #000;
|
|
}
|
|
|
|
.explainWrapper .content {
|
|
max-height: 11rem;
|
|
padding-top: 0.562rem;
|
|
font-size: 0.875rem;
|
|
letter-spacing: 0.066rem;
|
|
color: #666;
|
|
padding-left: 1.049rem;
|
|
padding-right: 1.469rem;
|
|
text-align: left;
|
|
line-height: 1.5rem;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.explainWrapper .content image {
|
|
max-width: 100% !important;
|
|
}
|