梁航:detail样式调整
This commit is contained in:
@@ -23,19 +23,28 @@
|
|||||||
</u-grid-item>
|
</u-grid-item>
|
||||||
</u-grid>
|
</u-grid>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="bgc">
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="location-detail">
|
<view class="location-detail">
|
||||||
<text>行业:</text>
|
<text>行业:</text>
|
||||||
<text>区域:</text>
|
<text>区域:</text>
|
||||||
<text>地址:</text>
|
<text>地址:</text>
|
||||||
|
</view>
|
||||||
|
<view class="bug-figure">
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="seller-shop-detail">
|
<view class="seller-shop-detail">
|
||||||
<view class="avator">
|
<view class="avator">
|
||||||
<u-avatar :src="src"></u-avatar>
|
<u-avatar :src="src"></u-avatar>
|
||||||
<u-cell title="张先生" label="123456"></u-cell>
|
<u-cell title="张先生" label="123456" :border="false"></u-cell>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
<u-divider :height="20"></u-divider>
|
||||||
<u-cell title="店铺介绍" label="美食杂货店是一个主打食品和日用杂货的淘宝222222222222222222222美食杂货店是一个主打食品和日用杂货的淘宝美食杂货店是一个主打食品和日用杂货的淘宝" label-style="color = #5D5D5D"></u-cell>
|
<u-cell title="店铺介绍" label="美食杂货店是一个主打食品和日用杂货的淘宝222222222222222222222美食杂货店是一个主打食品和日用杂货的淘宝美食杂货店是一个主打食品和日用杂货的淘宝" label-style="color = #5D5D5D"></u-cell>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="bottom">
|
<view class="bottom">
|
||||||
<view class="bot-tab">
|
<view class="bot-tab">
|
||||||
<view class="tab-left">
|
<view class="tab-left">
|
||||||
@@ -105,12 +114,23 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
page{
|
||||||
|
background-color: #F8F8F8;
|
||||||
|
}
|
||||||
|
.sub-detail{
|
||||||
|
margin-bottom: 30rpx;
|
||||||
|
}
|
||||||
|
.bgc{
|
||||||
|
background-color: #F8F8F8;
|
||||||
|
height: 30rpx;
|
||||||
|
}
|
||||||
.detail{
|
.detail{
|
||||||
// background-color: #F8F8F8;
|
// background-color: #F8F8F8;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.bug-figure{
|
.bug-figure{
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
|
background-color: #F8F8F8;
|
||||||
}
|
}
|
||||||
.swiper {
|
.swiper {
|
||||||
}
|
}
|
||||||
@@ -127,7 +147,7 @@
|
|||||||
}
|
}
|
||||||
.location-detail{
|
.location-detail{
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 20rpx;
|
margin-top: 50rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-left: 16rpx;
|
padding-left: 16rpx;
|
||||||
@@ -142,6 +162,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-left: 16rpx;
|
margin-left: 16rpx;
|
||||||
|
margin-top: 50rpx;
|
||||||
}
|
}
|
||||||
.bottom{
|
.bottom{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user