deguodaigou/components/member/membershop/membershop.scss

41 lines
864 B
SCSS
Raw Normal View History

2019-12-23 10:04:09 +08:00
.membershop {
width: 373rpx;
height: 557rpx;
background-color: #FBFBFB;
.pic {
2019-12-24 18:06:31 +08:00
width: 256rpx;
2019-12-23 10:04:09 +08:00
height: 256rpx;
background-color: white;
margin: 0 auto;
position: relative;
top: 64rpx;
2019-12-24 18:06:31 +08:00
left: 64rpx;
2019-12-23 10:04:09 +08:00
}
.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;
}
2019-12-24 18:06:31 +08:00
.towline {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
2019-12-14 15:14:40 +08:00
}