|
@@ -19,32 +19,24 @@
|
|
|
}
|
|
|
|
|
|
.business-name {
|
|
|
- padding: 68rpx 56rpx 0;
|
|
|
- font-size: 48rpx;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
-}
|
|
|
-
|
|
|
-.business-info {
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.business-info text {
|
|
|
- font-size: 26rpx;
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
-}
|
|
|
+ align-items: center;
|
|
|
+ flex-flow: row wrap;
|
|
|
+ padding: 68rpx 56rpx 0;
|
|
|
|
|
|
-.business-info .phone,
|
|
|
-.business-info .wechat {
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
+ text {
|
|
|
+ font-size: 48rpx;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ }
|
|
|
|
|
|
-.business-info .introduce {
|
|
|
- word-break: break-all;
|
|
|
- word-wrap: break-word;
|
|
|
+ image {
|
|
|
+ width: 32rpx;
|
|
|
+ height: 42rpx;
|
|
|
+ margin-left: 20rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.waterfall {
|
|
|
+.goods-list {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
width: 690rpx;
|