44 lines
933 B
SCSS
44 lines
933 B
SCSS
.membershop {
|
|
width: 373rpx;
|
|
height: 557rpx;
|
|
background-color: #FBFBFB;
|
|
.pic {
|
|
width: 256rpx;
|
|
height: 256rpx;
|
|
background-color: white;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
top: 64rpx;
|
|
left: 64rpx;
|
|
}
|
|
.shopname {
|
|
width: 273rpx;
|
|
color: #333333;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
position: relative;
|
|
top: 111rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.pri {
|
|
position: relative;
|
|
top: 127rpx;
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
color: #09BB07;
|
|
>view:last-child{
|
|
font-size: 24rpx;
|
|
}
|
|
}
|
|
.towline {
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
} |