163 lines
2.7 KiB
Plaintext
163 lines
2.7 KiB
Plaintext
/* packageH/toker/memberTokerCard/memberTokerCard.wxss */
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.list {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.list .lis {
|
|
background-color: #fff;
|
|
width: 689.92rpx;
|
|
height: 414.08rpx;
|
|
border-radius: 15.04rpx;
|
|
margin: 20.16rpx 0 20.16rpx 0;
|
|
padding: 24rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.list .lis .btn {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
|
|
.list .lis .btn .isbtn {
|
|
width: 150.08rpx;
|
|
height: 46.08rpx;
|
|
border-radius: 23.04rpx;
|
|
border: solid 1.6rpx #f14e4e;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 0;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.list .lis .bottom {
|
|
display: flex;
|
|
}
|
|
|
|
.list .lis .bottom .left {
|
|
width: 180.16rpx;
|
|
height: 180.16rpx;
|
|
background-color: #d8d8d8;
|
|
}
|
|
|
|
.list .lis .bottom .left image {
|
|
width: 180.16rpx;
|
|
height: 180.16rpx;
|
|
background-color: #d8d8d8;
|
|
}
|
|
|
|
.list .lis .bottom .right {
|
|
flex: 1;
|
|
margin-left: 20.16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.list .lis .bottom .right .rightBottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.list .lis .bottom .right .rightBottom .time {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.list .lis .bottom .right .title {
|
|
text-align: left;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
font-size: 30.08rpx;
|
|
color: #202020;
|
|
}
|
|
|
|
.list .lis .top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.list .lis .top .img {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28.16rpx;
|
|
}
|
|
|
|
.list .lis .top .img image {
|
|
width: 70.08rpx;
|
|
height: 70.08rpx;
|
|
background-color: #d8d8d8;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.list .lis .top .img .shopname {
|
|
font-size: 28.16rpx;
|
|
margin-left: 16rpx;
|
|
}
|
|
|
|
.list .lis .bottom .right {
|
|
flex: 1;
|
|
margin-left: 20.16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.list .lis .bottom .right .rightBottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.list .lis .bottom .right .rightBottom .time {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.list .lis .bottom .right .title {
|
|
text-align: left;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
font-size: 30.08rpx;
|
|
color: #202020;
|
|
}
|
|
|
|
.list .lis .top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.list .lis .top .img {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28.16rpx;
|
|
}
|
|
|
|
.list .lis .top .img image {
|
|
width: 70.08rpx;
|
|
height: 70.08rpx;
|
|
background-color: #d8d8d8;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.list .lis .top .img .shopname {
|
|
font-size: 28.16rpx;
|
|
margin-left: 16rpx;
|
|
}
|