mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-22 02:15:55 +08:00
优化部分代码,修改店铺ui以及功能
This commit is contained in:
@@ -223,10 +223,6 @@ export default {
|
||||
color: #333;
|
||||
padding: 20rpx 0;
|
||||
}
|
||||
|
||||
.img {
|
||||
}
|
||||
|
||||
.bot {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
@@ -106,22 +106,22 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.shopTag{
|
||||
background: $main-color;
|
||||
font-size: 24rpx;
|
||||
padding: 0 12rpx;
|
||||
margin-left: 10rpx;
|
||||
font-weight: normal;
|
||||
border-radius: 10rpx;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.recommend-list-view {
|
||||
width: 100%;
|
||||
}
|
||||
.shopTag {
|
||||
background: $main-color;
|
||||
font-size: 24rpx;
|
||||
margin-left: 10rpx;
|
||||
padding: 6rpx 12rpx;
|
||||
border-radius: 10rpx;
|
||||
font-weight: normal;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.store-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background: #fff;
|
||||
padding: 40rpx 20rpx 50rpx;
|
||||
@@ -139,25 +139,22 @@ export default {
|
||||
.name-star {
|
||||
flex: 1;
|
||||
margin-left: 20rpx;
|
||||
padding: 10rpx 0;
|
||||
font-size: 30rpx;
|
||||
|
||||
.name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
line-height: 1;
|
||||
font-weight: 700;
|
||||
font-size: 28rpx;
|
||||
line-height: 24px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
margin-left: 10px;
|
||||
text{
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
.desc {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
margin-left: 10px;
|
||||
text {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.to-store-btn {
|
||||
|
||||
Reference in New Issue
Block a user