42 lines
1.0 KiB
SCSS
42 lines
1.0 KiB
SCSS
.shopinfo {
|
|
width: 690rpx;
|
|
height: 218rpx;
|
|
border-bottom: 2rpx solid #EAEAEA;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
justify-content: center;
|
|
.pic {
|
|
width: 150rpx;
|
|
height: 163rpx;
|
|
background-color: #EAEAEA;
|
|
margin-right: 40rpx;
|
|
}
|
|
.right {
|
|
width: 402rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
margin-top: 6rpx;
|
|
.shopname {
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
line-height: 39rpx;
|
|
}
|
|
.down {
|
|
margin-bottom: 50rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
.shopdesc {
|
|
color: #666666;
|
|
font-size: 24rpx;
|
|
.size {
|
|
margin-right: 20rpx;
|
|
}
|
|
}
|
|
.pri {
|
|
color: #E1C89F;
|
|
font-size: 28rpx;
|
|
}
|
|
}
|
|
}
|
|
} |