|
|
@@ -17,13 +17,13 @@
|
|
|
</view>
|
|
|
<view class="list-content">
|
|
|
<tui-list-view class="tui-list-view">
|
|
|
- <tui-list-cell :lineLeft="false" :lineRight="false" padding="26upx 30upx 26upx 0" class="tui-list" >
|
|
|
+ <tui-list-cell :lineLeft="false" :lineRight="false" class="tui-list" >
|
|
|
<view class="list-wrap">
|
|
|
<view class="list-label">营业时间</view>
|
|
|
<view class="list-val">{{ shop.openTime || '08:00-22:00' }}</view>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
- <tui-list-cell @click="phoneCall" :lineLeft="false" :lineRight="false" padding="26upx 30upx 26upx 0" class="tui-list" >
|
|
|
+ <tui-list-cell @click="phoneCall" :lineLeft="false" :lineRight="false" class="tui-list" >
|
|
|
<view class="list-wrap">
|
|
|
<view class="list-label">联系电话</view>
|
|
|
<view class="list-val">{{ shop.telephone || '15280215347' }}</view>
|
|
|
@@ -32,7 +32,7 @@
|
|
|
<i class="iconfont iconditu" style="font-size:36upx;" ></i>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
- <tui-list-cell @click="goNavBtn" :lineLeft="false" :lineRight="false" padding="26upx 30upx 26upx 0" class="tui-list" >
|
|
|
+ <tui-list-cell @click="goNavBtn" :lineLeft="false" :lineRight="false" class="tui-list" >
|
|
|
<view class="list-wrap">
|
|
|
<view class="list-label">公司地址</view>
|
|
|
<view class="list-val">厦门市软件园二期夜光汇2号楼521室</view>
|
|
|
@@ -155,7 +155,6 @@ export default {
|
|
|
.tui-list {
|
|
|
width: calc(100% - 20upx);
|
|
|
@include disFlex(center, space-between);
|
|
|
- // padding-left: 0 !important;
|
|
|
margin-left: 20upx;
|
|
|
.list-wrap {
|
|
|
width: calc(100% - 40upx);
|
|
|
@@ -164,7 +163,6 @@ export default {
|
|
|
.list-label {
|
|
|
width: 150upx;
|
|
|
color: #333;
|
|
|
- // margin-right: 40upx;
|
|
|
}
|
|
|
.list-val {
|
|
|
width: calc(100% - 150upx);
|