shop_xcx/pages/shop/all-goods/index.wxss

115 lines
1.8 KiB
Plaintext

/* pages/shop/all-goods/index.wxss */
@import '/pages/goods/list/index.wxss';
.shop-detail-page{
background-color: #f8f8f8;
/* height: 100vw; */
padding-top: 30rpx;
padding-bottom: 170rpx;
}
/* 店铺 */
.shop-big-box {
width: 90%;
margin: 0rpx auto 30rpx auto;
border-radius: 40rpx;
display: flex;
justify-content: space-between;
background-color: white;
}
.shop-left-img-box {
height: 150rpx;
width: 150rpx;
overflow: hidden;
margin-right: 20rpx;
}
.shop-left-img {
height: 100%;
width: 100%;
border: 1rpx solid rgb(204, 204, 204);
}
.shop-left-box {
display: flex;
}
.shop-name {
font-size: 30rpx;
font-weight: bold;
width: 250rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
}
.shop-sold {
font-size: 25rpx;
margin: 15rpx 0rpx;
}
.shop-intro {
font-size: 25rpx;
width: 250rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
}
.shop-right-button {
margin-top: 20rpx;
padding: 15rpx 20rpx;
background-color: rgb(251, 48, 44);
border-radius: 50rpx;
color: white;
font-size: 25rpx;
}
.shop-right-arrow{
margin-top: 20rpx;
margin-right: 30rpx;
font-weight: bold;
}
.shop-bottom-box{
width: 100%;
height: 150rpx;
background-color: #fff;
position: fixed;
bottom: 0;
}
/* 商品分类 */
page .round-image {
border-radius: 12rpx;
}
.side-bar-wrapper {
display: flex;
height: 100vh;
}
.side-bar-wrapper .content {
flex: 1;
}
.side-bar-wrapper .section {
padding: 32rpx 0;
}
.side-bar-wrapper .title {
padding-left: 40rpx;
margin-bottom: 8rpx;
line-height: 52rpx;
}
.side-bar-wrapper .image {
width: 96rpx;
height: 96rpx;
}