micro_mall_xcx/pages/shop/all-goods/index.wxss
2023-10-13 13:37:48 +08:00

184 lines
2.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;
border-radius: 50%;
border: 1px solid #CDCDCD;
}
.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;
}
.back-top{
bottom: 15% !important;
}
/* 店铺详情弹出层 */
.shop-popup-box{
height: 800rpx;
padding: 50rpx;
display: flex;
align-items: center;
flex-direction: column;
background-color: #f6f6f6;
}
.shop-popup-title{
font-size: 40rpx;
font-weight: bold;
letter-spacing: 5rpx;
margin-bottom: 80rpx;
}
.shop-popup-content-box{
width: 90%;
background-color: white;
padding: 35rpx;
border-radius: 40rpx;
position: relative;
display: flex;
flex-direction: column;
margin-bottom: 30rpx;
}
.center{
align-items: center;
}
.shop-popup-img-box{
width: 160rpx;
height: 160rpx;
border-radius: 50%;
overflow: hidden;
margin-top: -80rpx;
background-color: #fff;
}
.shop-popup-img{
width: 100%;
height: 100%;
}
.shop-popup-name{
font-size: 35rpx;
font-weight: bold;
margin: 30rpx 0;
}
.shop-popup-sold-num{
font-size: 28rpx;
}
.shop-popup-intro-title{
font-size: 30rpx;
font-weight: bold;
letter-spacing: 2rpx;
margin-bottom: 10rpx;
}