|
|
@@ -62,27 +62,42 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.posi_logo { |
|
|
|
position: relative; |
|
|
|
width: 90%; |
|
|
|
display: flex; |
|
|
|
padding: 20rpx 0; |
|
|
|
background: #fff; |
|
|
|
padding-left:5%; |
|
|
|
padding-right:5%; |
|
|
|
margin-bottom: 20rpx; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
.tel { |
|
|
|
position: absolute; |
|
|
|
right: 3%; |
|
|
|
top: 0; |
|
|
|
bottom: 0; |
|
|
|
margin: auto; |
|
|
|
width: 50rpx; |
|
|
|
height: 50rpx; |
|
|
|
} |
|
|
|
.merchants{ |
|
|
|
width: 90%; |
|
|
|
display: flex; |
|
|
|
background: #fff; |
|
|
|
padding-right:5%; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
.position{ |
|
|
|
text-align: center; |
|
|
|
margin-top: 100rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.posi_logo view:nth-child(1) { |
|
|
|
.merchants view:nth-child(1) { |
|
|
|
width: 100rpx; |
|
|
|
/* height: 100rpx; */ |
|
|
|
border-radius: 16rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.posi_logo view:nth-child(1) image { |
|
|
|
.merchants view:nth-child(1) image { |
|
|
|
display: block; |
|
|
|
width: 100rpx; |
|
|
|
height: 100rpx; |
|
|
@@ -90,14 +105,14 @@ |
|
|
|
border: 1px solid #e5e5e5; |
|
|
|
} |
|
|
|
|
|
|
|
.posi_logo view:nth-child(2) { |
|
|
|
.merchants view:nth-child(2) { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
flex: 8; |
|
|
|
padding-left: 30rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.posi_logo view:nth-child(2) text:nth-child(1) { |
|
|
|
.merchants view:nth-child(2) text:nth-child(1) { |
|
|
|
overflow: hidden; |
|
|
|
font-size: 32rpx; |
|
|
|
color: #333; |
|
|
@@ -106,7 +121,7 @@ |
|
|
|
line-height: 40rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.posi_logo view:nth-child(2) text:nth-child(2) { |
|
|
|
.merchants view:nth-child(2) text:nth-child(2) { |
|
|
|
font-size: 24rpx; |
|
|
|
color: #b8b8b8; |
|
|
|
padding-top: 3rpx; |
|
|
@@ -114,14 +129,7 @@ |
|
|
|
line-height: 36rpx; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
.tel { |
|
|
|
right: 0; |
|
|
|
top: 0; |
|
|
|
bottom: 0; |
|
|
|
margin: auto; |
|
|
|
width: 50rpx; |
|
|
|
height: 50rpx; |
|
|
|
} |
|
|
|
|
|
|
|
page { |
|
|
|
padding: 0 0 30rpx; |
|
|
|
} |
|
|
|