187 lines
3.0 KiB
Plaintext
187 lines
3.0 KiB
Plaintext
/* packageH/starMusic/starMusicPersonalGroup/starMusicPersonalGroup.wxss */
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.header {
|
|
width: 100%;
|
|
height: 6.656rem;
|
|
background-color: #ee2e2b;
|
|
padding: 1.688rem 1.531rem 0;
|
|
}
|
|
|
|
.header .container {
|
|
display: flex;
|
|
}
|
|
|
|
.header .container .face {
|
|
width: 2.875rem;
|
|
height: 2.875rem;
|
|
}
|
|
|
|
.header .container .face image {
|
|
width: 2.875rem;
|
|
height: 2.875rem;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.header .container .desc {
|
|
padding-left: 0.688rem;
|
|
}
|
|
|
|
.header .container .desc .name {
|
|
font-size: 1rem;
|
|
color: #fff;
|
|
}
|
|
|
|
.header .container .desc .level {
|
|
margin-top: 0.531rem;
|
|
height: 1.25rem;
|
|
font-size: 0.75rem;
|
|
padding: 0 0.5rem;
|
|
color: #fff;
|
|
background-color: rgba(255, 255, 255, 0.29);
|
|
border-radius: 0.625rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.items {
|
|
padding: 0.938rem;
|
|
}
|
|
|
|
.items .item {
|
|
width: 100%;
|
|
height: 11.625rem;
|
|
background-color: #fff;
|
|
border-radius: 0.313rem;
|
|
padding: 0.813rem 0.656rem;
|
|
text-align: left;
|
|
margin-bottom: 0.625rem;
|
|
}
|
|
|
|
.items .item .head {
|
|
display: flex;
|
|
font-size: 0.625rem;
|
|
color: #666;
|
|
}
|
|
|
|
.items .item .head .c2 {
|
|
margin-left: 0.5rem;
|
|
flex: 1;
|
|
}
|
|
|
|
.items .item .head .c3 {
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.items .item .container {
|
|
margin-top: 1rem;
|
|
display: flex;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.items .item .container .face {
|
|
width: 4.375rem;
|
|
height: 4.375rem;
|
|
background-color: #666;
|
|
}
|
|
|
|
.items .item .container .face image {
|
|
width: 4.375rem;
|
|
height: 4.375rem;
|
|
background-color: #666;
|
|
}
|
|
|
|
.items .item .container .info {
|
|
padding-left: 0.656rem;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.items .item .container .info .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.8rem;
|
|
color: #333;
|
|
}
|
|
|
|
.items .item .container .info .desc {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.items .item .container .info .desc .price {
|
|
font-size: 0.938rem;
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.items .item .container .info .desc .time {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 0.688rem;
|
|
color: #333;
|
|
}
|
|
|
|
.items .item .btns {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: flex-end;
|
|
padding-top: 1.8rem;
|
|
}
|
|
|
|
.items .item .btns .btn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 4.688rem;
|
|
height: 1.438rem;
|
|
border-radius: 0.125rem;
|
|
font-size: 0.813rem;
|
|
color: #fff;
|
|
background-color: #f14e4e;
|
|
}
|
|
|
|
.items .item .btns .btn1 {
|
|
border: solid 0.051rem #b4b4b4;
|
|
background: #fff;
|
|
color: #666;
|
|
margin-right: 0.625rem;
|
|
}
|
|
|
|
.float {
|
|
position: fixed;
|
|
right: 1.94rem;
|
|
bottom: 5rem;
|
|
}
|
|
|
|
.float .btn {
|
|
width: 3.813rem;
|
|
height: 3.813rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0;
|
|
background: transparent;
|
|
}
|
|
|
|
.float .btn::after {
|
|
border: none;
|
|
}
|
|
|
|
.float .btn image {
|
|
width: 3.813rem;
|
|
height: 3.813rem;
|
|
}
|