This commit is contained in:
parent
f7e980ec73
commit
70784337c0
|
@ -453,10 +453,10 @@
|
|||
}
|
||||
.artworks {
|
||||
background-color: #ffffff;
|
||||
height: calc(100% - 52px);
|
||||
height: calc(100% - 55px);
|
||||
margin-left: 16rpx;
|
||||
.art_item {
|
||||
margin-top: 16px;
|
||||
margin: 8px 0;
|
||||
border: 1px solid transparent;
|
||||
|
||||
.art_item_top {
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<u-gap height="50" bgColor="#fff"></u-gap>
|
||||
<u-gap height="50" bgColor="#F4F5F7"></u-gap>
|
||||
<tabbar tabbarId='5'></tabbar>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -392,10 +392,10 @@
|
|||
}
|
||||
.artworks {
|
||||
background-color: #ffffff;
|
||||
height: calc(100% - 52px);
|
||||
height: calc(100% - 55px);
|
||||
margin-left: 16rpx;
|
||||
.art_item {
|
||||
margin-top: 16px;
|
||||
margin: 8px 0;
|
||||
border: 1px solid transparent;
|
||||
width: calc(50% - 16px);
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue