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