1.修改样式

yj-dev
杨杰 3 years ago
parent 0ee6f4f8db
commit eb270bb339
  1. 5
      pages.json
  2. 4
      pages/goods/store-list/store-details.vue
  3. 7
      pages/tabBar/home/home.vue
  4. 19
      pages/user/positioning/positioning.vue

@ -304,7 +304,10 @@
"path": "pages/goods/store-list/store-details",
"style": {
"navigationBarTitleText": "门店详情",
"enablePullDownRefresh": false
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#0083f5",
"backgroundColorTop": "#0083f5",
"navigationBarTextStyle": "white"
}
},

@ -1,5 +1,9 @@
<template>
<view>
<!-- <view class="backcorf06 height100p"></view>
<view class="height100p backcorfff backgrd width90">
<image :src="imageUrl+merchanList.storeLogo"></image>
</view> -->
<view class="width90 mart20" style="height: 90px;">
<view class="store-des flleft" @click="seeloaction">
立即<br>前往

@ -857,9 +857,14 @@
.addr {
width: 120upx;
height: 60upx;
height: 45rpx;
flex-shrink: 0;
display: flex;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
align-items: center;
font-size: 28upx;
color: #FFFFFF;

@ -4,9 +4,9 @@
<!-- <uSearchBar @confirm="search" @input="input"></uSearchBar>
<view class="line1 mart10"></view> -->
<view class="width90 mart20 font15 fcor333">当前定位</view>
<view class="posacname actives width90 mart20">{{posName}}</view>
<view class="posacname actives mart20">{{posName}}</view>
<view class="width90 mart20 font14 fcor333">其他地区</view>
<view class="posacname mart20 flleft font14" :class="{'actives':posId===item.regionId}"
<view class="posheadname mart20 flleft font14" :class="{'actives':posId===item.regionId}"
v-for="(item,index) in posList" @click="change(item)">
{{item.regionName}}
</view>
@ -61,10 +61,23 @@
</script>
<style lang="less">
.posheadname {
background-color: #f5f5f5;
color: #666666;
padding-left: 10px;
padding-right: 10px;
height: 30px;
margin-left: 4%;
line-height: 30px;
text-align: center;
border-radius: 5px;
}
.posacname {
background-color: #f5f5f5;
color: #666666;
width: 20%;
display: inline-block;
padding-left: 10px;
padding-right: 10px;
height: 30px;
margin-left: 4%;
line-height: 30px;

Loading…
Cancel
Save